Hi all,
I want it to use by default the HTML provided by our GeoServer for newly added layers.
Here is our configuration :
In localConfig.json initialState section :
"mapInfo":{
"enabled":true,
"disabledAlwaysOn":false,
"configuration":{
"showEmptyMessageGFI":false,
"infoFormat":"text/html"
}
}
and in context's json :
"mapInfoConfiguration":{
"showEmptyMessageGFI":false,
"infoFormat":"text/html"
}
It doesn't apply on layers added after context opens.
Step to reproduce :
2. Add a layer via the TOC (for example website:decheteries in the default catalog)
3. Click on a feature
4. It doesn't use the HTML returned by GS
Is it normal ? Is it a bug ?
So I wonder if some configuration changed for this in the new version ?
The problem also affect layers added via URL parameters (GET/POST)