-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
brand
field to more common NSI presets (re: #6507)
- Loading branch information
1 parent
4b4ea12
commit 5ab7134
Showing
14 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
], | ||
"moreFields": [ | ||
"air_conditioning", | ||
"brand", | ||
"currency_multi", | ||
"email", | ||
"fax", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"moreFields": [ | ||
"air_conditioning", | ||
"bar", | ||
"brand", | ||
"capacity", | ||
"delivery", | ||
"diet_multi", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"supervised" | ||
], | ||
"moreFields": [ | ||
"brand", | ||
"email", | ||
"fax", | ||
"lit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
], | ||
"moreFields": [ | ||
"air_conditioning", | ||
"brand", | ||
"email", | ||
"fax", | ||
"gnis/feature_id", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
], | ||
"moreFields": [ | ||
"air_conditioning", | ||
"brand", | ||
"email", | ||
"fax", | ||
"gnis/feature_id", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
], | ||
"moreFields": [ | ||
"air_conditioning", | ||
"brand", | ||
"capacity", | ||
"delivery", | ||
"diet_multi", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
"self_service" | ||
], | ||
"moreFields": [ | ||
"brand", | ||
"building", | ||
"email", | ||
"fax", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
"dispensing" | ||
], | ||
"moreFields": [ | ||
"brand", | ||
"email", | ||
"fax", | ||
"gnis/feature_id", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"moreFields": [ | ||
"air_conditioning", | ||
"bar", | ||
"brand", | ||
"brewery", | ||
"capacity", | ||
"delivery", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"building_area" | ||
], | ||
"moreFields": [ | ||
"brand", | ||
"charge_fee", | ||
"email", | ||
"fax", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{ | ||
"icon": "temaki-briefcase_shield", | ||
"moreFields": [ | ||
"brand", | ||
"{office}" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
], | ||
"moreFields": [ | ||
"air_conditioning", | ||
"brand", | ||
"building/levels_building", | ||
"email", | ||
"fax", | ||
|