Initial council ward map renderer

This commit is contained in:
2024-08-17 17:28:41 +10:00
parent 2ab9306fff
commit 56f0f73278
8 changed files with 279 additions and 0 deletions

9
map-generator/readme.md Normal file
View File

@@ -0,0 +1,9 @@
# Map Generator
This project is displays a map showing the boundaries of wards within a single local government area. Each ward is labelled.
The data for this comes from the VEC Map API: https://maps.vec.vic.gov.au/api/electorates/4/withboundaries
To compile the `src.js` file after every edit, run `webpack-cli --mode development --watch` in this folder.
Changes to `dist/main.js` should be committed so that other users don't need to install node.