在新版 Mobile Atlas Creator 確實將內建的 Google Maps 圖資拿掉了,
但是它卻新增了自定義圖資的功能!
也就是說,只要餵給它自定義圖資檔,就可以下載 Google Maps
http://tomliu888.blogspot.tw/2012/08/mobile-atlas-creator-mobac-19-google.html
有需要的人可以自己抓回去存成.xml檔擺在mapsources下.
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Google Maps</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url><![CDATA[http://mt{$serverpart}.google.com/vt/lyrs=m@224000000&hl=zh-TW&gl=TW&src=app&x={$x}&y={$y}&z={$z}&s=Galileo]]></url>
<serverParts>0 1</serverParts>
<backgroundColor>#000000</backgroundColor>
</customMapSource>