Default Configuration |
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 it's configurations from the URL parameters by providing a data-shared attribute. If a data-config attribute was also provided then the later will have its configuration overriden with config from url parameters.
This map loads it's configurations from the div parameters by providing a data-geocore-keys and optionally a data-geocore-endpoint.
This map loads it's configurations from a file by providing data-config-url, the map is static!
This map loads it's configurations from a function call (after 10 seconds). Configuration error with double layer id.