Skip to content

openwebcc/leaflet-geojsonfromurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

leaflet-geojsonfromurl

Leaflet Plugin for loading GeoJSON data directly from a URL

Usage example

    L.geoJSONFromURL({
        url : <URL>,
        async : true,
        callback : function (layer) {
            console.log(layer.getBounds());
        }
    },{
        // L.GeoJSON standard options
    }).addTo(map);

About

Leaflet Plugin for loading GeoJSON data directly from a URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published