Running GPSDR is showing Blocked Map Tiles for Openstreetmap's. Is there a fix or adjustment I can make.
If the tile mentions the more general "not following the tile usage policy" then review the tile usage policy closely.
Your application may be overwhelming our servers and hitting limits for a variety of reasons.
Misidentification: all tile requests must be identifiable to a particular website or application. For websites, #Referer is required. For applications, requests must contain a proper, unique and identifiable User-Agent. Incorrect, spoofed or non-existent identification may result in rejected requests.
Version 1.1.1 fixed this: https://github.com/uugear/GPSDRPP/releases/tag/1.1.1
However the .deb package in release is for Vivid Unit OS (Debian 12), and your current OS (Debian 11) doesn't have it in apt source yet. We will put it into the apt source tomorrow.
Meanwhile, building the Vivid Unit OS (Debian 12) is also possible: https://github.com/uugear/vivid-unit-os
We will provide download link of Vivid Unit OS soon.
@admin Thank you for the rapid response and look forward to the new OS release.
GPSDR++ version 1.1.1 is now in the apt source for Debian 11 system.
You may need to do this first, because bullseye-backports is closed and it will block the apt update:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak.$(date +%Y%m%d-%H%M%S)
sudo sed -i '/bullseye-backports/d' /etc/apt/sources.list
Then you can get new version of GPSDR++:
sudo apt update
sudo apt install gpsdrpp
These are temporary measures. With the new Vivid Unit OS (Debian 12), the update is very straightforward.
@admin Your solution worked, I can now see a full set of tiles. Thank you.

