mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add and fix some presets
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": ""
|
||||
"icon": "park2"
|
||||
},
|
||||
{
|
||||
"name": "coastline",
|
||||
@@ -309,6 +309,24 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "university",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "university"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "college",
|
||||
"form": [
|
||||
"operator",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "parking",
|
||||
"match": {
|
||||
@@ -406,6 +424,24 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pub",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "pub"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "beer",
|
||||
"form": [
|
||||
"building_area",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bus stop",
|
||||
"match": {
|
||||
@@ -504,7 +540,7 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "police",
|
||||
"icon": "pharmacy",
|
||||
"form": [
|
||||
"dispensing",
|
||||
"operator",
|
||||
@@ -572,7 +608,7 @@
|
||||
"amenity": "police"
|
||||
}
|
||||
},
|
||||
"icon": "pharmacy",
|
||||
"icon": "police",
|
||||
"form": [
|
||||
"operator",
|
||||
"building_area",
|
||||
@@ -588,7 +624,8 @@
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "library"
|
||||
}
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": "library",
|
||||
"form": [
|
||||
@@ -1104,4 +1141,4 @@
|
||||
},
|
||||
"icon": "circle"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user