Skip to content

Commit f5a7695

Browse files
authored
Add preset for information=visitor_centre (openstreetmap#1484)
1 parent 489bef9 commit f5a7695

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"icon": "maki-information",
3+
"fields": [
4+
"{tourism/information/office}"
5+
],
6+
"moreFields": [
7+
"{tourism/information/office}"
8+
],
9+
"geometry": [
10+
"point",
11+
"area"
12+
],
13+
"terms": [
14+
"visitors center",
15+
"visitors information center",
16+
"welcome center"
17+
],
18+
"tags": {
19+
"tourism": "information",
20+
"information": "visitor_centre"
21+
},
22+
"reference": {
23+
"key": "information",
24+
"value": "visitor_centre"
25+
},
26+
"name": "Visitor Center"
27+
}

0 commit comments

Comments
 (0)