mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
@@ -349,6 +349,7 @@ function gatherNames(tags) {
|
||||
}
|
||||
|
||||
function isNamelike(osmkey, which) {
|
||||
if (osmkey === 'old_name') return false;
|
||||
return patterns[which].test(osmkey) && !notNames.test(osmkey);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user