Extension points for plugins
Arguments
- map
a map object, as returned from
leaflet()
orleafletProxy()
- funcName
the name of the function that the user called that caused this
dispatch
call; for error message purposes- leaflet
an action to be performed if the map is from
leaflet()
- leaflet_proxy
an action to be performed if the map is from
leafletProxy()
.- data
a data object that will be used when evaluating formulas in
...
- method
the name of the JavaScript method to invoke
- ...
unnamed arguments to be passed to the JavaScript method