PostModuleAction Object

Defines the steps to execute after the module is loaded.

Properties

Name Type Description
addLayerFromUrl string A URL to load the data layer from. Currently supports data in GeoJSON, GeoRSS (with inline GML), GPX, KML, and KMZ formats. Note that your data files must be hosted on a publicly accessible endpoint and have CORS (Cross-origin Resource Sharing) enabled to allow cross domain access.
geoXmlOption GeoXmlLayerOptions Options to use when loading data via the GeoXml module.
geoJsonOption GeoJsonReadOptions Options to use when loading data via the GeoJson module.