mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add various aliases
This commit is contained in:
parent
36529d0ee2
commit
942e4ce508
33 changed files with 422 additions and 153 deletions
|
|
@ -3,11 +3,11 @@
|
|||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"basket rotator"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "basketrotator"
|
||||
},
|
||||
"name": "Basket Spinner"
|
||||
"name": "Basket Spinner",
|
||||
"aliases": [
|
||||
"Basket Rotator"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,10 @@
|
|||
"terms": [
|
||||
"children's house",
|
||||
"playground house",
|
||||
"playhouse",
|
||||
"Wendy house"
|
||||
"playhouse"
|
||||
],
|
||||
"name": "Play House"
|
||||
"name": "Play House",
|
||||
"aliases": [
|
||||
"Wendy House"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,5 +11,8 @@
|
|||
"sandbox",
|
||||
"sandpit"
|
||||
],
|
||||
"name": "Play Sandbox"
|
||||
"name": "Play Sandbox",
|
||||
"aliases": [
|
||||
"Play Sandpit"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@
|
|||
"playground": "springy"
|
||||
},
|
||||
"terms": [
|
||||
"spring rocker",
|
||||
"springy rocker"
|
||||
],
|
||||
"name": "Spring Rider"
|
||||
"name": "Spring Rider",
|
||||
"aliases": [
|
||||
"Spring Rocker"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue