├── .eslintrc.json ├── .gitignore ├── .markdownlint.json ├── .prettierignore ├── .prettierrc.json ├── .stylelintrc.json ├── LICENSE ├── README.md ├── css ├── datacheck.css └── style.css ├── data ├── check_results.json ├── overpass.json ├── places.json ├── places.min.json ├── places.min.json.gz ├── places_old.json ├── taginfo.json └── urldata.json ├── data_chart.html ├── datacheck ├── datacheck.py ├── datacheck_table.html └── index.html ├── favicon ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── maskable_icon_x192.png ├── maskable_icon_x512.png ├── mstile-144x144.png ├── mstile-150x150.png ├── mstile-310x150.png ├── mstile-310x310.png ├── mstile-70x70.png ├── safari-pinned-tab.svg └── veggie-penguin.svg ├── generate_stats.py ├── how-to ├── style.css ├── tutorial_de.html └── tutorial_it.html ├── index.html ├── js ├── datacheck-table.js ├── datacheck.js ├── i18n.js ├── veggiemap-icons.js ├── veggiemap.js └── veggiemap_chart.js ├── locales ├── de.json ├── en.json ├── eo.json ├── fi.json ├── fr.json ├── it.json └── ko.json ├── manifest.json ├── package.json ├── refresh.py ├── service-worker.js └── third-party ├── chart.js ├── LICENSE.md ├── chart.umd.min.js └── package.json ├── i18next ├── LICENSE ├── i18next.js ├── i18next.min.js └── package.json ├── icons ├── maki │ ├── LICENSE.txt │ ├── college-black.svg │ ├── college-white.svg │ ├── package.json │ ├── pitch-black.svg │ ├── pitch-white.svg │ ├── restaurant-pizza-black.svg │ ├── restaurant-pizza-white.svg │ ├── school-black.svg │ ├── school-white.svg │ ├── shop-black.svg │ ├── shop-white.svg │ ├── stadium-black.svg │ ├── stadium-white.svg │ ├── star-stroked-black.svg │ ├── star-stroked-white.svg │ ├── swimming-black.svg │ └── swimming-white.svg └── openstreetmap-carto │ ├── LICENSE.txt │ ├── alcohol-black.svg │ ├── alcohol-white.svg │ ├── bakery-black.svg │ ├── bakery-white.svg │ ├── bar-black.svg │ ├── bar-white.svg │ ├── bbq-black.svg │ ├── bbq-white.svg │ ├── beauty-black.svg │ ├── beauty-white.svg │ ├── bicycle-black.svg │ ├── bicycle-white.svg │ ├── butcher-black.svg │ ├── butcher-white.svg │ ├── cafe-black.svg │ ├── cafe-white.svg │ ├── cinema-black.svg │ ├── cinema-white.svg │ ├── clothes-black.svg │ ├── clothes-white.svg │ ├── confectionery-black.svg │ ├── confectionery-white.svg │ ├── convenience-black.svg │ ├── convenience-white.svg │ ├── department_store-black.svg │ ├── department_store-white.svg │ ├── diy-black.svg │ ├── diy-white.svg │ ├── fast_food-black.svg │ ├── fast_food-white.svg │ ├── fuel-black.svg │ ├── fuel-white.svg │ ├── garden_centre-black.svg │ ├── garden_centre-white.svg │ ├── gift-black.svg │ ├── gift-white.svg │ ├── golf-black.svg │ ├── golf-white.svg │ ├── greengrocer-black.svg │ ├── greengrocer-white.svg │ ├── guest_house-black.svg │ ├── guest_house-white.svg │ ├── hairdresser-black.svg │ ├── hairdresser-white.svg │ ├── hospital-black.svg │ ├── hospital-white.svg │ ├── ice_cream-black.svg │ ├── ice_cream-white.svg │ ├── library-black.svg │ ├── library-white.svg │ ├── memorial-black.svg │ ├── memorial-white.svg │ ├── museum-black.svg │ ├── museum-white.svg │ ├── music-black.svg │ ├── music-white.svg │ ├── pharmacy-black.svg │ ├── pharmacy-white.svg │ ├── place_of_worship-black.svg │ ├── place_of_worship-white.svg │ ├── playground-black.svg │ ├── playground-white.svg │ ├── pub-black.svg │ ├── pub-white.svg │ ├── restaurant-black.svg │ ├── restaurant-white.svg │ ├── shelter-black.svg │ ├── shelter-white.svg │ ├── sports-black.svg │ ├── sports-white.svg │ ├── supermarket-black.svg │ ├── supermarket-white.svg │ ├── theatre-black.svg │ └── theatre-white.svg ├── leaflet.control.geocoder ├── Control.Geocoder.css ├── Control.Geocoder.js ├── Control.Geocoder.js.map ├── Control.Geocoder.min.js ├── Control.Geocoder.min.js.map ├── LICENSE └── package.json ├── leaflet.easybutton ├── LICENSE ├── easy-button.css ├── easy-button.d.ts ├── easy-button.js └── package.json ├── leaflet.featuregroup.subgroup ├── LICENSE ├── leaflet.featuregroup.subgroup-src.js ├── leaflet.featuregroup.subgroup.js └── package.json ├── leaflet.fullscreen ├── Control.FullScreen.css ├── Control.FullScreen.js ├── LICENSE ├── icon-fullscreen.svg └── package.json ├── leaflet.hash ├── LICENSE.md ├── leaflet-hash.js └── package.json ├── leaflet.languageselector ├── LICENSE ├── README.md ├── images │ ├── de.svg │ ├── en.svg │ ├── eo.svg │ ├── fi.svg │ ├── fr.svg │ ├── image_info.md │ ├── it.svg │ ├── ko.svg │ ├── ru.svg │ └── translation-symbol.svg ├── leaflet.languageselector.css ├── leaflet.languageselector.js └── package.json ├── leaflet.locatecontrol ├── L.Control.Locate.css ├── L.Control.Locate.css.map ├── L.Control.Locate.min.css ├── L.Control.Locate.min.css.map ├── L.Control.Locate.min.js ├── L.Control.Locate.min.js.map ├── LICENSE └── package.json ├── leaflet.markercluster ├── MIT-LICENCE.txt ├── MarkerCluster.Default.css ├── MarkerCluster.css ├── leaflet.markercluster-src.js ├── leaflet.markercluster-src.js.map ├── leaflet.markercluster.js ├── leaflet.markercluster.js.map └── package.json ├── leaflet ├── LICENSE ├── images │ ├── layers-2x.png │ ├── layers.png │ ├── marker-icon-2x.png │ ├── marker-icon.png │ └── marker-shadow.png ├── leaflet-src.esm.js ├── leaflet-src.esm.js.map ├── leaflet-src.js ├── leaflet-src.js.map ├── leaflet.css ├── leaflet.js ├── leaflet.js.map └── package.json └── opening_hours ├── LICENSES ├── AGPL-3.0-only.txt ├── BSD-2-Clause.txt ├── CC-BY-SA-4.0.txt └── LGPL-3.0-or-later.txt ├── opening_hours+deps.js ├── opening_hours+deps.min.js └── package.json /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ 2 | node_modules/ 3 | __pycache__/ 4 | -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.stylelintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/.stylelintrc.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/README.md -------------------------------------------------------------------------------- /css/datacheck.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/css/datacheck.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/css/style.css -------------------------------------------------------------------------------- /data/check_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/check_results.json -------------------------------------------------------------------------------- /data/overpass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/overpass.json -------------------------------------------------------------------------------- /data/places.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/places.json -------------------------------------------------------------------------------- /data/places.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/places.min.json -------------------------------------------------------------------------------- /data/places.min.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/places.min.json.gz -------------------------------------------------------------------------------- /data/places_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/places_old.json -------------------------------------------------------------------------------- /data/taginfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/taginfo.json -------------------------------------------------------------------------------- /data/urldata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data/urldata.json -------------------------------------------------------------------------------- /data_chart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/data_chart.html -------------------------------------------------------------------------------- /datacheck/datacheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/datacheck/datacheck.py -------------------------------------------------------------------------------- /datacheck/datacheck_table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/datacheck/datacheck_table.html -------------------------------------------------------------------------------- /datacheck/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/datacheck/index.html -------------------------------------------------------------------------------- /favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /favicon/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/browserconfig.xml -------------------------------------------------------------------------------- /favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/favicon.ico -------------------------------------------------------------------------------- /favicon/maskable_icon_x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/maskable_icon_x192.png -------------------------------------------------------------------------------- /favicon/maskable_icon_x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/maskable_icon_x512.png -------------------------------------------------------------------------------- /favicon/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/mstile-144x144.png -------------------------------------------------------------------------------- /favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /favicon/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/mstile-310x150.png -------------------------------------------------------------------------------- /favicon/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/mstile-310x310.png -------------------------------------------------------------------------------- /favicon/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/mstile-70x70.png -------------------------------------------------------------------------------- /favicon/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/safari-pinned-tab.svg -------------------------------------------------------------------------------- /favicon/veggie-penguin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/favicon/veggie-penguin.svg -------------------------------------------------------------------------------- /generate_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/generate_stats.py -------------------------------------------------------------------------------- /how-to/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/how-to/style.css -------------------------------------------------------------------------------- /how-to/tutorial_de.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/how-to/tutorial_de.html -------------------------------------------------------------------------------- /how-to/tutorial_it.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/how-to/tutorial_it.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/index.html -------------------------------------------------------------------------------- /js/datacheck-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/datacheck-table.js -------------------------------------------------------------------------------- /js/datacheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/datacheck.js -------------------------------------------------------------------------------- /js/i18n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/i18n.js -------------------------------------------------------------------------------- /js/veggiemap-icons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/veggiemap-icons.js -------------------------------------------------------------------------------- /js/veggiemap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/veggiemap.js -------------------------------------------------------------------------------- /js/veggiemap_chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/js/veggiemap_chart.js -------------------------------------------------------------------------------- /locales/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/de.json -------------------------------------------------------------------------------- /locales/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/en.json -------------------------------------------------------------------------------- /locales/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/eo.json -------------------------------------------------------------------------------- /locales/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/fi.json -------------------------------------------------------------------------------- /locales/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/fr.json -------------------------------------------------------------------------------- /locales/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/it.json -------------------------------------------------------------------------------- /locales/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/locales/ko.json -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/manifest.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/package.json -------------------------------------------------------------------------------- /refresh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/refresh.py -------------------------------------------------------------------------------- /service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/service-worker.js -------------------------------------------------------------------------------- /third-party/chart.js/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/chart.js/LICENSE.md -------------------------------------------------------------------------------- /third-party/chart.js/chart.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/chart.js/chart.umd.min.js -------------------------------------------------------------------------------- /third-party/chart.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/chart.js/package.json -------------------------------------------------------------------------------- /third-party/i18next/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/i18next/LICENSE -------------------------------------------------------------------------------- /third-party/i18next/i18next.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/i18next/i18next.js -------------------------------------------------------------------------------- /third-party/i18next/i18next.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/i18next/i18next.min.js -------------------------------------------------------------------------------- /third-party/i18next/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/i18next/package.json -------------------------------------------------------------------------------- /third-party/icons/maki/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/LICENSE.txt -------------------------------------------------------------------------------- /third-party/icons/maki/college-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/college-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/college-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/college-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/package.json -------------------------------------------------------------------------------- /third-party/icons/maki/pitch-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/pitch-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/pitch-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/pitch-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/restaurant-pizza-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/restaurant-pizza-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/restaurant-pizza-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/restaurant-pizza-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/school-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/school-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/school-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/school-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/shop-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/shop-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/shop-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/shop-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/stadium-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/stadium-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/stadium-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/stadium-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/star-stroked-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/star-stroked-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/star-stroked-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/star-stroked-white.svg -------------------------------------------------------------------------------- /third-party/icons/maki/swimming-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/swimming-black.svg -------------------------------------------------------------------------------- /third-party/icons/maki/swimming-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/maki/swimming-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/LICENSE.txt -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/alcohol-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/alcohol-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/alcohol-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/alcohol-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bakery-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bakery-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bakery-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bakery-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bar-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bar-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bar-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bar-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bbq-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bbq-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bbq-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bbq-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/beauty-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/beauty-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/beauty-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/beauty-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bicycle-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bicycle-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/bicycle-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/bicycle-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/butcher-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/butcher-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/butcher-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/butcher-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/cafe-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/cafe-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/cafe-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/cafe-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/cinema-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/cinema-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/cinema-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/cinema-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/clothes-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/clothes-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/clothes-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/clothes-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/confectionery-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/confectionery-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/confectionery-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/confectionery-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/convenience-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/convenience-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/convenience-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/convenience-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/department_store-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/department_store-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/department_store-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/department_store-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/diy-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/diy-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/diy-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/diy-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/fast_food-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/fast_food-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/fast_food-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/fast_food-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/fuel-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/fuel-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/fuel-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/fuel-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/garden_centre-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/garden_centre-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/garden_centre-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/garden_centre-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/gift-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/gift-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/gift-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/gift-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/golf-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/golf-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/golf-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/golf-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/greengrocer-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/greengrocer-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/greengrocer-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/greengrocer-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/guest_house-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/guest_house-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/guest_house-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/guest_house-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/hairdresser-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/hairdresser-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/hairdresser-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/hairdresser-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/hospital-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/hospital-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/hospital-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/hospital-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/ice_cream-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/ice_cream-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/ice_cream-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/ice_cream-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/library-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/library-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/library-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/library-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/memorial-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/memorial-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/memorial-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/memorial-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/museum-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/museum-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/museum-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/museum-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/music-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/music-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/music-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/music-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/pharmacy-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/pharmacy-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/pharmacy-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/pharmacy-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/place_of_worship-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/place_of_worship-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/place_of_worship-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/place_of_worship-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/playground-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/playground-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/playground-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/playground-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/pub-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/pub-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/pub-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/pub-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/restaurant-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/restaurant-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/restaurant-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/restaurant-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/shelter-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/shelter-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/shelter-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/shelter-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/sports-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/sports-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/sports-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/sports-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/supermarket-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/supermarket-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/supermarket-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/supermarket-white.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/theatre-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/theatre-black.svg -------------------------------------------------------------------------------- /third-party/icons/openstreetmap-carto/theatre-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/icons/openstreetmap-carto/theatre-white.svg -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/Control.Geocoder.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/Control.Geocoder.css -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/Control.Geocoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/Control.Geocoder.js -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/Control.Geocoder.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/Control.Geocoder.js.map -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/Control.Geocoder.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/Control.Geocoder.min.js -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/Control.Geocoder.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/Control.Geocoder.min.js.map -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.control.geocoder/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.control.geocoder/package.json -------------------------------------------------------------------------------- /third-party/leaflet.easybutton/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.easybutton/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.easybutton/easy-button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.easybutton/easy-button.css -------------------------------------------------------------------------------- /third-party/leaflet.easybutton/easy-button.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.easybutton/easy-button.d.ts -------------------------------------------------------------------------------- /third-party/leaflet.easybutton/easy-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.easybutton/easy-button.js -------------------------------------------------------------------------------- /third-party/leaflet.easybutton/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.easybutton/package.json -------------------------------------------------------------------------------- /third-party/leaflet.featuregroup.subgroup/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.featuregroup.subgroup/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.featuregroup.subgroup/leaflet.featuregroup.subgroup-src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.featuregroup.subgroup/leaflet.featuregroup.subgroup-src.js -------------------------------------------------------------------------------- /third-party/leaflet.featuregroup.subgroup/leaflet.featuregroup.subgroup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.featuregroup.subgroup/leaflet.featuregroup.subgroup.js -------------------------------------------------------------------------------- /third-party/leaflet.featuregroup.subgroup/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.featuregroup.subgroup/package.json -------------------------------------------------------------------------------- /third-party/leaflet.fullscreen/Control.FullScreen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.fullscreen/Control.FullScreen.css -------------------------------------------------------------------------------- /third-party/leaflet.fullscreen/Control.FullScreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.fullscreen/Control.FullScreen.js -------------------------------------------------------------------------------- /third-party/leaflet.fullscreen/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.fullscreen/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.fullscreen/icon-fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.fullscreen/icon-fullscreen.svg -------------------------------------------------------------------------------- /third-party/leaflet.fullscreen/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.fullscreen/package.json -------------------------------------------------------------------------------- /third-party/leaflet.hash/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.hash/LICENSE.md -------------------------------------------------------------------------------- /third-party/leaflet.hash/leaflet-hash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.hash/leaflet-hash.js -------------------------------------------------------------------------------- /third-party/leaflet.hash/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.hash/package.json -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/README.md -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/de.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/en.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/eo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/eo.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/fi.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/fr.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/image_info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/image_info.md -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/it.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/ko.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/ko.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/ru.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/images/translation-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/images/translation-symbol.svg -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/leaflet.languageselector.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/leaflet.languageselector.css -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/leaflet.languageselector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/leaflet.languageselector.js -------------------------------------------------------------------------------- /third-party/leaflet.languageselector/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.languageselector/package.json -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.css -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.css.map -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.min.css -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.min.css.map -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.min.js -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/L.Control.Locate.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/L.Control.Locate.min.js.map -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet.locatecontrol/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.locatecontrol/package.json -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/MIT-LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/MIT-LICENCE.txt -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/MarkerCluster.Default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/MarkerCluster.Default.css -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/MarkerCluster.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/MarkerCluster.css -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/leaflet.markercluster-src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/leaflet.markercluster-src.js -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/leaflet.markercluster-src.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/leaflet.markercluster-src.js.map -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/leaflet.markercluster.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/leaflet.markercluster.js -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/leaflet.markercluster.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/leaflet.markercluster.js.map -------------------------------------------------------------------------------- /third-party/leaflet.markercluster/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet.markercluster/package.json -------------------------------------------------------------------------------- /third-party/leaflet/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/LICENSE -------------------------------------------------------------------------------- /third-party/leaflet/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/images/layers-2x.png -------------------------------------------------------------------------------- /third-party/leaflet/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/images/layers.png -------------------------------------------------------------------------------- /third-party/leaflet/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/images/marker-icon-2x.png -------------------------------------------------------------------------------- /third-party/leaflet/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/images/marker-icon.png -------------------------------------------------------------------------------- /third-party/leaflet/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/images/marker-shadow.png -------------------------------------------------------------------------------- /third-party/leaflet/leaflet-src.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet-src.esm.js -------------------------------------------------------------------------------- /third-party/leaflet/leaflet-src.esm.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet-src.esm.js.map -------------------------------------------------------------------------------- /third-party/leaflet/leaflet-src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet-src.js -------------------------------------------------------------------------------- /third-party/leaflet/leaflet-src.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet-src.js.map -------------------------------------------------------------------------------- /third-party/leaflet/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet.css -------------------------------------------------------------------------------- /third-party/leaflet/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet.js -------------------------------------------------------------------------------- /third-party/leaflet/leaflet.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/leaflet.js.map -------------------------------------------------------------------------------- /third-party/leaflet/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/leaflet/package.json -------------------------------------------------------------------------------- /third-party/opening_hours/LICENSES/AGPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/LICENSES/AGPL-3.0-only.txt -------------------------------------------------------------------------------- /third-party/opening_hours/LICENSES/BSD-2-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/LICENSES/BSD-2-Clause.txt -------------------------------------------------------------------------------- /third-party/opening_hours/LICENSES/CC-BY-SA-4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/LICENSES/CC-BY-SA-4.0.txt -------------------------------------------------------------------------------- /third-party/opening_hours/LICENSES/LGPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/LICENSES/LGPL-3.0-or-later.txt -------------------------------------------------------------------------------- /third-party/opening_hours/opening_hours+deps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/opening_hours+deps.js -------------------------------------------------------------------------------- /third-party/opening_hours/opening_hours+deps.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/opening_hours+deps.min.js -------------------------------------------------------------------------------- /third-party/opening_hours/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piratenpanda/veggiekarte/HEAD/third-party/opening_hours/package.json --------------------------------------------------------------------------------