mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add "unleashed" as value for dog tag field
and limit offered values of `dog` field on dog-specific features to just =leashed`/`unleashed`: `no` does generally not make sense on these, and `yes`/`designated` is already implied by the primary tag.
This commit is contained in:
parent
f916c7be39
commit
54205c7a29
5 changed files with 19 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"dog",
|
||||
"dog_yes",
|
||||
"gnis/feature_id-US",
|
||||
"ref"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"{@templates/internet_access}",
|
||||
"dog",
|
||||
"dog_yes",
|
||||
"gnis/feature_id-US",
|
||||
"ref"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue