Adding name fields for emergency and footway presets

This commit is contained in:
JamesKingdom
2017-08-01 23:44:44 +01:00
parent 5dfb1d61bc
commit 1042b19597
5 changed files with 8 additions and 0 deletions
+4
View File
@@ -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",
@@ -1,6 +1,7 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"building_area",
"address"
@@ -1,5 +1,6 @@
{
"fields": [
"name",
"crossing",
"access",
"surface",
@@ -1,6 +1,7 @@
{
"icon": "highway-footway",
"fields": [
"name",
"crossing",
"access",
"surface",
@@ -1,6 +1,7 @@
{
"icon": "highway-footway",
"fields": [
"name",
"surface",
"lit",
"width",