added info about generating sprites

pull/67/head
tomasz t 2022-03-27 19:40:03 +02:00
rodzic b33883a49a
commit 00ae1d9881
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -61,3 +61,16 @@ cp /home/aeduser/data_dir/aed_poland.csv /var/www/html/aed_poland.csv
### Alternatives / Inne podobne
* https://github.com/chnuessli/defikarte.ch - https://defikarte.ch/
### Additional info about development
#### Editing style
#### Creating sprites with icons
```bash
nvm use 8
npm install -g @mapbox/spritezero-cli
spritezero --ratio 1 ./src/map_style/sprite ./src/marker_icons/
```