leaflet-polydraw 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -616,7 +616,7 @@ Simply click the draw button and drag your mouse/finger to create polygon shapes
|
|
|
616
616
|
|
|
617
617
|
**Note**: The number of vertices in the final polygon is controlled by the `polygonCreation.simplification` settings in the configuration.
|
|
618
618
|
|
|
619
|
-
###
|
|
619
|
+
### Subtract Draw Mode
|
|
620
620
|
|
|
621
621
|
[](https://raw.githubusercontent.com/AndreasOlausson/leaflet-polydraw/main/Leaflet.Polydraw/docs/images/subtract-mode.gif)
|
|
622
622
|
|
|
@@ -629,7 +629,7 @@ Create holes and complex shapes by subtracting areas from existing polygons. Ide
|
|
|
629
629
|
|
|
630
630
|
Click the subtract button and draw over existing polygons to remove those areas, creating holes or splitting polygons into multiple parts.
|
|
631
631
|
|
|
632
|
-
### Point-to-Point Drawing
|
|
632
|
+
### Point-to-Point Drawing (Desktop only)
|
|
633
633
|
|
|
634
634
|
[](https://raw.githubusercontent.com/AndreasOlausson/leaflet-polydraw/main/Leaflet.Polydraw/docs/images/p2p.gif)
|
|
635
635
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leaflet-polydraw",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Advanced polygon drawing and editing plugin for Leaflet with drag-and-drop, smart merging, and comprehensive editing tools",
|
|
5
5
|
"types": "dist/types/index.d.ts",
|
|
6
6
|
"exports": {
|