opennorth / represent-canada

Point or postcode to electoral district service for Canada, its provinces and municipalities
http://represent.opennorth.ca/
MIT License
65 stars 9 forks source link

ca_qc_montreal: Borough representatives don't match #104

Closed jpmckinney closed 7 years ago

jpmckinney commented 7 years ago

We're matching to montreal-districts, which only includes districts. We would need to match a new boundary set that includes both montreal-districts and montreal-boroughs. Note that both shapefiles have the same attributes, so we'd have to not select the irrelevant fields from each, in order for the definition.py file to use the correct attribute for name and ID.

Otherwise, we may need to special-case "Montréal" in scrapers_ca_app's views.py.

jpmckinney commented 7 years ago

Added a new boundary set as described.