Adds GeoJSON as layer
Classes
Events
-
RadioTriggerAddGeoJSONAddGeoJsonToMap
devtools/jsdoc/events.js, line 2152 -
todo
Name Type Description layerName
String The name of the layer (can be selected alphanumerically) layerId
String The Id of the layers (can be selected alphanumerically, but should be unique) geojson
String 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)