Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Apr 11, 2021
1 parent 4967044 commit 3c6e305
Show file tree
Hide file tree
Showing 8 changed files with 2,308 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
dump.json
355 changes: 355 additions & 0 deletions index.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions levels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"0": {
"level": 0,
"label": "pozostałe",
"color": "#d0d3d4"
},
"1": {
"level": 1,
"label": "przejechane",
"color": "#f1c40f"
},
"2": {
"level": 2,
"label": "odwiedzone",
"color": "#5dade2"
},
"3": {
"level": 3,
"label": "min. 1 nocleg",
"color": "#27ae60"
},
"4": {
"level": 4,
"label": "miejsce zamieszkania",
"color": "#e74c3c"
}
}
File renamed without changes.
1,904 changes: 1,904 additions & 0 deletions map.json

Large diffs are not rendered by default.

Binary file added map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# krzysztofrewak/powiaty
Prosta aplikacja do wyklikiwania różnych rzeczy na mapie polskich powiatów. Dostępna jest pod adresem [https://krzysztofrewak.github.io/powiaty](https://krzysztofrewak.github.io/powiaty)

## Aplikacja
Obecnie aplikacja pozwala na:
* modyfikowanie bazowych kategorii,
* przeszukiwanie listy powiatów,
* przypisywanie powiatów do kategorii,
* robienie screenshota mapy,
* cache'owanie wyklikanej mapy, aby odświeżenie strony nie usuwało pracy.

Prawdopodobnie kilka innych funkcjonalności pojawi się w przyszłości. Zapraszam do zgłaszania pomysłów i znalezionych błędów w zakładce Issues.

![Aplikacja](./screenshot.png)

### Wygenerowana mapa
![Wygenerowana mapa](./img.png)

## Licencje
Bazowa mapa Polski z podziałem na powiaty została pożyczona z Wikimedia Commons: [https://commons.wikimedia.org/wiki/File:POLSKA_powiaty.svg](https://commons.wikimedia.org/wiki/File:POLSKA_powiaty.svg)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c6e305

Please sign in to comment.