From 65ae2320d68ab4092f633cdd87c4e86852f42792 Mon Sep 17 00:00:00 2001 From: gdamms Date: Fri, 24 Jul 2026 13:44:38 +0200 Subject: removed iframe, use a screenshot and map link --- README.md | 13 ++----------- docs/images/screenshot.png | Bin 0 -> 524290 bytes 2 files changed, 2 insertions(+), 11 deletions(-) create mode 100644 docs/images/screenshot.png diff --git a/README.md b/README.md index 4af313c..8487877 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,8 @@ This repository contains scripts I used to scrape and process data related to po I collected this data to create a map of dog-unfriendly locations. The collected data is actually meant to identify possible dog-prohibited areas; only areas that I've confirmed to be dog-restricted are then moved to the concerned category. I always add a justification for each area, and I try to provide a link to the official source of information. If you find any errors or have additional information, please feel free to contact me. - - -Yellow : Leashed only
-Red : Prohibited / Not allowed
-Blue : Protected area (check rules)
-Unmarked : No specific regional restrictions found (or data is incomplete)
-Dog-friendly areas are intentionally not marked, as regulations may change over time. Always verify local rules before visiting with a dog. - -And here is the Google My Maps raw link to the map: -https://www.google.com/maps/d/edit?mid=1CxFX_yBhNfWjP3vAlOlEF-kZTWBncik&usp=sharing - +The map I made is available [here](https://www.google.com/maps/d/viewer?mid=1CxFX_yBhNfWjP3vAlOlEF-kZTWBncik&ll=43.223609624672164%2C1.7513799454627321&z=8). +![](docs/images/screenshot.png) ## Setup diff --git a/docs/images/screenshot.png b/docs/images/screenshot.png new file mode 100644 index 0000000..2c8bdb7 Binary files /dev/null and b/docs/images/screenshot.png differ -- cgit v1.3.1