WME StreetView Spotter

:compass: What it does

When you’re editing in WME, you often notice things in Street View that need fixing:

  • a missing road
  • a wrong turn restriction
  • a incorrect speed limit
  • a misplaced segment

StreetView Spotter lets you pin that exact spot instantly.

:check_mark: Save the location
:check_mark: Add a quick label or note
:check_mark: Come back to it later

:high_voltage: Features

:round_pushpin: Auto-detects your Street View position
Move Pegman and the panel automatically updates with your coordinates.

:clipboard: One-click coordinate copy
Instantly copy lat,lng to clipboard — ready to paste anywhere.

:world_map: Open instantly in Google Maps or Waze
Jump straight to navigation from the current location.

:memo: Save labeled locations
Build a list of spots with notes like:

“missing road”
“wrong speed limit”
“needs turn restriction”

:bullseye: Quick actions for every saved location

Copy coordinates
Open in Google Maps
Open in Waze
Delete entry
:bar_chart: Export everything to CSV

Take all your findings with you for later review.

:window: Draggable panel

Move the panel anywhere so it never blocks your work.

:floppy_disk: Session persistence
Your saved spots stay available between sessions thanks to localStorage.

:rocket: How to use

:one: Open Waze Map Editor
:two: Drag Pegman onto the map to enter Street View
:three: The panel automatically updates with your current coordinates
:four: Use the buttons to:

:clipboard: Copy coordinates
:world_map: Open in Google Maps / Waze
:five: Click :plus: Add to list to save the location with a label
:six: When you’re done, Export to CSV to keep your findings

:light_bulb: Perfect for mappers who spot issues while exploring Street View and want a fast way to track them.

Install : https://greasyfork.org/en/scripts/569118-wme-streetview-spotter

6 Likes

Is this for streetview within WME? Or in Google Maps?

4 Likes

It works directly in WME. It’s a dedicated script for WME.

Recording 2026 03 10 172159 (2)

Try it out.

5 Likes

Hello, congratulations, very useful script!!

I would just like to suggest 3 things. 1. Create an exclusion rule so it doesn’t run on the user profile or anywhere else besides the map editor.

  1. Option to also have it appear in the scripts panel, allowing tasks to be added without needing to open Street View.

  2. Regarding the floating window, remember the last position, because when we reload WME, the window returns to its initial position.

2 Likes

Hi,

Thank you for your reply.

I’ll take a look and see what I can do. However, 1 and 3 should be easy to implement.
As for item 2, I’m not sure it can be done, as the lat/long coordinates are taken directly from the pegman position in Street View.

2 Likes

But you can get the coordinates using the mouse; for example, see how WME RightClick Functions does it.