~singpolyma/sgx-jmp

9b77d65b45d01d94646323fc79619e177ecf4ae8 — Stephen Paul Weber 1 year, 7 months ago b754e6f
More city maps
1 files changed, 9 insertions(+), 1 deletions(-)

M lib/tel_selections.rb
M lib/tel_selections.rb => lib/tel_selections.rb +9 -1
@@ 190,8 190,16 @@ class TelSelections
				Q.register(/\A([^,]+)\s*,\s*([A-Z]{2})\Z/, &method(:new))

				CITY_MAP = {
					"ajax" => "Ajax-Pickering",
					"kitchener" => "Kitchener-Waterloo",
					"waterloo" => "Kitchener-Waterloo"
					"new york" => "New York City",
					"pickering" => "Ajax-Pickering",
					"sault ste marie" => "sault sainte marie",
					"sault ste. marie" => "sault sainte marie",
					"south durham" => "Durham",
					"township of langley" => "Langley",
					"waterloo" => "Kitchener-Waterloo",
					"west durham" => "Durham"
				}.freeze

				STATE_MAP = {