Benjamin-Loison / openstreetmap-website

The Rails application that powers OpenStreetMap
https://www.openstreetmap.org/
GNU General Public License v2.0
0 stars 0 forks source link

Be able to zoom strictly more than 19 #37

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

Problem

https://www.openstreetmap.org/query?lat=X.XXXXX&lon=X.XXXXX#map=19/X.XXXXX/X.XXXXX

The place I have in mind is:

-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdA/KJGGwPnoJeUEIy/pUFlr1vbPPWrFSmV7muWmbgJFnMw
FTiIMaIoR2s9km+h+2m3X9aKiz/ylr/Tnydmzt8oH+LiPm2JOIECKGm9Xd6/tDtP
0m8BVpNWUdKaWX8NAuN+yIpeFCpNygtMhtPsxCgjheQeX0u5fuTT96vtkEbbmcHt
L7Gvv3YsApp3QNmBk5vi2VSCsqPtUOSeBEXdwqHzG82qnCKVX4IryDxWdJ3IF9nl
uiBB5YiW/7QLCPfL/MkTUGk=
=uziT
-----END PGP MESSAGE-----

Another website having this issue:

-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdATzEdsL42gzcTTBfvxOGg2WdwrTjfCztjy02RpbDQDkgw
nny/ussDc7SRflDcpRhNCHCkA45R6oydwrDXfUBdiJAOYC+o/959otDlYThFz63K
0nUBXG+qYr+34g5g9Xi3IePNXJ3dzMn4XEbvUj7E9sjUs/MhYQrVc0s7LHPirxCk
lYaGrlQStYhejM5qE/uAVADD6avUP5dluUXWVEjrAAQa7vti+vcG/FCvNDmr7mCB
uRHuJrtz91ZJwAmAgEbf/HovF4NBXqI=
=978f
-----END PGP MESSAGE-----

Related to #34.

Description

No response

Screenshots

No response

Benjamin-Loison commented 1 month ago

As we can zoom more on https://overpass-turbo.eu (twice more it seems), it seems to show that it is due to rasterized tiles instead of vectorial ones.

Benjamin-Loison commented 1 month ago

Using SVG would also make zoom not require to download new zoomed tiles or maybe have anyway multiple zoom SVG tiles to not load the whole World if unzoom the most.