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.
- Use <script type="module" src="https://cdn.jsdelivr.net/npm/@maps4html/mapml/dist/mapml.js" crossorigin=""></script>
What's Changed - Details
- fixed package-lock.json by @yushan-mu in #979
- Fix #980 by @prushforth in #981
- Change packaging to create only dist/mapml-viewer.js and dist/web-map.js (everything bundled) by @prushforth in #984
- Revert removal of M.geojson2mapml and M.mapml2geojson public API methods by @prushforth in #985
- Bundle web-map into mapml-viewer. by @prushforth in #988
- Rename output bundle from mapml-viewer to mapml.js for consistency by @prushforth in #989
- Bump body-parser and express by @dependabot in #987
- Bump serve-static and express by @dependabot in #983
- Bump rollup from 2.79.1 to 3.29.5 by @dependabot in #990
- Bundle to mapml.js by @prushforth in #991
New Contributors
- @yushan-mu made their first contribution in #979
Full Changelog: v0.14.0...v0.14.1