GPX is not shown on the map
-
I’m creating for this example two maps in a post the first with the given example from geojson works perfectly and the second does not process the gpx record alltough if I run this on mylocalhost it does works. Any one any idea why it is not working?
The failing gpx on https://www.vandestouwe.com
[leaflet-map doubleClickZoom=true scrollwheel=true]
[leaflet-geojson src=https://www.vandestouwe.com/wp-content/uploads/2018/03/map.geojson fitbounds=1 popup_property=”popup-text”]
[leaflet-map doubleClickZoom=true scrollwheel=true zoom=14]
[leaflet-gpx src=https://www.vandestouwe.com/wp-content/uploads/2018/03/probeersel-1.gpx fitbounds=1]The working set on my localhost using xammp
[leaflet-map doubleClickZoom=true scrollwheel=true]
[leaflet-geojson src=https://localhost/wp-content/uploads/2018/03/map.geojson fitbounds=1 popup_property=”popup-text”]
[leaflet-map doubleClickZoom=true scrollwheel=true]
[leaflet-gpx src=https://localhost/wp-content/uploads/2018/03/probeersel-1.gpx fitbounds=1 popup_property=”popup-text”]The page I need help with: [log in to see the link]
- The topic ‘GPX is not shown on the map’ is closed to new replies.