Skip to content

Releases: watergis/maplibre-gl-export

@watergis/maplibre-gl-export@3.4.1

18 Apr 01:07
6b6360f
Compare
Choose a tag to compare

Patch Changes

  • 4b16e32: fix: enabled addImage code for maplibre-gl-export again
  • 352c82d: refactor: removed unused variable from MapGeneratorBase class

@watergis/maplibre-gl-export@3.4.0

18 Apr 00:39
3ea482c
Compare
Choose a tag to compare

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/mapbox-gl-export@3.1.0

18 Apr 00:39
3ea482c
Compare
Choose a tag to compare

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/maplibre-gl-export@3.3.0

14 Apr 11:29
3d6a81c
Compare
Choose a tag to compare

Minor Changes

  • 1c9327a: feat: apply maplibre terrain mode for image exporting if it is used.

@watergis/maplibre-gl-export@3.2.4

13 Apr 07:51
66f0df6
Compare
Choose a tag to compare

Patch Changes

  • eba7503: refactor: Extends MaplibreExportControl to MapboxExportContorl to use the same logic and UI. Fixed type error for languages
  • eba7503: fix: fixed class name to get page size

@watergis/maplibre-gl-export@3.2.3

13 Apr 02:33
5b7d347
Compare
Choose a tag to compare

Patch Changes

  • 93722dd: refactor: export interfaces from maplibre-gl-export

@watergis/mapbox-gl-export@3.0.4

13 Apr 07:51
66f0df6
Compare
Choose a tag to compare

Patch Changes

  • eba7503: refactor: Extends MaplibreExportControl to MapboxExportContorl to use the same logic and UI. Fixed type error for languages

@watergis/mapbox-gl-export@3.0.3

13 Apr 02:33
5b7d347
Compare
Choose a tag to compare

Patch Changes

  • 93722dd: refactor: import interfaces from maplibre-gl-export

@watergis/maplibre-gl-export@3.2.2

10 Mar 12:54
15a250f
Compare
Choose a tag to compare

Patch Changes

  • 7d86d84: - feat: add languageName prop in Translation interface
    • fix: remove PrintableArea when the control is removed from map instance.

@watergis/maplibre-gl-export@3.2.1

10 Mar 08:55
41ef0f8
Compare
Choose a tag to compare

Patch Changes

  • f7b81d9: refactor: Use Translations, PrintableAreaManager and CrosshairManager from maplibre-gl-export at mapbox-gl-export