StaticinitializeInitializes the map configuration by prevalidating the list of GeoView layer configurations.
The unique identifier for the map instance
The list of layer configurations to validate and initialize
A callback function invoked when a validation error occurs
The validated list of layer configs, or undefined if invalid
StaticprevalidateGet a valid map configuration.
The list of Geoview layer config to validate
Callback invoked when a validation error occurs
A valid list of map config layer entries
Class to read and validate the GeoView map features configuration. Will validate every item for structure and valid values.
If error found, will replace by default values and sent a message in the console for developers to know something went wrong.