Overv / openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server
Apache License 2.0
1.2k stars 482 forks source link

zooming issue #430

Open e0xify opened 1 month ago

e0xify commented 1 month ago

Just created the server cause i screewed up my old docker container. Having one issue, the zoom level of 18 seems not to be the same as in the leaflet demo here:.

https://leafletjs.com/examples/zoom-levels/#:~:text=To%20enable%20it%2C%20use%20the,%2C%202%20%2C%20and%20so%20on.

i can set it to 18, which should show up streets and streetnames but in my view with 18 set its way more far away and i cant get closer. everything even the attribution seems to be super small.

starting with

docker run \ -p 8080:80 \ -v osm-data:/data/database/ \ --shm-size="192m" \ -d overv/openstreetmap-tile-server \ run

germany-latest.obf downloaded and imported manually. didnt change the obf so this should be fine cause it worked before on the old container.

Any idea?

image

`<!DOCTYPE html>

Leaflet Static Zoom Level 18

`