Releases: watergis/maplibre-gl-export
Releases · watergis/maplibre-gl-export
@watergis/[email protected]
@watergis/[email protected]
Minor Changes
-
7639be0: feat: export markers as circle layer if they are added to map object.
markerCirclePaint
option is added to allow changing default circle style for marker. The default marker style is:{ "circle-radius": 8, "circle-color": "red", "circle-stroke-width": 1, "circle-stroke-color": "black" }
@watergis/[email protected]
Minor Changes
-
7639be0: feat: export markers as circle layer if they are added to map object.
markerCirclePaint
option is added to allow changing default circle style for marker. The default marker style is:{ "circle-radius": 8, "circle-color": "red", "circle-stroke-width": 1, "circle-stroke-color": "black" }
@watergis/[email protected]
Minor Changes
- 1c9327a: feat: apply maplibre terrain mode for image exporting if it is used.
@watergis/[email protected]
@watergis/[email protected]
Patch Changes
- 93722dd: refactor: export interfaces from maplibre-gl-export
@watergis/[email protected]
Patch Changes
- eba7503: refactor: Extends MaplibreExportControl to MapboxExportContorl to use the same logic and UI. Fixed type error for languages
@watergis/[email protected]
Patch Changes
- 93722dd: refactor: import interfaces from maplibre-gl-export
@watergis/[email protected]
Patch Changes
- 7d86d84: - feat: add languageName prop in Translation interface
- fix: remove PrintableArea when the control is removed from map instance.
@watergis/[email protected]
Patch Changes
- f7b81d9: refactor: Use Translations, PrintableAreaManager and CrosshairManager from maplibre-gl-export at mapbox-gl-export