- Issue created by @ressa
- Status changed to Needs review
6 months ago 10:28am 24 May 2024 - Status changed to Fixed
6 months ago 8:23am 28 May 2024 - 🇩🇪Germany demonde
Thanks for this great solution.
I am not sure if I do sth wrong but my output HTML is
<img alt="" src="//tile.openstreetmap.de/6/33/21@2x.png" class="leaflet-tile" style="width: 256px; height: 256px; transform: translate3d(386px, 216px, 0px); opacity: 1;">
The graphics are not loaded due to the
@2x
andhttps://tile.openstreetmap.de/6/33/21@2x.png
is a 404 not found entry. - 🇫🇷France berramou
Hello,
Thank you for reporting this, yes you are right it works better withtile.openstreetmap.de/{z}/{x}/{y}.png
with the actual code some it's missing graphics. -
berramou →
committed 3a3f8d58 on 2.1.x
Issue #3449579 by ressa, berramou, demonde: Add support for GDPR-...
-
berramou →
committed 3a3f8d58 on 2.1.x
- 🇩🇰Denmark ressa Copenhagen
Thanks for catching this and reporting it @demonde, and @berramou for committing. Perhaps credit can be given to @demonde, since this is a nice improvement, which fixes a problem?
PS. dev-release version is 2.1, but the official release is 2.2 ... perhaps should dev also be 2.2?
- 🇩🇪Germany demonde
I tested the 2.1-dev and it works for me. Thanks for the quick reaction.
- 🇫🇷France berramou
Yes you are right @ressa it should be 2.2-dev, i just created a new branch 2.2.x but i can't make it default branch i don't have this permission.
Thank you @demonde for your report i will publish new release 2.2.1 today. - 🇩🇰Denmark ressa Copenhagen
Thanks @berramou, perhaps @RdeBoer can make you maintainer as well?
- 🇫🇷France berramou
You are welcome @ressa, thank you for your contribution.
Yes he can make me maintainer. Automatically closed - issue fixed for 2 weeks with no activity.