mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Moved field inheritance resolution from the data build to the preset initialization
Removed the data build check for duplicate values between fields and moreFields Renamed the shop field from Type to Shop Type Renamed the beauty field from Shop Type to Beauty Specialty Added the brand field to the shop preset under moreFields
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"bath/open_air": {"key": "bath:open_air", "label": "Open Air", "type": "check"},
|
||||
"bath/sand_bath": {"key": "bath:sand_bath", "label": "Sand Bath", "type": "check"},
|
||||
"bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty", "strings": {"options": {"onsen": "Japanese Onsen", "foot_bath": "Foot Bath", "hot_spring": "Hot Spring"}}},
|
||||
"beauty": {"key": "beauty", "type": "combo", "label": "Shop Type"},
|
||||
"beauty": {"key": "beauty", "type": "combo", "label": "Beauty Specialty"},
|
||||
"bench": {"key": "bench", "type": "check", "label": "Bench"},
|
||||
"bicycle_parking": {"key": "bicycle_parking", "type": "combo", "label": "Type"},
|
||||
"bin": {"key": "bin", "type": "check", "label": "Waste Bin"},
|
||||
@@ -280,7 +280,7 @@
|
||||
"service/vehicle": {"key": "service:vehicle:", "type": "multiCombo", "label": "Services"},
|
||||
"shelter_type": {"key": "shelter_type", "type": "combo", "label": "Type"},
|
||||
"shelter": {"key": "shelter", "type": "check", "label": "Shelter"},
|
||||
"shop": {"key": "shop", "type": "typeCombo", "label": "Type"},
|
||||
"shop": {"key": "shop", "type": "typeCombo", "label": "Shop Type"},
|
||||
"siren/purpose": {"key": "siren:purpose", "type": "combo", "label": "Purpose"},
|
||||
"siren/type": {"key": "siren:type", "type": "combo", "label": "Type", "strings": {"options": {"pneumatic": "Pneumatic", "electronic": "Electronic", "other": "Other"}}},
|
||||
"site_type": {"key": "site_type", "type": "combo", "label": "Site Type"},
|
||||
|
||||
Reference in New Issue
Block a user