Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more playground presets #543

Merged
merged 8 commits into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/fields/subject.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "subject",
"type": "text",
"label": "Subject"
}
9 changes: 9 additions & 0 deletions data/fields/subject/wikidata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"key": "species:wikidata",
"keys": [
"species:wikidata",
"species:wikipedia"
],
"type": "wikidata",
"label": "Subject Wikidata"
}
12 changes: 12 additions & 0 deletions data/presets/playground/activitypanel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"tags": {
"playground": "activitypanel"
},
"name": "Play Activity Panel"
}
15 changes: 15 additions & 0 deletions data/presets/playground/aerialrotator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "maki-playground",
"geometry": [
"point"
],
"tags": {
"playground": "aerialrotator"
},
"name": "Hanging Spinner",
"aliases": [
"Aerial Rotator",
"Aerial Spinner",
"Hanging Roundabout"
]
}
17 changes: 17 additions & 0 deletions data/presets/playground/bridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"moreFields": [
"{playground}",
"length",
"width"
],
"tags": {
"playground": "bridge"
},
"name": "Play Bridge"
}
12 changes: 12 additions & 0 deletions data/presets/playground/climbingwall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"tags": {
"playground": "climbingwall"
},
"name": "Play Climbing Wall"
}
10 changes: 10 additions & 0 deletions data/presets/playground/funnel_ball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"icon": "maki-playground",
"geometry": [
"point"
],
"tags": {
"playground": "funnel_ball"
},
"name": "Funnel Ball"
}
20 changes: 20 additions & 0 deletions data/presets/playground/map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"fields": [
"subject",
"surface"
],
"moreFields": [
"colour",
"subject/wikidata"
],
"tags": {
"playground": "map"
},
"name": "Painted Playground Map"
}
10 changes: 10 additions & 0 deletions data/presets/playground/sledding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"icon": "maki-playground",
"geometry": [
"point"
],
"tags": {
"playground": "sledding"
},
"name": "Play Sledding Hill"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What’s the difference between a “play” sledding hill and one that’s mapped as a hill with a sport? Is it the size, or the lack of other playground equipment nearby?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say both: examples I found in Germany seem to be smaller than the one you linked and are near playgrounds. For example, this hill is actually inside of a leisure=playground area.

}
11 changes: 11 additions & 0 deletions data/presets/playground/splash_pad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"area"
],
"tags": {
"playground": "splash_pad"
},
"name": "Play Splash Pad"
}
11 changes: 11 additions & 0 deletions data/presets/playground/teenshelter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"area"
],
"tags": {
"playground": "teenshelter"
},
"name": "Teen Shelter"
}
11 changes: 11 additions & 0 deletions data/presets/playground/trampoline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"area"
],
"tags": {
"playground": "trampoline"
},
"name": "Play Trampoline"
}
12 changes: 12 additions & 0 deletions data/presets/playground/tunnel_tube.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"tags": {
"playground": "tunnel_tube"
},
"name": "Play Tunnel"
}
12 changes: 12 additions & 0 deletions data/presets/playground/water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"tags": {
"playground": "water"
},
"name": "Play Water Pump/Screw"
}