• Lerosua on Twitter

    t
  • 订阅

    抓虾
    google reader
    bloglines
    鲜果
  • 分类目录

  • 功能

  • Archive for 六月 23rd, 2009

    M8 离线地图攻略

    星期二, 六月 23rd, 2009

    M8下目前有两款地图软件,分别是googlemap,mbar maps。我只试过后一款,目前两者都需要连上网络。地图的流量对于wifi的m8或gprs的m8都够呛。好在支持离线浏览。只要查看过的地图以后就可以离线浏览了。 于是想到只要在pc上生成离线的地图数据,把它放到m8上就成了。搜索一下,pc上果然有相同的工具可用。也就是GMapCatcher , 地址:http://code.google.com/p/gmapcatcher/ 这可是一个python写成的好工具,跨平台支持。可以通过它来查看google地图.而且支持离线浏览。更帅的是它支持批量下载地图。 在它的包里找到download.py这个文件,执行一下这个文件,会有帮助出现 leros@lerosua:/opt/google/gmap$ ./download.py Download all maps of given location with one command OPTIONS –location=   Location to download –latitude=   Latitude of the location –longitude=  Longitude of the location –map         Retrieve map images (default) –satellite   Retrieve satellite images –terrain     Retrieve terrain images –latrange=   Latitude Range to get    (default = 0.050000) –lngrange=   [...]