split building_area field: one with default yes and one with no default

This commit is contained in:
Martin Raifer 2022-09-09 13:22:04 +02:00
parent c0f4f164cc
commit 65f46b5adb
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
131 changed files with 140 additions and 130 deletions

View file

@ -1,7 +1,6 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": [
"area"
],

View file

@ -0,0 +1,9 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": [
"area"
],
"label": "Building"
}

View file

@ -2,7 +2,7 @@
"icon": "temaki-hangar",
"fields": [
"name",
"building_area"
"building_area_yes"
],
"geometry": [
"area"

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"wheelchair",
"baby_feeding"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"internet_access",
"internet_access/fee",

View file

@ -4,7 +4,7 @@
"name",
"country",
"address",
"building_area"
"building_area_yes"
],
"moreFields": [
"email",

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"atm",
"drive_through"

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"min_age",
"brewery"

View file

@ -3,7 +3,7 @@
"fields": [
"{amenity/bicycle_parking}",
"opening_hours",
"building_area"
"building_area_yes"
],
"moreFields": [
"{amenity/bicycle_parking}",

View file

@ -2,7 +2,7 @@
"icon": "temaki-bicycle_shed",
"fields": [
"{amenity/bicycle_parking}",
"building_area"
"building_area_yes"
],
"geometry": [
"point",

View file

@ -9,7 +9,6 @@
],
"moreFields": [
"{amenity/bar}",
"building_area",
"cuisine",
"opening_hours/covid19"
],

View file

@ -4,7 +4,7 @@
"name",
"cuisine",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"outdoor_seating",
"internet_access",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"payment_multi",
"self_service",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"gambling",
"smoking"

View file

@ -5,7 +5,7 @@
"operator",
"operator/type",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website"
],

View file

@ -4,7 +4,7 @@
"name",
"address",
"screen",
"building_area",
"building_area_yes",
"opening_hours",
"payment_multi"
],

View file

@ -6,7 +6,7 @@
"operator/type",
"healthcare/speciality",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -5,7 +5,7 @@
"operator",
"operator/type",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"operator/type",
"building_area",
"building_area_yes",
"address",
"website",
"internet_access",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area"
"building_area_yes"
],
"moreFields": [
"email",

View file

@ -5,7 +5,7 @@
"operator",
"healthcare/speciality",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"scuba_diving"
],

View file

@ -5,7 +5,7 @@
"operator",
"healthcare/speciality",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"sport",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,10 +4,10 @@
"operator",
"access_simple",
"gender",
"wheelchair",
"building_area"
"wheelchair"
],
"moreFields": [
"building_area",
"charge_fee",
"fee",
"level",

View file

@ -5,7 +5,7 @@
"operator",
"operator/type",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"address",
"website",
"internet_access",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"operator/type",
"building_area",
"building_area_yes",
"address",
"website",
"internet_access",

View file

@ -6,7 +6,7 @@
"diet_multi",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"drive_through",
"phone",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"internet_access",
"internet_access/fee",

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"outdoor_seating"
],

View file

@ -5,7 +5,7 @@
"operator",
"operator/type",
"address",
"building_area",
"building_area_yes",
"internet_access",
"internet_access/fee",
"internet_access/ssid",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website"
],

View file

@ -5,7 +5,7 @@
"operator",
"operator/type",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"language_multi"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"operator/type",
"building_area",
"building_area_yes",
"opening_hours",
"address",
"ref/isil",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"rooms",
"internet_access",
"internet_access/fee",

View file

@ -4,7 +4,7 @@
"name",
"brand",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"payment_multi",
"currency_multi"

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"min_age",
"smoking"

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"{amenity/parking}",
"building_area"
"building_area_yes"
],
"moreFields": [
"{amenity/parking}",

View file

@ -4,7 +4,7 @@
"name",
"brand",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"payment_multi"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"dispensing",
"drive_through"

View file

@ -5,7 +5,7 @@
"religion",
"denomination",
"address",
"building_area",
"building_area_yes",
"service_times"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -6,7 +6,7 @@
"operator",
"address",
"opening_hours",
"building_area"
"building_area_yes"
],
"moreFields": [
"air_conditioning",

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"smoking",
"brewery"

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -5,7 +5,7 @@
"cuisine",
"diet_multi",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

View file

@ -4,7 +4,7 @@
"name",
"operator",
"shelter_type",
"building_area",
"building_area_yes",
"bench",
"bin"
],

