Skip to content

Commit

Permalink
Preserve the name tag for all the school-like categories
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Oct 15, 2021
1 parent 27ace04 commit ff10f01
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/brands/amenity/language_school.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"properties": {
"path": "brands/amenity/language_school",
"preserveTags": ["^name"],
"exclude": {"generic": ["^language school$"]}
},
"items": [
Expand Down
1 change: 1 addition & 0 deletions data/brands/amenity/music_school.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"properties": {
"path": "brands/amenity/music_school",
"preserveTags": ["^name"],
"exclude": {
"generic": [
"^(music school|école de musique|музыкальная школа)$"
Expand Down
1 change: 1 addition & 0 deletions data/brands/amenity/prep_school.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"properties": {
"path": "brands/amenity/prep_school",
"preserveTags": ["^name"],
"exclude": {"generic": ["^prep school$"]}
},
"items": [
Expand Down
16 changes: 14 additions & 2 deletions data/brands/amenity/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,20 @@
},
{
"displayName": "Crepes & Waffles",
"id": "crepesandwaffles-96af40",
"locationSet": {"include": ["co", "cl", "ec", "es", "mx", "pa", "pe", "br", "ve"]},
"id": "crepesandwaffles-7b5290",
"locationSet": {
"include": [
"br",
"cl",
"co",
"ec",
"es",
"mx",
"pa",
"pe",
"ve"
]
},
"tags": {
"alt_name": "Crepes & Waffles",
"amenity": "restaurant",
Expand Down
1 change: 1 addition & 0 deletions data/brands/amenity/school.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"properties": {
"path": "brands/amenity/school",
"skipCollection": true,
"preserveTags": ["^name"],
"exclude": {
"generic": ["^school( building)?$"]
}
Expand Down
1 change: 1 addition & 0 deletions data/brands/amenity/training.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"properties": {
"path": "brands/amenity/training",
"preserveTags": ["^name"],
"exclude": {"generic": ["^training$"]}
},
"items": [
Expand Down

0 comments on commit ff10f01

Please # to comment.