Skip to content

Context menu, .extent property, mapml-viewer, rollup.js

Compare
Choose a tag to compare
@prushforth prushforth released this 18 Aug 15:31
d9d6bbb

This release provides a right-click context menu for the map which allows the user to

This release also renames the autonomous custom element suite to mapml-viewer. mapml-viewer will be the principal tool that this project develops to establish a common baseline of accessibility features for Web maps. As it turns out, creating a customized built-in <map> element fails accessibility criteria, which might (only) be possible to address and correct in a final proposal to extend the <map> element by using native code (i.e. not a polyfill, an actual implementation).

The code provided in this release also has some unit and end-to-end test coverage, as well as being refactored into manageable files for ease of development.