(this mass edit is not going to be made due to the em dashes issue raised below)
I would like to propose a mass edit that removes spaces surrounding hyphens in Victoria. Most of these road names appear to be added by lots of mappers using the Vicmap Transport layer, which displays these road names with a fair bit of space around the hyphens (image below). In the original dataset, there is not a single road name that contains <space>-<space>, but there are 5811 name and 2975 alt_name tags that include spaces around the hyphens. This mass edit would remove these extra spaces from 5088 and 2971 of them.
This is a problem because road names should exactly match addr:street. There are no addresses in VIC’s database that have spaces around the hyphens. Also, it is often not possible to rely on street signs/“what’s on the ground” for these hyphenated road names, as many only have signs that show destinations instead of road names - example.
I propose that these road names (both name and alt_name) are edited mechanically, replacing " - " with "-":
Myrtleford - Yackandandah Road -> Myrtleford-Yackandandah Road
Healesville - Koo Wee Rup Road -> Healesville-Koo Wee Rup Road
I will use the below Overpass query, which ignores various cycling routes, tracks, highway exit ramps, and other informal names. The name tag on lines 3 and 4 can be changed to alt_name to match that tag instead.
type:way and
highway~"(living_street|motorway|motorway_link|primary|primary_link|residential|secondary|secondary_link|service|tertiary|tertiary_link|trunk|trunk_link|unclassified)" and
name~" - " and
name!~"([Rr]amp|Loop|Access|Gate)"
in Victoria
I’ve made a list of all road names that will be changed in this mass edit for easy checking:
I’ll leave voting open for two weeks, and if approval is above 90% and no major issues have been identified I will complete this edit using Level0 and my text editor, uploading with an account specifically for mass edits. I can filter lines to replace in my text editor, so any other tags that contain " - " will not be changed.

