Skip to content

Commit 9c42f73

Browse files
tiptoptomSamu__
andauthored
Add presets for additional community_centre (#1200)
Co-authored-by: Samu__ <s.lechner@etlgr.com>
1 parent cb8ebb9 commit 9c42f73

File tree

10 files changed

+183
-0
lines changed

10 files changed

+183
-0
lines changed

data/fields/community_centre.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"key": "community_centre",
3+
"type": "combo",
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"club_home": "Club Home",
8+
"community_hall": "Community Hall",
9+
"cultural_centre": "Cultural Centre",
10+
"family_centre": "Family Centre",
11+
"parish_hall": "Parish Hall",
12+
"village_hall": "Village Hall",
13+
"youth_centre": "Youth Center"
14+
}
15+
}
16+
}

data/presets/amenity/community_centre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"icon": "maki-town-hall",
33
"fields": [
4+
"community_centre",
45
"name",
56
"operator",
67
"operator/type",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"club",
6+
"{amenity/community_centre}"
7+
],
8+
"moreFields": [
9+
"{amenity/community_centre}"
10+
],
11+
"geometry": [
12+
"point",
13+
"area"
14+
],
15+
"tags": {
16+
"amenity": "community_centre",
17+
"community_centre": "club_home"
18+
},
19+
"reference": {
20+
"key": "community_centre",
21+
"value": "club_home"
22+
},
23+
"name": "Club Home"
24+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"terms": [
15+
"community center"
16+
],
17+
"tags": {
18+
"amenity": "community_centre",
19+
"community_centre": "community_hall"
20+
},
21+
"reference": {
22+
"key": "community_centre",
23+
"value": "community_hall"
24+
},
25+
"name": "Community Hall"
26+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"tags": {
15+
"amenity": "community_centre",
16+
"community_centre": "cultural_centre"
17+
},
18+
"reference": {
19+
"key": "community_centre",
20+
"value": "cultural_centre"
21+
},
22+
"name": "Cultural Centre"
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"tags": {
15+
"amenity": "community_centre",
16+
"community_centre": "family_centre"
17+
},
18+
"reference": {
19+
"key": "community_centre",
20+
"value": "family_centre"
21+
},
22+
"name": "Family Centre"
23+
}

data/presets/amenity/community_centre/lgbtq.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
310
"geometry": [
411
"point",
512
"area"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"terms": [
15+
"parish center"
16+
],
17+
"tags": {
18+
"amenity": "community_centre",
19+
"community_centre": "parish_hall"
20+
},
21+
"reference": {
22+
"key": "community_centre",
23+
"value": "parish_hall"
24+
},
25+
"name": "Parish Hall"
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
10+
"geometry": [
11+
"point",
12+
"area"
13+
],
14+
"terms": [
15+
"village community center"
16+
],
17+
"tags": {
18+
"amenity": "community_centre",
19+
"community_centre": "village_hall"
20+
},
21+
"reference": {
22+
"key": "community_centre",
23+
"value": "village_hall"
24+
},
25+
"name": "Village Hall"
26+
}

data/presets/amenity/community_centre/youth_centre.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"icon": "maki-town-hall",
3+
"fields": [
4+
"community_centre",
5+
"{amenity/community_centre}"
6+
],
7+
"moreFields": [
8+
"{amenity/community_centre}"
9+
],
310
"geometry": [
411
"point",
512
"area"
@@ -13,5 +20,9 @@
1320
"amenity": "community_centre",
1421
"community_centre": "youth_centre"
1522
},
23+
"reference": {
24+
"key": "community_centre",
25+
"value": "youth_centre"
26+
},
1627
"name": "Youth Center"
1728
}

0 commit comments

Comments
 (0)