mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
11
data/presets/playground/balance_beam.json
Normal file
11
data/presets/playground/balance_beam.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "balancebeam"
|
||||
},
|
||||
"name": "Play Balance Beam"
|
||||
}
|
||||
13
data/presets/playground/basket_spinner.json
Normal file
13
data/presets/playground/basket_spinner.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"basket rotator"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "basketrotator"
|
||||
},
|
||||
"name": "Basket Spinner"
|
||||
}
|
||||
10
data/presets/playground/basket_swing.json
Normal file
10
data/presets/playground/basket_swing.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "basketswing"
|
||||
},
|
||||
"name": "Basket Swing"
|
||||
}
|
||||
15
data/presets/playground/climbing_frame.json
Normal file
15
data/presets/playground/climbing_frame.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "climbingframe"
|
||||
},
|
||||
"terms": [
|
||||
"jungle gym",
|
||||
"monkey bars"
|
||||
],
|
||||
"name": "Play Climbing Frame"
|
||||
}
|
||||
11
data/presets/playground/cushion.json
Normal file
11
data/presets/playground/cushion.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "cushion"
|
||||
},
|
||||
"name": "Bouncy Cushion"
|
||||
}
|
||||
15
data/presets/playground/horizontal_bar.json
Normal file
15
data/presets/playground/horizontal_bar.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"chin-up bar",
|
||||
"high bar",
|
||||
"pull-up bar"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "horizontal_bar"
|
||||
},
|
||||
"name": "Play Horizontal Bar"
|
||||
}
|
||||
14
data/presets/playground/rocker.json
Normal file
14
data/presets/playground/rocker.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "springy"
|
||||
},
|
||||
"terms": [
|
||||
"spring rocker",
|
||||
"springy rocker"
|
||||
],
|
||||
"name": "Spring Rider"
|
||||
}
|
||||
18
data/presets/playground/roundabout.json
Normal file
18
data/presets/playground/roundabout.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-stadium",
|
||||
"fields": [
|
||||
"{playground}",
|
||||
"bench"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "roundabout"
|
||||
},
|
||||
"terms": [
|
||||
"merry-go-round"
|
||||
],
|
||||
"name": "Play Roundabout"
|
||||
}
|
||||
15
data/presets/playground/sandpit.json
Normal file
15
data/presets/playground/sandpit.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "sandpit"
|
||||
},
|
||||
"terms": [
|
||||
"sandbox",
|
||||
"sandpit"
|
||||
],
|
||||
"name": "Play Sandbox"
|
||||
}
|
||||
10
data/presets/playground/seesaw.json
Normal file
10
data/presets/playground/seesaw.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "seesaw"
|
||||
},
|
||||
"name": "Seesaw"
|
||||
}
|
||||
11
data/presets/playground/slide.json
Normal file
11
data/presets/playground/slide.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "temaki-slide",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "slide"
|
||||
},
|
||||
"name": "Slide"
|
||||
}
|
||||
14
data/presets/playground/structure.json
Normal file
14
data/presets/playground/structure.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-play_structure",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "structure"
|
||||
},
|
||||
"terms": [
|
||||
"jungle gym"
|
||||
],
|
||||
"name": "Play Structure"
|
||||
}
|
||||
16
data/presets/playground/swing.json
Normal file
16
data/presets/playground/swing.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"fields": [
|
||||
"capacity",
|
||||
"baby_seat",
|
||||
"wheelchair",
|
||||
"blind"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "swing"
|
||||
},
|
||||
"name": "Swing"
|
||||
}
|
||||
16
data/presets/playground/zipwire.json
Normal file
16
data/presets/playground/zipwire.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "zipwire"
|
||||
},
|
||||
"terms": [
|
||||
"zipline",
|
||||
"zip wire",
|
||||
"zipwire"
|
||||
],
|
||||
"name": "Play Zip Line"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue