Skip to content

Commit

Permalink
Add brand field to more common NSI presets (re: #6507)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 10, 2019
1 parent 4b4ea12 commit 5ab7134
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/presets/presets.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/presets/presets/amenity/bank.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"moreFields": [
"air_conditioning",
"brand",
"currency_multi",
"email",
"fax",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"moreFields": [
"air_conditioning",
"bar",
"brand",
"capacity",
"delivery",
"diet_multi",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/car_sharing.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"supervised"
],
"moreFields": [
"brand",
"email",
"fax",
"lit",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/cinema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"moreFields": [
"air_conditioning",
"brand",
"email",
"fax",
"gnis/feature_id",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/clinic.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"moreFields": [
"air_conditioning",
"brand",
"email",
"fax",
"gnis/feature_id",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/fast_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"moreFields": [
"air_conditioning",
"brand",
"capacity",
"delivery",
"diet_multi",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"self_service"
],
"moreFields": [
"brand",
"building",
"email",
"fax",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/pharmacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dispensing"
],
"moreFields": [
"brand",
"email",
"fax",
"gnis/feature_id",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/amenity/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"moreFields": [
"air_conditioning",
"bar",
"brand",
"brewery",
"capacity",
"delivery",
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/leisure/fitness_centre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"building_area"
],
"moreFields": [
"brand",
"charge_fee",
"email",
"fax",
Expand Down
4 changes: 4 additions & 0 deletions data/presets/presets/office/estate_agent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"icon": "temaki-real_estate_agency",
"moreFields": [
"brand",
"{office}"
],
"geometry": [
"point",
"area"
Expand Down
4 changes: 4 additions & 0 deletions data/presets/presets/office/insurance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"icon": "temaki-briefcase_shield",
"moreFields": [
"brand",
"{office}"
],
"geometry": [
"point",
"area"
Expand Down
1 change: 1 addition & 0 deletions data/presets/presets/tourism/motel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"moreFields": [
"air_conditioning",
"brand",
"building/levels_building",
"email",
"fax",
Expand Down

0 comments on commit 5ab7134

Please sign in to comment.