I am thinking about adding regional presets for cycleways in Germany … – Any thoughts on this? Would such a PR be merged?
Presets I am considering:
They describe very specific tagging for footways with access rules for bikes.
The traffic sign could be part of the icon and also added as part of the preset.
I think having a clear name in iD (…) for a way with this tagging would be helpful.
Notes about regional presets:
(Thanks to a comment by Bryan)
Presets and fields support a locationSet to include/exclude countries.
locationSet: { include: ["de"] }
locationSet: { exclude: ["de"] }
The code in iD (https://github.com/openstreetmap/iD/pull/8305/files#diff-f38480d9980a09d7046b627edd05069ed2b53e545697888c66b697e855b8d886R10-R22) uses the location-conflation module https://github.com/ideditor/location-conflation#what-is-it which in turn allows uses country-coder https://github.com/ideditor/country-coder#what-is-it which allows all kinds of regional identifiers.
Quick link to a search result list of presets and fields that use this feature right now: https://github.com/openstreetmap/id-tagging-schema/search?q=locationSet
I am thinking about adding regional presets for cycleways in Germany … – Any thoughts on this? Would such a PR be merged?
Presets I am considering:
See Add presets for German bicycle DE:240 #345
They describe very specific tagging for footways with access rules for bikes.
The traffic sign could be part of the icon and also added as part of the preset.
I think having a clear name in iD (…) for a way with this tagging would be helpful.
Notes about regional presets:
(Thanks to a comment by Bryan)
Presets and fields support a
locationSetto include/exclude countries.locationSet: { include: ["de"] }locationSet: { exclude: ["de"] }The code in iD (https://github.com/openstreetmap/iD/pull/8305/files#diff-f38480d9980a09d7046b627edd05069ed2b53e545697888c66b697e855b8d886R10-R22) uses the location-conflation module https://github.com/ideditor/location-conflation#what-is-it which in turn allows uses country-coder https://github.com/ideditor/country-coder#what-is-it which allows all kinds of regional identifiers.
Quick link to a search result list of presets and fields that use this feature right now: https://github.com/openstreetmap/id-tagging-schema/search?q=locationSet