Skip to content

Some Zip Shp files not loading #70

Description

@8dgeSolution

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions