Open GoogleCodeExporter opened 9 years ago
Sorry for the late answer - I was on holiday.
On my device downloading from mapnik is working.
The GET request (sniffed with WireShark) includes the extension:
"GET /mapnik/16/35009/22929.png HTTP/1.1"
If you select in GCC a map directory, GCC detects the type of map. If there are
directories with names "0" to "18" it detects "OSM tiles map". In this case GCC
takes the extension from the first file found (two levels down). (GCC can also
handle .jpg, .bmp and other tiles.)
In your case I suppose that you have a file without an extension in your mapnik
map directory. Please delete all files in your map directory which aren't valid
tiles.
Klaus
Original comment by kmb...@gmx.de
on 5 Jun 2011 at 7:42
Original issue reported on code.google.com by
azzazina...@gmail.com
on 22 May 2011 at 1:53