Skip to content

novawei/tilefetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tilefetcher

fetch baidu map tiles. test on python2.7 and windows7.

python3 issues

  1. try except syntax error on python3. change all except Exception, e: to except Exception as e:

usage

# left-bottom coordinate (lng1, lat1) right-top coordinate (lng2, lat2) zoomlevel(z)
fetch_tiles_z(114.467361, 34.127447, 122.985309, 38.125886, 17)
# left-bottom coordinate (lng1, lat1) right-top coordinate (lng2, lat2) zoomlevel range(z1, z2)
fetch_tiles(114.467361, 34.127447, 122.985309, 38.125886, 10, 18)

About

fetch baidu map tiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages