diff --git a/.gitignore b/.gitignore index 4f38d20..f267f55 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *legends_plus.xml legendsbrowser *.pprof -*.png +/*.png /*.json .DS_Store bin diff --git a/backend/.gitignore b/backend/.gitignore index 63acb66..193473a 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,4 +1,5 @@ resources/frontend/* same.json conf.json -_conf.json \ No newline at end of file +_conf.json +/*.png \ No newline at end of file diff --git a/backend/static/leaflet/images/layers-2x.png b/backend/static/leaflet/images/layers-2x.png new file mode 100644 index 0000000..200c333 Binary files /dev/null and b/backend/static/leaflet/images/layers-2x.png differ diff --git a/backend/static/leaflet/images/layers.png b/backend/static/leaflet/images/layers.png new file mode 100644 index 0000000..1a72e57 Binary files /dev/null and b/backend/static/leaflet/images/layers.png differ diff --git a/backend/static/leaflet/images/marker-icon-2x.png b/backend/static/leaflet/images/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/backend/static/leaflet/images/marker-icon-2x.png differ diff --git a/backend/static/leaflet/images/marker-icon.png b/backend/static/leaflet/images/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/backend/static/leaflet/images/marker-icon.png differ diff --git a/backend/static/leaflet/images/marker-shadow.png b/backend/static/leaflet/images/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/backend/static/leaflet/images/marker-shadow.png differ diff --git a/backend/winres/icon.png b/backend/winres/icon.png new file mode 100644 index 0000000..4539c75 Binary files /dev/null and b/backend/winres/icon.png differ diff --git a/backend/winres/icon16.png b/backend/winres/icon16.png new file mode 100644 index 0000000..3ef7b62 Binary files /dev/null and b/backend/winres/icon16.png differ