Skip to content

Releases: watergis/maplibre-gl-export

v1.2.13

13 Oct 18:19
Compare
Choose a tag to compare
  • added CDN scripts and css for directly using in browser.
<link href='https://watergis.github.io/maplibre-gl-export/maplibre-gl-export.css' rel='stylesheet' />
<script src='https://unpkg.com/maplibre-gl@1.15.2/dist/maplibre-gl.js'></script>
<script src="https://watergis.github.io/maplibre-gl-export/maplibre-gl-export.js"></script>
<script>
  map.addControl(new watergis.MaplibreExportControl({
      PageSize: watergis.Size.A3,
      PageOrientation: watergis.PageOrientation.Portrait,
      Format: watergis.Format.PNG,
      DPI: watergis.DPI[96],
      Crosshair: true,
      PrintableArea: true,
  }), 'top-right');
</script>

v1.2.12

21 Sep 14:20
Compare
Choose a tag to compare
  • Merged the latest changes from mapbox-gl-export
  • from this release, the version number should be the same with mapbox-gl-export in order to maintain easily.

v1.0.0

31 Mar 13:55
Compare
Choose a tag to compare

first release