Open draunger opened 3 weeks ago
I've just did a quick test and it seems like you can add name: true
to this list and it will catch all name:xx
variants, without all of the extra code you added. It is likely using some sort of regex under the hood, but I haven't looked for it.
@Dimitar5555 i did this before but it does not working
@1ec5 please review my PR so that i can make changes
Description:
approach
i have used slice method which slice the key which are starting with name and checks the condition after slicing
attached screenshot after the fix
before this fix
attached issue
https://github.com/openstreetmap/iD/issues/10287