Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
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": "subject:wikidata",
"keys": [
"subject:wikidata",
"subject:wikipedia"
],
"type": "wikidata",
"label": "Subject Wikidata"
}
2 changes: 1 addition & 1 deletion data/presets/leisure/pitch/four_square.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-pitch",
"icon": "fas-border-all",
"geometry": [
"area",
"point"
Expand Down
16 changes: 16 additions & 0 deletions data/presets/leisure/pitch/funnel_ball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"icon": "maki-pitch",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "funnel_ball"
},
"reference": {
"key": "sport",
"value": "funnel_ball"
},
"name": "Funnel Ball Court"
}
19 changes: 19 additions & 0 deletions data/presets/leisure/pitch/gaga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "maki-pitch",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "gaga"
},
"reference": {
"key": "sport",
"value": "gaga"
},
"terms": [
"gaga ball"
],
"name": "Gaga Pit"
}
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"
Comment thread
arch0345 marked this conversation as resolved.
],
"tags": {
"playground": "funnel_ball"
},
"name": "Funnel Ball Funnel"
}
19 changes: 19 additions & 0 deletions data/presets/playground/map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "temaki-compass",
"geometry": [
"point",
"area"
],
"fields": [
"subject",
"surface"
],
"moreFields": [
"colour",
"subject/wikidata"
],
Comment thread
arch0345 marked this conversation as resolved.
"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": "temaki-sledding",
"geometry": [
"point"
],
"tags": {
"playground": "sledding"
},
"name": "Play Sledding Hill"
Copy link
Copy Markdown
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
Copy Markdown
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": "temaki-fountain",
"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-shelter",
"geometry": [
"point",
"area"
],
"tags": {
"playground": "teenshelter"
},
"name": "Teen Shelter"
}
10 changes: 10 additions & 0 deletions data/presets/playground/tetherball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"icon": "maki-playground",
"geometry": [
"point"
],
"tags": {
"playground": "tetherball"
},
"name": "Tetherball Pole"
}
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": "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": "temaki-water",
"geometry": [
"point",
"line",
"area"
],
"tags": {
"playground": "water"
},
"name": "Play Water Pump/Screw"
}