Greasy Fork is available in English.

WME MagicWand

The very same thing as same tool in graphic editor: select "similar" colored area and create landmark out of it + Clone, Orthogonalize, Rotate and Resize for landmarks

Устаревшая версия на 12.11.2015. Перейти к последней версии.

Автор
WASD42
Оценки
0 0 0
Версия
0.8.2
Создан
18.11.2014
Обновлён
12.11.2015
Лицензия
CC BY 4.0
Работает на

Discussion: https://www.waze.com/forum/viewforum.php?f=819

Installation

- Download script using Install button in the right top corner;
- Open Options -> Tools -> Extensions page;
- Drag & Drop downloaded file to Extensions page.
WME MagicWand has been tested in Chrome and Firefox. This is the early version, please report any bug you'll encounter and I'll try to fix it ASAP :)

Usage

Advanced editing tools

Clone landmark

Example video (GIF)
Select a landmark you want to clone and press "Clone landmark" button on the left hand menu or use Ctrl (Cmd) + C shortcut. The landmark will be cloned with a same venue type but otherwise empty.

Orthogonalize landmark

Example video (GIF)
Select a landmark and press "Orthogonalize" button on the left hand menu or use Ctrl (Cmd) + X shortcut. This algorithm will try to make "about" straight corners really strait to avoid ugly look in Waze client.

Options for Rotation and Resize

- Open the MagicWand tab in the left menu;
- Check or uncheck boxes to enable or disable Rotate and Resize functionality;
- Select landmark;
- ROTATE: drag the additional landmark's vertice to rotate it;
- RESIZE: drag the additional landmark's vertice to resize. Please note that when RESIZE option is enabled you cannot modify individual vertices.

Magic Wand tool

Example video (GIF)
- Open the MagicWand tab in the left menu;
- Choose the type of the supposed landmark (can be changed later);
- Toggle MAGIC WAND button: red means ACTIVE state;
- Click somewhere in the area you'd like to be converted to landmark based on the color (best work with farmland, water, building and forests);
- Wait a bit (the actual time depend on your computer) for landmark to be created;
- Edit the created landmark to fine tune the area.

What does all that options mean?

Color match algorithm - WME MagicWand can use two different algorithms to detect similar pixels on the tiles: based on color "distance" and based on "human-eye similarity". Choose the best suitable option for you but please keep in mind that when changing algorithm you will need to play with Tolerance option too as both algorithms uses it differently.
Tolerance option basically changes sensitivity of the algorithm, what pixels would be supposed to have "similar" color. Large values will select all pixels -- that is not what you want :)
Landmark simplification - as map tiles contains tons of pixels of different color finding appropriate polygon to contain all of "similar" pixels is a difficult computational problem. Current implementation uses one of convex hull algorithms to do it. The problem is that it creates many points on the curves and corners and thus you can use simplification parameter to remove unnecessary points automatically.

Notes

* Please wait when map tiles will be fully loaded after moving or zooming to make plugin work properly.
* As WME MagicWand uses convex hull to approximate the area it is not able to correctly select difficult concave landmarks. I was not able to implement concave hull algorithm yet and I will really appreciate any help anyone can give me :)
* As far as I understand we can make the script more accurate if it will compare not individual pixels but certain groups, say 5x5 or 10x10. Need an advice about it though.
I'm really open for any suggestions and comments :)

Version history

0.8.2
- NEW: Auto-select created landmark after clone operation

0.8.1
- FIX: compatibility issues with new Editor version fixed

0.8
- NEW (Requested by AlanOfTheBerg): Resize and Rotate checkboxes moved to "Selected Landmark" tab
- NEW: Introduced "Angle threshold" option to allow user to make Orthogonalize method more or less aggressive
- FIX (Reported by davielde): "undefined" options in Landmark removed
- CHANGE (Requested by sketch): "CLICK TO START MAGIC WAND" changed to "CLICK TO STOP MAGIC WAND" while it was active

0.7
- NEW: Options will be saved between session
- NEW: Hotkeys: Press Ctrl (Cmd) + C to Clone or Ctrl (Cmd) + X to Orthogonalize selected landmark

0.6
- NEW: Orthogonalize functionality for landmarks: now you can easily make a perfect straight angles on your landmarks
- Updated to support Venues and Places update

0.5
- NEW: Advanced Editing options for landmarks rotation and resize

0.3
- NEW: added sampling box setting
- CHANGED: a bit better UI
- FIX: Stability fixes
- FIX: Firefox performance hugely improved
0.2
- Stability fixes
0.1
- Initial release