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);
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 ?