Skip to content

Commit 5e1d4b0

Browse files
authored
Add preset for leisure=summer_camp (#1481) (#2000)
1 parent 3427cd1 commit 5e1d4b0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"icon": "fas-campground",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"tags": {
8+
"leisure": "summer_camp"
9+
},
10+
"name": "Summer Camp",
11+
"terms": [
12+
"children",
13+
"holidays",
14+
"leisure",
15+
"vacations",
16+
"youth"
17+
],
18+
"fields": [
19+
"name"
20+
]
21+
}

0 commit comments

Comments
 (0)