Skip to content

Releases: Maps4HTML/MapML.js

0.16.0

31 Dec 16:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

0.15.0

06 Dec 20:10
Compare
Choose a tag to compare

Support media query API on the <mapml-viewer> elemen

What's Changed

  • fix for issue-319 by @yushan-mu in #993
  • Get rid of all reference to mapml-viewer.js by @prushforth in #1000
  • Rename layer- to map-layer by @prushforth in #998
  • Add en and fr as (the only) languages that can be selected via lang attribute on <mapml-viewer> or ancestors by @prushforth in #999
  • Refactor to use es imports consistently, create global MapML namespace for element interfaces. by @prushforth in #1003
  • Re-focus after a layer is checked/unchecked in the layer menu, added tests by @yushan-mu in #1009
  • Added map-change event for extents by @yushan-mu in #1005
  • Remove grunt-rollup grunt plugin, replace with customRollup task, by @prushforth in #1014
  • Change structure of pmtilesRules, allow icon sheet, require returned promise. by @prushforth in #1015
  • First pass / rough draft of HTMLMapmlViewerElement.matchMedia API, by @prushforth in #1008
  • Make map-properties popup size dynamic by @yushan-mu in #1017
  • Add support for pasting GeoJSON links by @yushan-mu in #996

Full Changelog: v0.14.1...v0.15.0

0.14.1

08 Oct 17:22
Compare
Choose a tag to compare

Bundle mapml-viewer and web-map and all other imports into one module, mapml.js.
Deprecate mapml-viewer.js, still available for this release but may be removed in future.

What's Changed - Details

New Contributors

Full Changelog: v0.14.0...v0.14.1

0.14.0

30 Aug 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.14.0

v0.13.4

15 Aug 15:30
Compare
Choose a tag to compare

What's Changed

  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #963
  • Create correct link for from text/mapml documents loaded via by @prushforth in #968
  • Fix client hangs when hovering over a that is too long issue. by @prushforth in #972

Full Changelog: v0.13.3...v0.13.4

v0.13.3

29 Apr 12:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3

0.13.2

10 Apr 17:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

0.13.1

15 Mar 16:45
Compare
Choose a tag to compare

This minor release:

  • adds a map-extent layer control context menu (Shift+F10 or right-click or long press) to zoom to Sub-layer or copy the map-extent.
  • adds a CSS rule to allow svg vector tile rendering to overflow. This eliminates tile boundary artifacts from, in particular, tiled points and lines.

image

v0.13.0

08 Mar 21:03
1941345
Compare
Choose a tag to compare

Extensive refactoring of key functionality into map-extent, map-link, map-feature, map-input custom elements.

What's Changed

Full Changelog: v0.12.1...v0.13.0

0.12.1

07 Nov 19:56
12a6ee2
Compare
Choose a tag to compare

Add <map-extent> custom element.