/maplibre-gl-export

This module adds control which can export PDF and images. It was forked from mapbox-gl-export.

Primary LanguageTypeScriptMIT LicenseMIT

malibre-gl-export

License build Netlify Status GitHub repo size

This monorepo manages the source code and demo page for @watergis/maplibre-gl-export and @watergis/mapbox-gl-export.

Repositories

repository version description changelog
@watergis/maplibre-gl-export version To manage maplibre export plugin source code CHANGELOG
@watergis/mapbox-gl-export version To manage mapbox export plugin source code CHANGELOG
demo - Demo website code for maplibre/mapbox export plugins -

Usage of the plugin

See README.md for maplibre-gl-export or mapbox-gl-export

How to release

It uses changeset to release. Please create release notes by the following command. Changeset will release package once the PR is merged into main branch.

pnpm changeset

Contribution

See CONTRIBUTING