Skip to content

Commit

Permalink
npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby committed Jun 12, 2023
1 parent cc6d024 commit 8dbb655
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion data/brands/amenity/bicycle_rental.json
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@
"tags": {
"amenity": "bicycle_rental",
"brand": "Donkey Republic",
"brand:wikidata": "Q63753939",
"brand:wikidata": "Q63753939",
"name": "Donkey Republic",
"operator": "Donkey Republic"
}
Expand Down
1 change: 1 addition & 0 deletions data/brands/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,7 @@
},
{
"displayName": "Kopi Kenangan",
"id": "kopikenangan-4ccab9",
"locationSet": {"include": ["id"]},
"tags": {
"amenity": "cafe",
Expand Down
12 changes: 9 additions & 3 deletions data/brands/leisure/fitness_centre.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,9 @@
},
{
"displayName": "PureGym Danmark",
"id": "puregym-a32a51",
"locationSet": {"include": ["dk"]},
"matchNames": ["Fitness World", "FW"],
"matchNames": ["fitness world", "fw"],
"tags": {
"brand": "PureGym",
"brand:wikidata": "Q12311466",
Expand All @@ -855,9 +856,14 @@
},
{
"displayName": "PureGym Swiss",
"id": "puregym-2831bb",
"locationSet": {"include": ["ch"]},
"matchNames": ["basefit", "basefit.ch",
"Fitness World", "FW"],
"matchNames": [
"basefit",
"basefit.ch",
"fitness world",
"fw"
],
"tags": {
"brand": "PureGym",
"brand:wikidata": "Q119362759",
Expand Down
30 changes: 18 additions & 12 deletions data/brands/shop/supermarket.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@
},
{
"displayName": "Albertsons Market",
"locationSet": {"include": ["us-nm.geojson"]},
"id": "albertsonsmarket-ba1fb8",
"locationSet": {
"include": ["us-nm.geojson"]
},
"tags": {
"brand": "Albertsons Market",
"brand:wikidata": "Q115350320",
Expand Down Expand Up @@ -378,10 +381,11 @@
},
{
"displayName": "Amigos",
"locationSet": {"include": ["us-tx.geojson"]},
"matchNames": [
"amigos united"
],
"id": "amigos-a6c312",
"locationSet": {
"include": ["us-tx.geojson"]
},
"matchNames": ["amigos united"],
"tags": {
"brand": "Amigos",
"brand:wikidata": "Q115350331",
Expand Down Expand Up @@ -4409,10 +4413,13 @@
},
{
"displayName": "Market Street",
"locationSet": {"include": [
"us-tx.geojson",
"us-nm.geojson"
]},
"id": "marketstreet-fa4d34",
"locationSet": {
"include": [
"us-nm.geojson",
"us-tx.geojson"
]
},
"tags": {
"brand": "Market Street",
"brand:wikidata": "Q119405196",
Expand Down Expand Up @@ -7588,10 +7595,9 @@
},
{
"displayName": "United Supermarkets",
"id": "unitedsupermarkets-a6c312",
"locationSet": {
"include": [
"us-tx.geojson"
]
"include": ["us-tx.geojson"]
},
"tags": {
"brand": "United Supermarkets",
Expand Down
1 change: 1 addition & 0 deletions data/brands/shop/tyres.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
},
{
"displayName": "OK Tire",
"id": "oktire-20a245",
"locationSet": {"include": ["ca"]},
"tags": {
"brand": "OK Tire",
Expand Down
5 changes: 2 additions & 3 deletions data/operators/amenity/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,12 +1002,11 @@
},
{
"displayName": "Lake County Public Library",
"id": "lakecountypubliclibrary-3f8c31",
"locationSet": {
"include": ["us-in.geojson"]
},
"matchNames": [
"lake county library"
],
"matchNames": ["lake county library"],
"tags": {
"amenity": "library",
"operator": "Lake County Public Library",
Expand Down

0 comments on commit 8dbb655

Please sign in to comment.