Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presets for German bicycle DE:240 #345

Closed

Commits on Mar 17, 2023

  1. Add traffic_sign=DE:240 presets

    - only for Germany, since it's a German traffic sign
    - one preset for the tagging in combination with `highway=path`, which is dominant (25k) and one un-searchable for `highway=cycleway` (3k) https://taginfo.openstreetmap.org/tags/?key=traffic_sign&value=DE%3A240#combinations
    - the unsearchable uses the same `fields+moreFields` as the main preset
    - the `imageUrl` (https://github.com/ideditor/schema-builder/blob/main/schemas/preset.json#L62-L65) is the traffic sign from https://wiki.openstreetmap.org/wiki/DE:Tag:traffic_sign%3DDE:240
    - the presets match on the two main tags and add the `addTags` or suggest to do so
    - should a mapper switch the preset back to something else, `removeTags` should remove the special tags that the mapper should re-add manually
    - the list of `fields+moreFields` are optimized for Germany: name move to moreFields (not commonly present on cycleways), segregated was added, sort order was changed for logical groups
    - the cycleway with `highway=path`-preset it still in the cycleway-folder, to keep them together
    tordans committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bea33cf View commit details
    Browse the repository at this point in the history