Skip to content

Releases: Maps4HTML/MapML.js

v0.10.0

07 Dec 21:57
9de8113
Compare
Choose a tag to compare

Accessibility improvements:

  • Feature Index
  • Arrow key feature navigation (all features constitute one tab stop)

Miscellaneous features:

v0.9.0

29 Nov 19:41
4ec4d51
Compare
Choose a tag to compare

Fall 2021 update

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

18 Aug 15:31
d9d6bbb
Compare
Choose a tag to compare

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.

Custom elements v1

09 Jan 19:01
Compare
Choose a tag to compare

Remove all run time dependencies. Relies on Custom Elements v1, which does not (completely) work in IE, Edge, or Safari. No map-area custom element at this time.

Add support for WGS84 tiles/images

09 Jul 18:05
Compare
Choose a tag to compare
0.6.0

Add support for WGS84 tiles

Add iframe-based popups managed by custom query handler

30 May 19:22
Compare
Choose a tag to compare
0.5.2

Add query custom handler and popup iframe

0.3.0

14 Oct 01:39
Compare
Choose a tag to compare
Pull in changes from master for release 0.5.0

Update to Leaflet 1.3.1

18 Feb 03:17
Compare
Choose a tag to compare

Add mapml-leaflet-plugin's dependencies as direct dependents of this, to see if the result will work with webcomponents.org demo page

Fix pan/zoom animations

28 Jul 13:28
Compare
Choose a tag to compare

Bump the version number due to bad initial 0.1.5 release

Fix pan/zoom animations

27 Jul 18:55
Compare
Choose a tag to compare

Improve stale tile garbage collection