Skip to content

@watergis/mapbox-gl-export@3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 00:39
· 144 commits to main since this release
3ea482c

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"
    }