mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Add tourism information terminal preset
Used 5k+ times, see https://wiki.openstreetmap.org/wiki/Tag:information%3Dterminal
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-information",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "information",
|
||||
"information": "terminal"
|
||||
},
|
||||
"reference": {
|
||||
"key": "information",
|
||||
"value": "terminal"
|
||||
},
|
||||
"name": "Information Terminal"
|
||||
}
|
||||
Reference in New Issue
Block a user