mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Add self_service field to presets
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "self_service",
|
||||
"type": "check",
|
||||
"label": "Self-service"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
"payment_multi",
|
||||
"self_service"
|
||||
],
|
||||
"moreFields": [
|
||||
"website",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"brand",
|
||||
"operator",
|
||||
"address",
|
||||
"fuel_multi"
|
||||
"fuel_multi",
|
||||
"self_service"
|
||||
],
|
||||
"moreFields": [
|
||||
"opening_hours",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"icon": "maki-laundry",
|
||||
"fields": [
|
||||
"{shop}",
|
||||
"self_service"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
Reference in New Issue
Block a user