mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Adding fitness_station_type field
This commit is contained in:
@@ -535,6 +535,9 @@ en:
|
||||
underground: Underground
|
||||
# 'fire_hydrant:type=wall'
|
||||
wall: Wall
|
||||
fitness_station_type:
|
||||
# fitness_station=*
|
||||
label: Fitness Station Type
|
||||
fixme:
|
||||
# fixme=*
|
||||
label: Fix Me
|
||||
|
||||
@@ -723,6 +723,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"fitness_station_type": {
|
||||
"key": "fitness_station",
|
||||
"type": "combo",
|
||||
"label": "Fitness Station Type"
|
||||
},
|
||||
"fixme": {
|
||||
"key": "fixme",
|
||||
"type": "textarea",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "fitness_station",
|
||||
"type": "combo",
|
||||
"label": "Fitness Station Type"
|
||||
}
|
||||
@@ -8913,7 +8913,7 @@
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"sport",
|
||||
"fitness_station_type",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"sport",
|
||||
"fitness_station_type",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
|
||||
Vendored
+3
@@ -1543,6 +1543,9 @@
|
||||
"pond": "Pond"
|
||||
}
|
||||
},
|
||||
"fitness_station_type": {
|
||||
"label": "Fitness Station Type"
|
||||
},
|
||||
"fixme": {
|
||||
"label": "Fix Me"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user