WME E85 Simplify Street Geometry

Simplify Street Geometry, looks like fork

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

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.

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

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

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!)

Author
Anton Shevchuk
Daily installs
0
Total installs
339
Ratings
2 0 0
Version
0.6.1
Created
2022-12-12
Updated
2026-04-22
Size
54.1 KB
License
MIT
Applies to

WME 🇺🇦 E85

User script for Waze Map Editor. Simplify and straighten up street geometry.

This script is based on code of the old WME Simplify Street Geometry, but it works

Options for a Segment

Functions

Simplify

Simplify a Segment

Removes part of the segment if it is shorter than 5 meters (default value)
Join segment parts if they are shorter than 15 meters (default value)

Straighten

Straighten a Segment

Straighten up the street – choose one or more segments and align straight

Orthogonalize

Orthogonalize a Segment

Orthogonalize two segments by 90 degrees

Settings

Simplify

Simplify method can be optimised by settings:

Simplify settings

Align streets by angle

Setup the buttons for change the angle between segments:

Button's settings

Development

Source is TypeScript, built with Rollup into a single IIFE userscript.

npm install       # install dependencies
npm run build     # build dist/WME-E85.user.js
npm run watch     # rebuild on changes

Project structure:

  • src/ — TypeScript source and CSS
  • dist/ — built userscript (auto-committed by CI)
  • src/meta.ts — userscript header with {{version}} placeholder
  • src/e85.ts — main E85 class extending WMEBase

External dependencies loaded via @require (not bundled): CommonUtils, GeoUtils, WME-Bootstrap, WME-Base, WME-UI

Links

Author homepage: https://anton.shevchuk.name/ Author pet projects: https://hohli.com/ Support author: https://donate.hohli.com/ Script homepage: https://github.com/AntonShevchuk/wme-e85/ GreasyFork: https://greatest.deepsurf.us/en/scripts/456490-wme-e85-simplify-street-geometry