diff --git a/data/presets/presets.json b/data/presets/presets.json index 24fac6cb7..555f7435d 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5315,6 +5315,7 @@ "emergency/ambulance_station": { "icon": "hospital", "fields": [ + "name", "operator", "building_area", "address" @@ -5403,6 +5404,7 @@ }, "footway/crossing": { "fields": [ + "name", "crossing", "access", "surface", @@ -5426,6 +5428,7 @@ "footway/crosswalk": { "icon": "highway-footway", "fields": [ + "name", "crossing", "access", "surface", @@ -5452,6 +5455,7 @@ "footway/sidewalk": { "icon": "highway-footway", "fields": [ + "name", "surface", "lit", "width", diff --git a/data/presets/presets/emergency/ambulance_station.json b/data/presets/presets/emergency/ambulance_station.json index db39e6e21..916d077af 100644 --- a/data/presets/presets/emergency/ambulance_station.json +++ b/data/presets/presets/emergency/ambulance_station.json @@ -1,6 +1,7 @@ { "icon": "hospital", "fields": [ + "name", "operator", "building_area", "address" diff --git a/data/presets/presets/footway/crossing.json b/data/presets/presets/footway/crossing.json index 293e22af8..8b705b8c4 100644 --- a/data/presets/presets/footway/crossing.json +++ b/data/presets/presets/footway/crossing.json @@ -1,5 +1,6 @@ { "fields": [ + "name", "crossing", "access", "surface", diff --git a/data/presets/presets/footway/crosswalk.json b/data/presets/presets/footway/crosswalk.json index b4daf5f29..48a6f4dad 100644 --- a/data/presets/presets/footway/crosswalk.json +++ b/data/presets/presets/footway/crosswalk.json @@ -1,6 +1,7 @@ { "icon": "highway-footway", "fields": [ + "name", "crossing", "access", "surface", diff --git a/data/presets/presets/footway/sidewalk.json b/data/presets/presets/footway/sidewalk.json index f51b44cf9..903cc2589 100644 --- a/data/presets/presets/footway/sidewalk.json +++ b/data/presets/presets/footway/sidewalk.json @@ -1,6 +1,7 @@ { "icon": "highway-footway", "fields": [ + "name", "surface", "lit", "width",