new WmsRecord()
- Source:
Methods
identify(opts) → {Object}
- Source:
Run a getFeatureInfo on a WMS layer, return the result as a promise. Fills the panelData array on resolution.
Parameters:
Name | Type | Description |
---|---|---|
opts |
Object | additional argumets like map object, clickEvent, etc. |
Returns:
an object with identify results array and identify promise resolving when identify is complete; if an empty object is returned, it will be skipped
- Type
- Object