Adds GeoJSON as layer
Classes
Events
-
RadioTriggerAddGeoJSONAddGeoJsonToMap
devtools/jsdoc/events.js, line 2146 -
todo
Name Type Description layerNameString The name of the layer (can be selected alphanumerically) layerIdString The Id of the layers (can be selected alphanumerically, but should be unique) geojsonString A valid GeoJson. If no crs is defined in the Json, EPSG:4326 is assumed.. Listeners of This Event:
Example
Radio.trigger("AddGeoJSON", "addGeoJsonToMap", layerName, layerId, geojson)