Overv / openstreetmap-tile-server

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

Openstreetmap not loaded #390

Open fatemeakbari opened 1 year ago

fatemeakbari commented 1 year ago

Hi, I tried running map, I'm following the instructions:

  1. download iluxembourg.osm.pbf file from this link
  2. run this command:
    • sudo docker volume create osm-data
    • sudo docker run -v /home/fateme/Downloads/luxembourg.osm.pbf:/data/region.osm.pbf -v osm-data:/data/database/ overv/openstreetmap-tile-server import
    • sudo docker run -p 8080:80 -v osm-data:/data/database/ -d overv/openstreetmap-tile-server run

But nothing shows me when I open the browser ! I zoom In and zoom out but It doesn't work

Screenshot from 2023-09-15 12-08-36

waseigo commented 4 days ago

Same here. Pinging @Overv

waseigo commented 4 days ago

image

This is why the map is empty.

waseigo commented 4 days ago

And this is the solution: https://github.com/Overv/openstreetmap-tile-server/issues/186#issuecomment-996040641