Hello Dojo
I am trying to replace web google map inside a LowCodeApp dashboard.
I am not able to see what I missed to be able to configure the map component with success.
The version we use:
The config file as described in : Configuring the DataMiner Maps host servers | DataMiner Docs :
And the result in LCA :
what kind of configuration file is expected ?
Hi Joel,
I notice you have forgotten the 'MapsProvider' tag in the configuration. This tag is used to determine whether to use Google Maps or OSM (not supported in the maps component). Adding this should resolve the error you are seeing.

Thank you Wout
it does the trick