Add and fix some presets

This commit is contained in:
Ansis Brammanis
2013-03-07 13:24:47 -05:00
parent 61133a6f8a
commit aec08f0558

View File

@@ -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"
}
]
]