You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Calvin,
I have some shape files which load on your website but not on my leaflet app. http://leaflet.calvinmetcalf.com/
I am using the leaflet.shapefile plugin and shp.js .
I saw that your website only utilise the shp.js file... is that a better option ?
var emRegions = new L.Shapefile('/geoJSON/EM_REGIONS.zip', {
onEachFeature: function(feature, layer) {
console.log(layer);
}
}).addTo(map);
The text was updated successfully, but these errors were encountered:
Used shapefile params on the website: Gebiet: 5-stellig, Format: Shapefile, Genauigkeit: sehr gering, Projektion: EPSG:4326 - wgs8. Than click on "Karte erstellen" and download the shapefile on the right side.
Hi Calvin,
I have some shape files which load on your website but not on my leaflet app.
http://leaflet.calvinmetcalf.com/
I am using the leaflet.shapefile plugin and shp.js .
I saw that your website only utilise the shp.js file... is that a better option ?
The text was updated successfully, but these errors were encountered: