Compare commits

...

5 Commits

Author SHA1 Message Date
Kiara Grouwstra b63b13bf66
Update README.md 2021-04-07 08:25:39 +02:00
Kiara Grouwstra 50938986d5 compile 2021-01-22 12:28:42 +01:00
Kiara Grouwstra dd9bad3ab1 fix png crop/positioning 2021-01-22 12:28:24 +01:00
Kiara Grouwstra bdc713504a kill rectangle 2021-01-22 11:23:09 +01:00
Kiara Grouwstra 4ac65815b5 fix acirc 2021-01-21 17:48:41 +01:00
4 changed files with 57 additions and 50 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 153 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 356 KiB

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,16 @@
# kieskringen
# ondersteuningsverklaringen
This repo uses a map of Dutch electoral regions ('kieskringen')
to overlay with info about numbers of support declarations ('ondersteuningsverklaringen')
obtained in said region.
Obtaining such support is something every new political party
needs to initially go through in the Netherlands in order to be deemed electable.
## usage
generating png:
```bash
$ npm install pug-cli
$ ./node_modules/.bin/pug -P < Nederland_kieskringen.svg.pug > Nederland_kieskringen.svg
$ magick convert Nederland_kieskringen.svg Nederland_kieskringen.png
$ magick convert -crop 550x630+0+0 Nederland_kieskringen.svg Nederland_kieskringen.png
```