Snap to nearby polygon edges and vertices when drawing or modifying polygons in the Waze Map Editor.
WME Polygon Snap is a Tampermonkey userscript for the Waze Map Editor (WME) that adds precision cursor snapping to nearby polygon lines and vertices. It helps editors align new and existing polygons perfectly with other map features.
You can customize the script behavior by editing the values in the USER CONFIGURATION section at the top of the script:
| Setting | Default | Description |
|---|---|---|
SNAP_TOLERANCE |
12 |
Distance in pixels before the cursor "jumps" to a point. |
POLL_INTERVAL |
250 |
Responsiveness of state detection (ms). |
ENABLED_BY_DEFAULT |
true |
Whether snapping starts ON when WME loads. |
SNAP_TO_EDGES |
true |
Enable/disable snapping to the lines between vertices. |
SNAP_TO_VERTICES |
true |
Enable/disable snapping to corner points. |
SNAP_LAYERS |
(Various) | Toggle which layers (Venues, Comments, etc.) are snappable. |
https://github.com/SecuredUnderscore/WMEPolygonSnap
MIT