Skip to content

@watergis/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 22:10
· 249 commits to main since this release
a67f38e

Major Changes

  • a03a84b: This release has breaking changes.

    • merged mapbox-gl-export repository to maplibre-gl-export.
    • added Spanish language and Japanese language from maplibre-gl-export
    • added Filename option from maplibre-gl-export to allow to change default file name from map.
    • added AllowedSizes option from maplibre-gl-export to allow to set available file sizes.
    • the URL of CDN script and css were changed. Use the below URLs for CDN.
    <link
      href="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/mapbox-gl-export.css"
      rel="stylesheet"
    />
    <script src="https://www.unpkg.com/@watergis/mapbox-gl-export@latest/dist/mapbox-gl-export.umd.js"></script>