This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

tile server not displaying tiles

1

I have followed the tutorial for building tile server from packages from switch2osm (very easy to use!)
The problem is, when I go to localhost/osm/slippymap.html, it comes up with a grid of red boxes, the boxes all have a little torn sheet of paper in the top left corner.
If I right click, view images, I get a list of the images it is trying to display:

localhost/osm/17/65707/43723.png
localhost/osm/17/65708/43723.png
.....
But no images are displayed?
If I go to var/lib/mod_tile/default/...
There are a number of directories and subdirectories with .meta files in them (I understand this is the tile data?)

Was wondering if anyone could help in why it is not fully working?

asked 24 Apr '13, 21:30

Daniel_lUd's gravatar image

Daniel_lUd
16111
accept rate: 0%

There might be hints in your Apache error log.

(24 Apr '13, 22:51) Frederik Ramm ♦

Source code available on GitHub .