Valery N. wrote
> 
> For some unknown reasons request like
> http://mapserv.test.maps.local/tiles/mapnik/1/1/-1.png raise* 404 error*
> on
> web server
> 
Well, that is not a valid request. A negative y coordinate is not allowed
and so it will correctly give a 404 error.

Also the rest of you mod_tile log seems fine and gives the expected result.
It will correctly mention "no valid tile layer" for request uri's like
"/favicon.ico" or "/index.html", and fall through to normal serving of those
files.

Have you tried waiting for a while and then reloading the tile. At low zoom
levels, rendering tiles can take several minutes and mod_tile will time out
before it is finished rendering. The next time it will then hopefully get
the rendered tile from cache.

Kai

--
View this message in context: 
http://gis.19327.n5.nabble.com/Problems-with-mod-tile-tirex-tp5587540p5588086.html
Sent from the Developer Discussion mailing list archive at Nabble.com.

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to