Create and integrate new module for mapping human-usable labels to tag names #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rendering raw tag values with some extra rules works OK, but it's not ideal. Examples:
shop=bicyclejust renders asBicyclebecause we can't add "shop" to all the shop types where it doesn't make sense. And "Bike shop" would be even better than "Bicycle shop"The labels can then be used not just to render content, but also for tagging, when adding/editing OSM places in Marco.
Since any JS/TS app will have to do this themselves at the moment, we'll create a new shared module that can be used across apps.