mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 10:43:18 +00:00
Merge pull request #1275 from datadesk/master
Added more presets for the amnenity=parking tag. For #1273.
This commit is contained in:
5
data/presets/fields/park_ride.json
Normal file
5
data/presets/fields/park_ride.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "park_ride",
|
||||
"type": "check",
|
||||
"label": "Park and ride"
|
||||
}
|
||||
14
data/presets/fields/parking.json
Normal file
14
data/presets/fields/parking.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "parking",
|
||||
"type": "radio",
|
||||
"options": [
|
||||
"surface",
|
||||
"multi-storey",
|
||||
"underground",
|
||||
"sheds",
|
||||
"carports",
|
||||
"garage_boxes",
|
||||
"lane"
|
||||
],
|
||||
"label": "Type"
|
||||
}
|
||||
5
data/presets/fields/supervised.json
Normal file
5
data/presets/fields/supervised.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "supervised",
|
||||
"type": "check",
|
||||
"label": "Supervised"
|
||||
}
|
||||
@@ -3,6 +3,10 @@
|
||||
"fields": [
|
||||
"fee",
|
||||
"access",
|
||||
"parking",
|
||||
"supervised",
|
||||
"capacity",
|
||||
"park_ride",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -15,4 +19,4 @@
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Parking"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user