mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Merge pull request #6258 from westnordost/patch-7
Add tourism information terminal preset
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