This page is used to showcase how we validate map configuration object before creating the map.
This map will will load with default configuration because none is provided.
This map will load with bad configuration ('center': [-100, 'x']) replaced with default.
This map will load with bad configuration replaced with default.
This map will not load layers with bad configuration and inform the user.
This map loads its configurations from the URL parameters by providing a data-shared attribute. If a data-config or data-config-url attribute is also provided, the base configuration is preserved and URL parameters selectively update specific properties (projection, zoom, center, basemap options). Layers from URL parameters are appended to existing config layers, not replaced.
This map loads its configurations from the div parameters by providing a data-geocore-keys and optionally a data-geocore-endpoint.
This map loads its configurations from a file by providing data-config-url, the map is static!
This map loads its configurations from a function call (after 10 seconds). Configuration error with double layer id.