Lect0r / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Cloudmade renderer doesn't work #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you use the Cloudmade renderer it gives an error downloading the tiles, 
for example
IOException downloading MapTile: 7/0/0/0 : java.io.FileNotFoundException: 
http://tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/2/256/0/0/0.jpg

Presumably because this url contains an out-of-date API key.

Original issue reported on code.google.com by neilboyd on 25 Mar 2010 at 2:01

GoogleCodeExporter commented 9 years ago
Actually, this you get 404 because CloudMade doesn't support .jpg tiles:

Use .png: 
http://tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/2/256/0/0/0.png

Original comment by vitaliy....@gmail.com on 4 Apr 2010 at 10:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r124.

Original comment by neilboyd on 13 Apr 2010 at 6:54