Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When you try to create a L.Proj.GeoJSON layer with no data (to add it after layer creation): var layer = L.Proj.geoJson(); layer.addData(geojson).addTo(map); You get an exception: Uncaught TypeError: Cannot read property 'features' of undefined
- Loading branch information