diff --git a/data/presets/presets.json b/data/presets/presets.json index 7ee0c17f5..6dce6dd91 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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" } -] +] \ No newline at end of file