Maps4HTML / geoserver

Maps for HTML MapML Extension / plug-in development fork of GeoServer
https://docs.geoserver.org/latest/en/user/extensions/mapml/index.html
Other
3 stars 1 forks source link

Provide fallback for noscript environments using <picture><source srcset> and <img usemap>> #14

Closed prushforth closed 3 years ago

prushforth commented 5 years ago

When you get a MapML document, the HTML response embeds a web-map custom element. If script fails to load or is disabled, we can provide a fallback responsive image using the capabilities of the WMS and the <picture> element, combined.

prushforth commented 5 years ago

Reminder for when this work is started again after TPAC, to try to use the prototype work over here.

prushforth commented 3 years ago

This was created, and then removed when we moved to the <mapml-viewer> as the default serialization for GeoServer MapML preview.