📄️ Drag
You can handle Drag Mode for all layers on a map like this:
📄️ Edit
You can handle Edit Mode for all layers on a map like this:
📄️ Rotate
You can handle Rotate Mode for all layers on a map like this:
📄️ Scale ⭐
You can handle Scale Mode for all layers on a map like this:
📄️ Copy ⭐
You can handle Copy Mode for all layers on a map like this:
📄️ Cut
Cut mode allows you to cut holes in existing shapes or remove parts of them. You can handle Cut Mode for all layers on a map like this:
📄️ Split ⭐
Split Mode allows you to draw a line that splits all underlying Polygons and Lines. When a feature is split, the original feature will be replaced with the resulting split features.
📄️ Union ⭐
Union Mode allows you to merge multiple polygons into a single polygon. The original features will be replaced with the resulting union feature.
📄️ Difference ⭐
Difference Mode allows you to subtract one polygon from another. The original feature will be replaced with the resulting difference feature.
📄️ Line Simplification ⭐
Line Simplification Mode allows you to simplify line geometry by removing vertices. This is useful for smoothing complex lines or reducing the number of points in a line.
📄️ Lasso ⭐
Lasso Mode allows you to select multiple features by drawing a polygon around them. The selection behavior can be configured to either select features that intersect with or are contained within the lasso polygon.
📄️ Remove
Remove Mode allows you to delete features from the map by clicking on them.