Skip to content

Releases: geoman-io/leaflet-geoman

GitHub Actions Test

27 Aug 20:16
Compare
Choose a tag to compare
GitHub Actions Test Pre-release
Pre-release

Minor Changes

  • Added more events to mode toggling: #414
  • Added CircleMarker Support: #282
  • Added snapIgnore option to prevent layer as snap target: #400
  • Added Github Action to publish to npm and gpr: 332a039

Patches

  • 🇪🇸Added Spanish Translation: #442
  • 🇵🇹Added Brazilian Portuguese translation: #475
  • 🇳🇱Added Dutch translation: #446
  • 🇫🇷Added French translation: #454
  • Updated dependencies: 347fefb

Credits

Huge thanks to @pedroalvesr, @Michiel-Idgis, @cosme-benito, @AliEmreYilmaz61, @JeremyOL, and @SosthenG for helping!

Support for i18n, shipping with EN, DE, RU, RO and IT

23 May 14:34
Compare
Choose a tag to compare

Minor Changes

  • Added i18n Support: #424
    image

Patches

  • Improved 🇩🇪german translation: 64f1daf
  • Add ro and ru i18n: #432
  • Added Italian translation file: #426

Credits

Huge thanks to @vodniciarv and @Jumpy555 for helping!

Support These Patches & More

16 Apr 19:32
Compare
Choose a tag to compare

Support Leaflet.PM

Are you using leaflet.pm for commercial projects?
Check out Geoman and consider subscribing to the Leaflet.PM Supporter Plan to support the development of leaflet.pm features. You will also get prioritized support and consultation.

Patches

  • GlobalRemovalMode now ignores layerGroups that have pmIgnore: true (but not its layers). Fixes #401: #402
  • Exclude hintMarker from enableDraw. Fixes #405: 9e1ccac
  • Remove unecessary redraw(). Helps with #407: b5fac29
  • Don't finish Polygon with only two coords: #421
  • Changed circle edit event from move to drag. Fixes #357: 1f9cc07
  • Added Geoman Supporter Plan Info: eee155d

Various Bug Fixes

25 Jan 17:03
Compare
Choose a tag to compare

Patches

  • Fix finish action as mentioned in #392: f8d77b5
  • (Partly) fix circle resizing when center is moved. Fixes #357.: 80e753b
  • Fix various Intersection Problems: #397
  • Circle Helpers are now properly ignored: #397

Huge thanks to @ashmigelski for helping!!!

Mode Fixes

24 Jan 16:56
Compare
Choose a tag to compare

Patches

  • Active global modes are now re-applied to new layers. Fixes #393.: #394
  • RemoveLastVertex now stops after drawing is disabled. Fixes #392: 124e339
  • Unified formatting with prettier: b8253e6

Groundwork

24 Jan 11:10
Compare
Choose a tag to compare

This release addresses some fundamentals to enable future features like rotation.
The Toolbar is now split into Drawing and Editing. More Features will come soon 🎉

Breaking Changes

  • Change pm:remove Event Trigger: #382
    pm:remove is now only called when a layer is removed via the leaflet.pm UI. For programmatic removal of a layer, use leaflets own layerremove event.

Minor Changes

  • Fully Cutted Layers will now get removed from the map: #385
  • Separated Draw and Edit Tools: #389
  • Added Dedicated Drag Mode: #390
  • Big README Update: #391

Patches

  • Added selfIntersection Check to Cut Feature: #367
  • Removed Experimental FontAwesome Support. Fixes #381: #383
  • Self-Intersection Fixes: #384
  • Dependency Update & Cleanup: #387

Credits

Huge thanks to @bugleev for helping and to @maxmaier for the design work.

Toolbar Icon Patches

08 Jan 14:23
Compare
Choose a tag to compare

Patches

  • Fixed button sizing: 7dd27c4
  • Update Circle Icon and Active Style: #378

image

UI Patches

18 Dec 06:41
Compare
Choose a tag to compare

Patches

  • Made Tooltips optional. Fixes #370: #372
  • Fixed the position of Actions for right-side Toolbar. Fixes #371: #373

UI Improvements

16 Dec 20:24
Compare
Choose a tag to compare

Minor Changes

  • Experimental: Added FontAwesome Pro Support: #364
  • Added Tooltips: #365
    tooltips
  • New Icons, by Geoman: #368
    image

Patches

  • Added Test for removeLastVertex. Closes #284. Closes #369.: 3cc1811
  • Added drag cursor to circle centerMarker. Fixes #356: 14cf840

Actions

30 Nov 10:49
Compare
Choose a tag to compare

Minor Changes

  • Added Toolbar Actions: #359
  • Remove Last Vertex. Fixes #267: #360

removelastvertex

Patches

  • Removed deprecated options and fixed false finishOn default: 4e315d6