The embedded viewer in GeoServer is based on the old polymer 1.0 polyfill, which is no longer supported, meaning that <map is="web-map" ...> is no longer portable across browsers (boo).
So we will need to replace the version of web-map-custom-element that is embedded, and replace references to web-map.html with appropriate .
In doing so, we will need to think up another strategy for responsive fallback, since the old <map is="web-map" ...> configuration had a fallback
The embedded viewer in GeoServer is based on the old polymer 1.0 polyfill, which is no longer supported, meaning that <map is="web-map" ...> is no longer portable across browsers (boo).
So we will need to replace the version of web-map-custom-element that is embedded, and replace references to web-map.html with appropriate .
In doing so, we will need to think up another strategy for responsive fallback, since the old <map is="web-map" ...> configuration had a fallback