-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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.
thejdev