|
| 1 | +name: Add support of a missing OSM tag |
| 2 | +description: This requests an OSM tag to be added to the tagging schema in the form of a new preset, field or value. |
| 3 | +# title: '' |
| 4 | +labels: enhancement |
| 5 | +# assignees: '' |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this request to add a new tag to the tagging schema. |
| 11 | + - type: input |
| 12 | + attributes: |
| 13 | + label: OSM Tag(s) |
| 14 | + description: Please list the tag or tags which you would like to see included. |
| 15 | + placeholder: tourism=camp_site |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: dropdown |
| 19 | + attributes: |
| 20 | + label: How would you like this tag to see supported? |
| 21 | + description: 'A tag can be supported in different ways: A preset, a field or a option in a dropdown field.' |
| 22 | + options: |
| 23 | + - As a Preset |
| 24 | + - As a Field |
| 25 | + - As an Option of a Field |
| 26 | + - Other (please indicate below) |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: input |
| 30 | + attributes: |
| 31 | + label: Label |
| 32 | + description: The title/name/label of the preset, field or field option (preferably in American English). |
| 33 | + placeholder: Campground |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + - type: input |
| 37 | + attributes: |
| 38 | + label: Aliases |
| 39 | + description: 'Only for Presets: Synonyms of the name of the preset.' |
| 40 | + placeholder: Campsite |
| 41 | + validations: |
| 42 | + required: false |
| 43 | + - type: input |
| 44 | + attributes: |
| 45 | + label: Terms |
| 46 | + description: 'Only for Presets and Fields: Synonyms of the name of the preset.' |
| 47 | + placeholder: Camping, Tenting, Camp Site, Caravans, … |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + - type: input |
| 51 | + attributes: |
| 52 | + label: Link to OSM Wiki page |
| 53 | + description: Link to the documentation of this tag on the OSM wiki. |
| 54 | + placeholder: https://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: dropdown |
| 58 | + attributes: |
| 59 | + label: Status of the Tag |
| 60 | + description: The status of the tag(s) according to the OSM wiki. |
| 61 | + options: |
| 62 | + - Approved |
| 63 | + - De Facto |
| 64 | + - In Use |
| 65 | + - Unspecified / Unknown |
| 66 | + - Voting |
| 67 | + - Abandoned |
| 68 | + - Deprecated |
| 69 | + - Discardable |
| 70 | + - Draft |
| 71 | + - Imported |
| 72 | + - Obsolete |
| 73 | + - Proposed |
| 74 | + - Rejected |
| 75 | + - Other (please indicate below) |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: input |
| 79 | + attributes: |
| 80 | + label: Usage of the tag |
| 81 | + description: How many OSM object exist currently which use the tag? |
| 82 | + placeholder: '126,000' |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + - type: input |
| 86 | + attributes: |
| 87 | + label: Replaces other Tag? |
| 88 | + description: Does this tag replace a different one which is already supported by the tagging schema? |
| 89 | + validations: |
| 90 | + required: false |
| 91 | + - type: input |
| 92 | + attributes: |
| 93 | + label: Regional Tag? |
| 94 | + description: Should this tag only be available in a specific region or country? |
| 95 | + placeholder: global |
| 96 | + validations: |
| 97 | + required: false |
| 98 | + - type: textarea |
| 99 | + attributes: |
| 100 | + label: Further Information |
| 101 | + description: Please add further details about this tag which should be considered. For example, include a link to taginfo, taghistory or to an overpass query, add a list tools which support this tag, etc. |
| 102 | + validations: |
| 103 | + required: false |
0 commit comments