makinacorpus / Leaflet.FileLayer

Loads files locally (GeoJSON, KML, GPX) as layers using HTML5 File API
http://makinacorpus.github.io/Leaflet.FileLayer/
MIT License
273 stars 91 forks source link

GPX files can contain route and track #12

Open karussell opened 10 years ago

karussell commented 10 years ago

The gpx format can contain a route and a track (rte and trk element) at the same time. Currently this is displayed with the same colour. Maybe use two colours and add a legend (or also called map key)

See also the wikipedia page with an example of how it probably should look like ;)

http://en.wikipedia.org/wiki/GPS_eXchange_Format