humitos / osm-pois

Show POIs from OSM in a map using OverpassAPI
http://upoi.org/
GNU General Public License v2.0
22 stars 21 forks source link

Ability to mark favorites POIs and export them as .gpx #31

Open humitos opened 9 years ago

humitos commented 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.

humitos commented 9 years ago

https://github.com/caseypt/geojson.js

humitos commented 9 years ago

Other libraries: https://www.npmjs.com/search?q=create+geojson

humitos commented 9 years ago

Save file with html5: http://thiscouldbebetter.wordpress.com/2012/12/18/loading-editing-and-saving-a-text-file-in-html5-using-javascrip/