mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
Add preset for amenity=driver_training and field for license_classes (#499)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "license_classes",
|
||||
"type": "semiCombo",
|
||||
"label": "Driving License Classes"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-car",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"license_classes",
|
||||
"email",
|
||||
"fax",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "driver_training"
|
||||
},
|
||||
"name": "Driver Training Grounds",
|
||||
"aliases": [
|
||||
"Driving Safety Center"
|
||||
],
|
||||
"terms": [
|
||||
"Driving School"
|
||||
]
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"building_area_yes",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
@@ -13,6 +13,7 @@
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
"level",
|
||||
"license_classes",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"ref/FR/siret-FR",
|
||||
|
||||
Reference in New Issue
Block a user