X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4028f4cdb91f616bc774dc9b9fa8c7183eb1f6dd..5ffdceeb4d5e66ce3029f372e84554d28673e690:/vendor/assets/iD/presets.js diff --git a/vendor/assets/iD/presets.js b/vendor/assets/iD/presets.js index f7b832367..839ab3958 100644 --- a/vendor/assets/iD/presets.js +++ b/vendor/assets/iD/presets.js @@ -457,6 +457,9 @@ iD.data.presets = { "vertex", "line" ], + "terms": [ + "seat" + ], "tags": { "amenity": "bench" }, @@ -520,12 +523,15 @@ iD.data.presets = { "area" ], "terms": [ - "bike" + "bike", + "repair", + "chain", + "pump" ], "tags": { "amenity": "bicycle_repair_station" }, - "name": "Bicycle Repair Station" + "name": "Bicycle Repair Tool Stand" }, "amenity/biergarten": { "icon": "beer", @@ -610,6 +616,7 @@ iD.data.presets = { "area" ], "terms": [ + "bistro", "coffee", "tea" ], @@ -869,7 +876,7 @@ iD.data.presets = { }, "name": "Dentist" }, - "amenity/doctor": { + "amenity/doctors": { "icon": "hospital", "fields": [ "address", @@ -964,6 +971,25 @@ iD.data.presets = { ], "name": "Fast Food" }, + "amenity/ferry_terminal": { + "icon": "ferry", + "fields": [ + "network", + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [], + "tags": { + "amenity": "ferry_terminal" + }, + "name": "Ferry Terminal" + }, "amenity/fire_station": { "icon": "fire-station", "fields": [ @@ -1005,6 +1031,7 @@ iD.data.presets = { "terms": [ "petrol", "fuel", + "gasoline", "propane", "diesel", "lng", @@ -1079,6 +1106,18 @@ iD.data.presets = { }, "name": "Hospital Grounds" }, + "amenity/hunting_stand": { + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [], + "tags": { + "amenity": "hunting_stand" + }, + "name": "Hunting Stand" + }, "amenity/kindergarten": { "icon": "school", "fields": [ @@ -1215,6 +1254,21 @@ iD.data.presets = { }, "name": "Parking Garage Entrance/Exit" }, + "amenity/parking_space": { + "fields": [ + "capacity" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [], + "tags": { + "amenity": "parking_space" + }, + "name": "Parking Space" + }, "amenity/pharmacy": { "icon": "pharmacy", "fields": [ @@ -1859,7 +1913,8 @@ iD.data.presets = { "building_area", "access_toilets", "gender", - "fee" + "fee", + "diaper" ], "geometry": [ "point", @@ -2135,6 +2190,7 @@ iD.data.presets = { "amenity": "waste_basket" }, "terms": [ + "bin", "rubbish", "litter", "trash", @@ -2142,6 +2198,18 @@ iD.data.presets = { ], "name": "Waste Basket" }, + "amenity/water_point": { + "icon": "water", + "geometry": [ + "area", + "vertex", + "point" + ], + "tags": { + "amenity": "water_point" + }, + "name": "RV Drinking Water" + }, "area": { "name": "Area", "tags": { @@ -7782,6 +7850,10 @@ iD.data.presets = { "point", "area" ], + "terms": [ + "bike", + "repair" + ], "tags": { "shop": "bicycle" }, @@ -10306,6 +10378,21 @@ iD.data.presets = { "searchable": false, "name": "Waterway" }, + "waterway/boatyard": { + "icon": "harbor", + "fields": [ + "operator" + ], + "geometry": [ + "area", + "vertex", + "point" + ], + "tags": { + "waterway": "boatyard" + }, + "name": "Boatyard" + }, "waterway/canal": { "icon": "waterway-canal", "fields": [ @@ -10345,6 +10432,22 @@ iD.data.presets = { }, "name": "Ditch" }, + "waterway/dock": { + "icon": "harbor", + "fields": [ + "dock", + "operator" + ], + "geometry": [ + "area", + "vertex", + "point" + ], + "tags": { + "waterway": "dock" + }, + "name": "Dock" + }, "waterway/drain": { "icon": "waterway-stream", "fields": [ @@ -10489,6 +10592,18 @@ iD.data.presets = { }, "name": "Stream" }, + "waterway/water_point": { + "icon": "water", + "geometry": [ + "area", + "vertex", + "point" + ], + "tags": { + "waterway": "water_point" + }, + "name": "Marine Drinking Water" + }, "waterway/weir": { "icon": "dam", "geometry": [ @@ -39754,6 +39869,26 @@ iD.data.presets = { "type": "textarea", "label": "Description" }, + "diaper": { + "key": "diaper", + "type": "combo", + "label": "Diaper Changing Available", + "options": [ + "yes", + "no", + "room", + "1", + "2", + "3", + "4", + "5" + ] + }, + "dock": { + "key": "dock", + "type": "combo", + "label": "Type" + }, "drive_through": { "key": "drive_through", "type": "check",