View file

@ -2,7 +2,7 @@
"icon": "maki-shelter",
"fields": [
"name",
"building_area",
"building_area_yes",
"bench",
"lit"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area"
"building_area_yes"
],
"geometry": [
"point",

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"lit",
"bin"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"bench",
"lit",
"bin"

View file

@ -7,7 +7,7 @@
"payment_multi_fee",
"charge_fee",
"supervised",
"building_area",
"building_area_yes",
"hot_water",
"wheelchair"
],

View file

@ -6,7 +6,7 @@
"operator",
"operator/type",
"address",
"building_area"
"building_area_yes"
],
"moreFields": [
"air_conditioning",

View file

@ -4,7 +4,7 @@
"name",
"studio",
"address",
"building_area",
"building_area_yes",
"website"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"website"
],
"moreFields": [

View file

@ -6,7 +6,7 @@
"gender",
"changing_table",
"wheelchair",
"building_area"
"building_area_yes"
],
"moreFields": [
"charge_fee",

View file

@ -5,7 +5,7 @@
"operator",
"townhall/type",
"address",
"building_area"
"building_area_yes"
],
"moreFields": [
"baby_feeding",

View file

@ -3,7 +3,7 @@
"fields": [
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -2,7 +2,7 @@
"icon": "temaki-amusement_park",
"fields": [
"{attraction}",
"building_area"
"building_area_yes"
],
"moreFields": [
"{attraction}",

View file

@ -2,7 +2,7 @@
"icon": "maki-rail-metro",
"fields": [
"{attraction}",
"building_area"
"building_area_yes"
],
"moreFields": [
"{attraction}",

View file

@ -2,7 +2,7 @@
"icon": "temaki-passport_checkpoint",
"fields": [
"access",
"building_area"
"building_area_yes"
],
"moreFields": [
"address",

View file

@ -2,7 +2,7 @@
"icon": "maki-toll",
"fields": [
"access",
"building_area",
"building_area_yes",
"payment_multi",
"currency_multi"
],

View file

@ -5,7 +5,7 @@
"club",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

View file

@ -5,7 +5,7 @@
"craft",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"building_area",
"building_area_yes",
"address"
],
"moreFields": [

View file

@ -5,7 +5,7 @@
"operator",
"seamark/rescue_station/category",
"address",
"building_area",
"building_area_yes",
"phone",
"website"
],

View file

@ -3,7 +3,7 @@
"fields": [
"ref",
"operator",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"address",
"operator",
"building_area",
"building_area_yes",
"email",
"website"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"access_simple"
],
"moreFields": [

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"castle_type",
"building_area",
"building_area_yes",
"historic/civilization",
"access_simple",
"start_date"

View file

@ -2,7 +2,7 @@
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "fas-crown",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "fas-crown",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"building_area_yes",
"historic/civilization",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -2,7 +2,7 @@
"icon": "maki-monument",
"fields": [
"name",
"building_area",
"building_area_yes",
"access_simple",
"start_date"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"tomb",
"building_area",
"building_area_yes",
"inscription",
"access_simple"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area"
"building_area_yes"
],
"moreFields": [
"air_conditioning",

View file

@ -2,7 +2,7 @@
"icon": "fas-music",
"fields": [
"name",
"building_area",
"building_area_yes",
"operator"
],
"moreFields": [

View file

@ -2,7 +2,7 @@
"icon": "temaki-binoculars",
"fields": [
"name",
"building_area",
"building_area_yes",
"address",
"opening_hours"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours"
],
"moreFields": [

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"dance/style"
],

View file

@ -4,7 +4,7 @@
"name",
"operator",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"dance/style"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website",
"fee",

View file

@ -4,7 +4,7 @@
"name",
"sport",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"website",
"fee",

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

View file

@ -6,7 +6,7 @@
],
"fields": [
"{leisure/sports_centre}",
"building_area"
"building_area_yes"
],
"terms": [
"abseiling",

View file

@ -5,7 +5,7 @@
"operator",
"sport",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"access_simple"
],

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building_area_yes",
"opening_hours",
"phone",
"website"

Some files were not shown because too many files have changed in this diff Show more