Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I download tiles from zoom level 11 - 16. But my map is small then other OSM map application. ....

I downloaded tiles from this URL: http://tile.openstreetmap.org/13/4096/3659.png It's work normally. but I noticed many tiles are different from http://www.openstreetmap.org

Thanks.

share|improve this question
I can't imagine that there is any difference. openstreetmap.org uses the same source. do you want to create an offline cache? please respect the Tile-usage-policy: wiki.openstreetmap.org/wiki/Tile_usage_policy – youseeus May 11 '11 at 9:58
I compare my map with iOS application name "OpenMaps". OpenMaps is big than my map in same zoom level !? – mr.octobor May 12 '11 at 4:05
Whatever you end up doing, make sure you read and adhere to the tile usage policy. wiki.openstreetmap.org/wiki/Tile_usage_policy – mvexel Mar 9 at 21:22

1 Answer

try using downloadosmtiles.pl

very simple and will load what you need for example: downloadosmtiles.pl --lat=49.5611:49.6282 --lon=10.951:11.0574 --zoom=13:14

http://search.cpan.org/~rotkraut/Geo-OSM-Tiles-0.02/downloadosmtiles.pl

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.