mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Adding name fields for emergency and footway presets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user