shramov / leaflet-plugins

Plugins for Leaflet library
http://psha.org.ru/b/leaflet-plugins.html
MIT License
722 stars 289 forks source link

how can i disable the start and end Marker Icon in leaflet Gpx #268

Closed labneu closed 6 years ago

labneu commented 6 years ago

Help! how can i disable the start and end Marker Icon in leaflet Gpx: By default gpx.js will use pin-icon-start.png, pin-icon-end.png and pin-shadow.png as the marker icons URLs for, respectively, the start marker, the end marker and their drop shadow. Since it might not be convenient that these images have to reside under the same directory as your HTML page, it is possible to override the marker icon URLs and sizes by passing a marker_options object to the GPX options object.

brunob commented 6 years ago

duplicate of #266