Open humitos opened 9 years ago
Check compatibility with: #30
The idea is to mark some POIs as favorite (with a simple click in a star icon next to the tag popup). Once the user finishes to mark his/her favorite POIs he/she should be able to export them as .gpx.
https://www.npmjs.com/package/togpx
This is useful to import this POIs in OsmAnd, for example.
https://github.com/caseypt/geojson.js
Other libraries: https://www.npmjs.com/search?q=create+geojson
Save file with html5: http://thiscouldbebetter.wordpress.com/2012/12/18/loading-editing-and-saving-a-text-file-in-html5-using-javascrip/
Check compatibility with: #30
The idea is to mark some POIs as favorite (with a simple click in a star icon next to the tag popup). Once the user finishes to mark his/her favorite POIs he/she should be able to export them as .gpx.
https://www.npmjs.com/package/togpx
This is useful to import this POIs in OsmAnd, for example.