Closed watmildon closed 1 year ago
For example, this fixadd: fixAdd: concat("name=", replace(tag("name"), "N ", "North "));
fixAdd: concat("name=", replace(tag("name"), "N ", "North "));
Will incorrectly fixup an all cap street name of "N ACORN ST" to "North ACORNorth ST".
It was faster to get the simple rules set up and I'm review everything but better to patch it than leave a landmine.
Fixed!
For example, this fixadd:
fixAdd: concat("name=", replace(tag("name"), "N ", "North "));
Will incorrectly fixup an all cap street name of "N ACORN ST" to "North ACORNorth ST".
It was faster to get the simple rules set up and I'm review everything but better to patch it than leave a landmine.