WME Polygon Snap

Snap to nearby polygon edges and vertices when drawing or modifying polygons in the Waze Map Editor.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Jaxon Bjornson
Installationen heute
0
Installationen gesamt
1
Bewertungen
0 0 0
Version
1.0.0
Erstellt am
15.02.2026
Letzte Aktualisierung
15.02.2026
Größe
17 KB
Lizenz
MIT
Wird angewandt auf

WME Polygon Snap

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.

Features

  • Smart Snapping: Snaps to both vertices (corners) and edges (lines).
  • Multi-Layer Support: Works across Places, Map Comments, MTEs, RDAs, and more.
  • Toggle Control: Quick-access floating button to enable/disable snapping on the fly.
  • Native Integration: Uses WME's internal OpenLayers engine for smooth performance.

Configuration

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.

GitHub Repository

https://github.com/SecuredUnderscore/WMEPolygonSnap

License

MIT