Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@furkot/osmand-data

furkot23MIT1.1.1

Data used by Furkot modules dealing with OsmAnd GPX format.

furkot-osmand-data, furkot, osmand

readme

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