1.1.1 • Published 2 years ago

@furkot/osmand-data v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM version Build Status Dependency Status

@furkot/osmand-data

Data used by Furkot modules dealing with OsmAnd GPX format.

Install

$ npm install --save @furkot/osmand-data

Usage

Furkot pin symbols are characters in furkot-icon-font - see here.

var data = require('@furkot/osmand-data');

console.log(data.toFurkot['building_type_church']); // === 34
console.log(data.toOsmand['34']);                   // === 'building_type_church'

License

MIT © Natalia Kowalczyk

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago