####Assumptions
- QGIS installed (if not: http://qgis.com/)
We will use the Electoral District and Polling Division shapefiles found on the Elections Ontario site:
####Assumptions
We will use the Electoral District and Polling Division shapefiles found on the Elections Ontario site:
| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| function sign(input, password) { | |
| // salt should be Uint8Array or ArrayBuffer | |
| var saltBuffer = str2ab('e85c53e7f119d41fd7895cdc9d7bb9dd'); | |
| // don't use naive approaches for converting text, otherwise international | |
| // characters won't have the correct byte sequences. Use TextEncoder when | |
| // available or otherwise use relevant polyfills |