Skip to content

Commit

Permalink
fix: adds all australian ikea stores (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Dec 17, 2021
1 parent d8d5d19 commit a04df08
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/data/buCodes.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
005,Aalborg,dk
006,Springvale,au
018,Avignon,fr
038,Dublin,ie
051,Hénin-Beaumont,fr
Expand Down Expand Up @@ -121,7 +122,10 @@
373,Gwangmyeong,kr
375,Hognoul,be
376,Zaventem,be
377,Marsden Park,au
378,Haarlem,nl
384,Richmond,au
385,Rhodes,au
386,Salzburg,at
387,Graz,at
388,Haid,at
Expand All @@ -143,6 +147,9 @@
433,Marseille - La Valentine,fr
434,Tours,fr
435,Grenoble,fr
446,Tempe,au
451,Canberra,au
460,North Lakes,au
461,Reading,gb
482,Anderlecht,be
483,Arlon,be
Expand All @@ -152,8 +159,11 @@
519,Sheffield,gb
522,Goyang,kr
548,Exeter,gb
556,Perth,au
557,Adelaid,au
567,Greenwich,gb
645,Rivoli,fr
917,St. Gallen SG,ch
918,Vernier GE,ch
919,Logan,au
921,NY Brooklyn,us
63 changes: 63 additions & 0 deletions source/data/stores.json
Original file line number Diff line number Diff line change
Expand Up @@ -2651,6 +2651,15 @@
],
"countryCode": "qa"
},
{
"buCode": "557",
"name": "Adelaide",
"coordinates": [
138.538300,
-34.932869
],
"countryCode": "au"
},
{
"buCode": "451",
"name": "Canberra",
Expand All @@ -2669,6 +2678,15 @@
],
"countryCode": "au"
},
{
"buCode": "377",
"name": "Marsden Park",
"coordinates": [
150.918930,
-33.648659
],
"countryCode": "au"
},
{
"buCode": "460",
"name": "North Lakes",
Expand All @@ -2678,6 +2696,51 @@
],
"countryCode": "au"
},
{
"buCode": "556",
"name": "Perth",
"coordinates": [
115.803040,
-31.895690
],
"countryCode": "au"
},
{
"buCode": "556",
"name": "Rhodes",
"coordinates": [
151.083710,
-33.835650
],
"countryCode": "au"
},
{
"buCode": "384",
"name": "Richmond",
"coordinates": [
145.0145128,
-37.8120608
],
"countryCode": "au"
},
{
"buCode": "006",
"name": "Springvale",
"coordinates": [
145.143914,
-37.9279425
],
"countryCode": "au"
},
{
"buCode": "446",
"name": "Tempe",
"coordinates": [
151.1663153,
-33.92255
],
"countryCode": "au"
},
{
"buCode": "414",
"name": "Boucherville",
Expand Down

0 comments on commit a04df08

Please sign in to comment.