From fc8a9e18d2161195f961742a1c1342fa69ebd179 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Wed, 2 Aug 2017 00:44:18 +0100 Subject: [PATCH] Adding name fields for office and place presets --- data/presets/presets.json | 45 +++++++++++++++++++ .../presets/presets/office/_travel_agent.json | 1 + data/presets/presets/office/accountant.json | 1 + .../presets/office/administrative.json | 1 + data/presets/presets/office/architect.json | 1 + data/presets/presets/office/company.json | 1 + data/presets/presets/office/coworking.json | 1 + .../office/educational_institution.json | 1 + .../presets/office/employment_agency.json | 1 + data/presets/presets/office/estate_agent.json | 1 + data/presets/presets/office/financial.json | 1 + data/presets/presets/office/government.json | 1 + .../office/government/register_office.json | 1 + data/presets/presets/office/insurance.json | 1 + data/presets/presets/office/it.json | 1 + data/presets/presets/office/lawyer.json | 1 + .../presets/presets/office/lawyer/notary.json | 1 + data/presets/presets/office/newspaper.json | 1 + data/presets/presets/office/ngo.json | 1 + data/presets/presets/office/physician.json | 1 + .../presets/office/political_party.json | 1 + data/presets/presets/office/research.json | 1 + .../presets/office/telecommunication.json | 1 + data/presets/presets/office/therapist.json | 1 + data/presets/presets/place/_farm.json | 3 ++ data/presets/presets/place/city.json | 1 + data/presets/presets/place/hamlet.json | 1 + data/presets/presets/place/island.json | 3 ++ .../presets/place/isolated_dwelling.json | 3 ++ data/presets/presets/place/locality.json | 3 ++ data/presets/presets/place/neighbourhood.json | 1 + data/presets/presets/place/quarter.json | 1 + data/presets/presets/place/square.json | 3 ++ data/presets/presets/place/suburb.json | 1 + data/presets/presets/place/town.json | 1 + data/presets/presets/place/village.json | 1 + 36 files changed, 90 insertions(+) diff --git a/data/presets/presets.json b/data/presets/presets.json index 26ecc4588..0f3f2f06f 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -9750,6 +9750,7 @@ "office/travel_agent": { "icon": "suitcase", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9773,6 +9774,7 @@ "office/accountant": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9791,6 +9793,7 @@ "office/administrative": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9809,6 +9812,7 @@ "office/architect": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9827,6 +9831,7 @@ "office/company": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", @@ -9846,6 +9851,7 @@ "office/coworking": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", @@ -9873,6 +9879,7 @@ "office/educational_institution": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9891,6 +9898,7 @@ "office/employment_agency": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9911,6 +9919,7 @@ "office/estate_agent": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9929,6 +9938,7 @@ "office/financial": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9947,6 +9957,7 @@ "office/government": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -9965,6 +9976,7 @@ "office/government/register_office": { "icon": "town-hall", "fields": [ + "name", "address", "building_area", "opening_hours", @@ -9994,6 +10006,7 @@ "office/insurance": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10012,6 +10025,7 @@ "office/it": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10030,6 +10044,7 @@ "office/lawyer": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10048,6 +10063,7 @@ "office/lawyer/notary": { "icon": "suitcase", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10077,6 +10093,7 @@ "office/newspaper": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10095,6 +10112,7 @@ "office/ngo": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", @@ -10114,6 +10132,7 @@ "office/physician": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10132,6 +10151,7 @@ "office/political_party": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10150,6 +10170,7 @@ "office/research": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10168,6 +10189,7 @@ "office/telecommunication": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10186,6 +10208,7 @@ "office/therapist": { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" @@ -10236,6 +10259,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "farm" }, @@ -10245,6 +10271,7 @@ "place/city": { "icon": "city", "fields": [ + "name", "population" ], "geometry": [ @@ -10259,6 +10286,7 @@ "place/hamlet": { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ @@ -10276,6 +10304,9 @@ "point", "area" ], + "fields": [ + "name" + ], "terms": [ "archipelago", "atoll", @@ -10297,6 +10328,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "isolated_dwelling" }, @@ -10308,6 +10342,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "locality" }, @@ -10316,6 +10353,7 @@ "place/neighbourhood": { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ @@ -10333,6 +10371,7 @@ "place/quarter": { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ @@ -10355,6 +10394,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "square" }, @@ -10363,6 +10405,7 @@ "place/suburb": { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ @@ -10382,6 +10425,7 @@ "place/town": { "icon": "town", "fields": [ + "name", "population" ], "geometry": [ @@ -10396,6 +10440,7 @@ "place/village": { "icon": "village", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/office/_travel_agent.json b/data/presets/presets/office/_travel_agent.json index d908ef926..2e18f44ad 100644 --- a/data/presets/presets/office/_travel_agent.json +++ b/data/presets/presets/office/_travel_agent.json @@ -1,6 +1,7 @@ { "icon": "suitcase", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/accountant.json b/data/presets/presets/office/accountant.json index 515782e36..84ab3c533 100644 --- a/data/presets/presets/office/accountant.json +++ b/data/presets/presets/office/accountant.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/administrative.json b/data/presets/presets/office/administrative.json index 52a61cf14..433092349 100644 --- a/data/presets/presets/office/administrative.json +++ b/data/presets/presets/office/administrative.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/architect.json b/data/presets/presets/office/architect.json index 66473d74f..79900b74a 100644 --- a/data/presets/presets/office/architect.json +++ b/data/presets/presets/office/architect.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/company.json b/data/presets/presets/office/company.json index b56565af0..406cf164b 100644 --- a/data/presets/presets/office/company.json +++ b/data/presets/presets/office/company.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/coworking.json b/data/presets/presets/office/coworking.json index 84a3cbe28..7ab16a1cd 100644 --- a/data/presets/presets/office/coworking.json +++ b/data/presets/presets/office/coworking.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/educational_institution.json b/data/presets/presets/office/educational_institution.json index bb34445cb..b834c5ce1 100644 --- a/data/presets/presets/office/educational_institution.json +++ b/data/presets/presets/office/educational_institution.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/employment_agency.json b/data/presets/presets/office/employment_agency.json index 5e9204f9e..bb0db49b7 100644 --- a/data/presets/presets/office/employment_agency.json +++ b/data/presets/presets/office/employment_agency.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/estate_agent.json b/data/presets/presets/office/estate_agent.json index 117a9550f..446d98d44 100644 --- a/data/presets/presets/office/estate_agent.json +++ b/data/presets/presets/office/estate_agent.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/financial.json b/data/presets/presets/office/financial.json index 678fe38f3..989d76f8c 100644 --- a/data/presets/presets/office/financial.json +++ b/data/presets/presets/office/financial.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/government.json b/data/presets/presets/office/government.json index eb13a4a7b..27a5f5a69 100644 --- a/data/presets/presets/office/government.json +++ b/data/presets/presets/office/government.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/government/register_office.json b/data/presets/presets/office/government/register_office.json index 9d0e72dde..0ad4b110f 100644 --- a/data/presets/presets/office/government/register_office.json +++ b/data/presets/presets/office/government/register_office.json @@ -1,6 +1,7 @@ { "icon": "town-hall", "fields": [ + "name", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/insurance.json b/data/presets/presets/office/insurance.json index beb761b98..e4f92ecde 100644 --- a/data/presets/presets/office/insurance.json +++ b/data/presets/presets/office/insurance.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/it.json b/data/presets/presets/office/it.json index d13df9efb..6b1e303d2 100644 --- a/data/presets/presets/office/it.json +++ b/data/presets/presets/office/it.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/lawyer.json b/data/presets/presets/office/lawyer.json index 438b07035..33d257571 100644 --- a/data/presets/presets/office/lawyer.json +++ b/data/presets/presets/office/lawyer.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/lawyer/notary.json b/data/presets/presets/office/lawyer/notary.json index 6529ffbe2..611fab7c8 100644 --- a/data/presets/presets/office/lawyer/notary.json +++ b/data/presets/presets/office/lawyer/notary.json @@ -1,6 +1,7 @@ { "icon": "suitcase", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/newspaper.json b/data/presets/presets/office/newspaper.json index bf2201f5a..5e4018445 100644 --- a/data/presets/presets/office/newspaper.json +++ b/data/presets/presets/office/newspaper.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/ngo.json b/data/presets/presets/office/ngo.json index 74f25d926..50ada85d9 100644 --- a/data/presets/presets/office/ngo.json +++ b/data/presets/presets/office/ngo.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/physician.json b/data/presets/presets/office/physician.json index db600e379..03a8716eb 100644 --- a/data/presets/presets/office/physician.json +++ b/data/presets/presets/office/physician.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/political_party.json b/data/presets/presets/office/political_party.json index b546f3ff6..aeeb51a52 100644 --- a/data/presets/presets/office/political_party.json +++ b/data/presets/presets/office/political_party.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/research.json b/data/presets/presets/office/research.json index d03b9ed74..0a53050aa 100644 --- a/data/presets/presets/office/research.json +++ b/data/presets/presets/office/research.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/telecommunication.json b/data/presets/presets/office/telecommunication.json index 6e432eca2..16dac201e 100644 --- a/data/presets/presets/office/telecommunication.json +++ b/data/presets/presets/office/telecommunication.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/therapist.json b/data/presets/presets/office/therapist.json index c08dc4e93..1068bc278 100644 --- a/data/presets/presets/office/therapist.json +++ b/data/presets/presets/office/therapist.json @@ -1,6 +1,7 @@ { "icon": "commercial", "fields": [ + "name", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/place/_farm.json b/data/presets/presets/place/_farm.json index 1faffa97f..e19440c08 100644 --- a/data/presets/presets/place/_farm.json +++ b/data/presets/presets/place/_farm.json @@ -4,6 +4,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "farm" }, diff --git a/data/presets/presets/place/city.json b/data/presets/presets/place/city.json index 074ac9ec2..0e5714863 100644 --- a/data/presets/presets/place/city.json +++ b/data/presets/presets/place/city.json @@ -1,6 +1,7 @@ { "icon": "city", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/hamlet.json b/data/presets/presets/place/hamlet.json index 8768ff0db..436be08a7 100644 --- a/data/presets/presets/place/hamlet.json +++ b/data/presets/presets/place/hamlet.json @@ -1,6 +1,7 @@ { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/island.json b/data/presets/presets/place/island.json index 5557b65fa..491e06e69 100644 --- a/data/presets/presets/place/island.json +++ b/data/presets/presets/place/island.json @@ -4,6 +4,9 @@ "point", "area" ], + "fields": [ + "name" + ], "terms": [ "archipelago", "atoll", diff --git a/data/presets/presets/place/isolated_dwelling.json b/data/presets/presets/place/isolated_dwelling.json index 2f1c330fe..0374cd63f 100644 --- a/data/presets/presets/place/isolated_dwelling.json +++ b/data/presets/presets/place/isolated_dwelling.json @@ -4,6 +4,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "isolated_dwelling" }, diff --git a/data/presets/presets/place/locality.json b/data/presets/presets/place/locality.json index 002695c6d..a9dbd6dc9 100644 --- a/data/presets/presets/place/locality.json +++ b/data/presets/presets/place/locality.json @@ -4,6 +4,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "locality" }, diff --git a/data/presets/presets/place/neighbourhood.json b/data/presets/presets/place/neighbourhood.json index c557e3f35..5d92221b9 100644 --- a/data/presets/presets/place/neighbourhood.json +++ b/data/presets/presets/place/neighbourhood.json @@ -1,6 +1,7 @@ { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/quarter.json b/data/presets/presets/place/quarter.json index 73757831d..40ce05e85 100644 --- a/data/presets/presets/place/quarter.json +++ b/data/presets/presets/place/quarter.json @@ -1,6 +1,7 @@ { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/square.json b/data/presets/presets/place/square.json index 85db207d2..30390ed06 100644 --- a/data/presets/presets/place/square.json +++ b/data/presets/presets/place/square.json @@ -4,6 +4,9 @@ "point", "area" ], + "fields": [ + "name" + ], "tags": { "place": "square" }, diff --git a/data/presets/presets/place/suburb.json b/data/presets/presets/place/suburb.json index 5006f654c..370b1ca11 100644 --- a/data/presets/presets/place/suburb.json +++ b/data/presets/presets/place/suburb.json @@ -1,6 +1,7 @@ { "icon": "triangle-stroked", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/town.json b/data/presets/presets/place/town.json index cf51bf847..b6397ffbe 100644 --- a/data/presets/presets/place/town.json +++ b/data/presets/presets/place/town.json @@ -1,6 +1,7 @@ { "icon": "town", "fields": [ + "name", "population" ], "geometry": [ diff --git a/data/presets/presets/place/village.json b/data/presets/presets/place/village.json index c28e40903..42ec42ab9 100644 --- a/data/presets/presets/place/village.json +++ b/data/presets/presets/place/village.json @@ -1,6 +1,7 @@ { "icon": "village", "fields": [ + "name", "population" ], "geometry": [