mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 07:10:20 +02:00
Add Playground Equipment preset category (close #56)
Add `playground=playhouse` preset (which has >1000 uses, more than some existing `playground` presets) Fix the filenames of playground presets to match their tags
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-play_structure",
|
||||
"name": "Playground Equipment",
|
||||
"members": [
|
||||
"playground/swing",
|
||||
"playground/structure",
|
||||
"playground/slide",
|
||||
"playground/sandpit",
|
||||
"playground/springy",
|
||||
"playground/climbingframe",
|
||||
"playground/seesaw",
|
||||
"playground/roundabout",
|
||||
"playground/zipwire",
|
||||
"playground/basketswing",
|
||||
"playground/playhouse"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-play_structure",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "playhouse"
|
||||
},
|
||||
"terms": [
|
||||
"children's house",
|
||||
"playground house",
|
||||
"playhouse",
|
||||
"Wendy house"
|
||||
],
|
||||
"name": "Play House"
|
||||
}
|
||||
Reference in New Issue
Block a user