aboutsummaryrefslogtreecommitdiff
path: root/lib/suburbMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/suburbMap.js')
-rw-r--r--lib/suburbMap.js60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/suburbMap.js b/lib/suburbMap.js
new file mode 100644
index 0000000..6b094be
--- /dev/null
+++ b/lib/suburbMap.js
@@ -0,0 +1,60 @@
+module.exports = {
+ // likely due to our capital case code
+ 'Mccrae': 'McCrae',
+ 'Mckinnon': 'McKinnon',
+ 'Mcmillans': 'McMillans',
+ 'Bend Of Islands': 'Bend of Islands',
+ 'Bridgewater On Loddon': 'Bridgewater on Loddon',
+ 'Hmas Cerberus': 'HMAS Cerberus',
+ 'Mckenzie Creek': 'McKenzie Creek',
+ 'Mcmahons Creek': 'McMahons Creek',
+ 'Murray Sunset': 'Murray-Sunset',
+ 'Yalla Y Poora': 'Yalla-y-poora',
+
+ // because these locality names are used more than once, the vicmap data has added a suffix for clarity
+ 'Bellfield Greater Melbourne': 'Bellfield',
+
+ 'Hillside Greater Melbourne': 'Hillside',
+ 'Hillside Bairnsdale': 'Hillside',
+
+ 'Springfield Romsey': 'Springfield',
+ 'Springfield Sea Lake': 'Springfield',
+
+ 'Moonlight Flat Castlemaine': 'Moonlight Flat',
+ 'Moonlight Flat Maryborough': 'Moonlight Flat',
+
+ 'Golden Point Castlemaine': 'Golden Point',
+ 'Golden Point Ballarat': 'Golden Point',
+ 'Golden Point Maryborough': 'Maryborough',
+
+ 'Ascot Ballarat': 'Ascot',
+ 'Ascot Bendigo': 'Ascot',
+
+ 'Big Hill Bendigo': 'Big Hill',
+ 'Big Hill Lorne': 'Big Hill',
+
+ 'Black Range Stawell': 'Black Range',
+
+ 'Fairy Dell Bairnsdale': 'Fairy Dell',
+ 'Fairy Dell Rochester': 'Fairy Dell',
+
+ 'Happy Valley Ballarat': 'Happy Valley',
+ 'Happy Valley Robinvale': 'Happy Valley',
+
+ 'Killara Casterton': 'Killara',
+ 'Killara Wodonga': 'Killara',
+
+ 'Merrijig Bairnsdale': 'Merrijig',
+ 'Merrijig Mount Buller': 'Merrijig',
+
+ 'Myall Kerang': 'Myall',
+ 'Myall Sea Lake': 'Myall',
+
+ 'Newtown Ballarat': 'Newtown',
+ 'Newtown Geelong': 'Newtown',
+
+ 'Stony Creek Foster': 'Stony Creek',
+ 'Stony Creek Talbot': 'Stony Creek',
+
+ 'Thomson Geelong': 'Thomson'
+}