Skip to content

Commit 06de1fa

Browse files
arch0345tyrasd
andauthored
Add more playground presets (#543)
* Add more playground presets * Fixes to Trampoline/Painted Playground Map presets * Use `temaki-compass` icon for `playground=map` as suggested * Remove `line` geometry from `playground=map` * Rename `playground=trampoline` preset to just 'Trampoline' * Distinguish between pitch/playground for funnel ball/tetherball * Add Gaga Pit preset * Add terms to Gaga Pit preset * Use for specific icons * fix tag of subject/wikidata field * Update data/presets/playground/map.json Co-authored-by: Martin Raifer <martin@raifer.tech> Co-authored-by: Martin Raifer <martin@raifer.tech>
1 parent 172ab9d commit 06de1fa

18 files changed

+212
-1
lines changed

data/fields/subject.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "subject",
3+
"type": "text",
4+
"label": "Subject"
5+
}

data/fields/subject/wikidata.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"key": "subject:wikidata",
3+
"keys": [
4+
"subject:wikidata",
5+
"subject:wikipedia"
6+
],
7+
"type": "wikidata",
8+
"label": "Subject Wikidata"
9+
}

data/presets/leisure/pitch/four_square.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"icon": "maki-pitch",
2+
"icon": "fas-border-all",
33
"geometry": [
44
"area",
55
"point"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"icon": "maki-pitch",
3+
"geometry": [
4+
"area",
5+
"point"
6+
],
7+
"tags": {
8+
"leisure": "pitch",
9+
"sport": "funnel_ball"
10+
},
11+
"reference": {
12+
"key": "sport",
13+
"value": "funnel_ball"
14+
},
15+
"name": "Funnel Ball Court"
16+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"icon": "maki-pitch",
3+
"geometry": [
4+
"area",
5+
"point"
6+
],
7+
"tags": {
8+
"leisure": "pitch",
9+
"sport": "gaga"
10+
},
11+
"reference": {
12+
"key": "sport",
13+
"value": "gaga"
14+
},
15+
"terms": [
16+
"gaga ball"
17+
],
18+
"name": "Gaga Pit"
19+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"icon": "maki-playground",
3+
"geometry": [
4+
"point",
5+
"line",
6+
"area"
7+
],
8+
"tags": {
9+
"playground": "activitypanel"
10+
},
11+
"name": "Play Activity Panel"
12+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"icon": "maki-playground",
3+
"geometry": [
4+
"point"
5+
],
6+
"tags": {
7+
"playground": "aerialrotator"
8+
},
9+
"name": "Hanging Spinner",
10+
"aliases": [
11+
"Aerial Rotator",
12+
"Aerial Spinner",
13+
"Hanging Roundabout"
14+
]
15+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"icon": "maki-playground",
3+
"geometry": [
4+
"point",
5+
"line",
6+
"area"
7+
],
8+
"moreFields": [
9+
"{playground}",
10+
"length",
11+
"width"
12+
],
13+
"tags": {
14+
"playground": "bridge"
15+
},
16+
"name": "Play Bridge"
17+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"icon": "maki-playground",
3+
"geometry": [
4+
"point",
5+
"line",
6+
"area"
7+
],
8+
"tags": {
9+
"playground": "climbingwall"
10+
},
11+
"name": "Play Climbing Wall"
12+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"icon": "maki-playground",
3+
"geometry": [
4+
"point"
5+
],
6+
"tags": {
7+
"playground": "funnel_ball"
8+
},
9+
"name": "Funnel Ball Funnel"
10+
}

0 commit comments

Comments
 (0)