搞定了 修改 源文件代码
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<customMultiLayerMapSource>
<name>Google Hybird Maps</name>
<tileType>PNG</tileType>
<layers>
<customMapSource>
<name>Google Earth</name>
<minZoom>3</minZoom>
<maxZoom>18</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>None</tileUpdate>
<serverParts>0 1 2 3</serverParts>
<url>http://khms{$serverpart}.google.com/kh/v=141&hl=zh-CN&gl=CN&src=api&x={$x}&s=&y={$y}&z={$z}&s=Galileo</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
<customMapSource>
<name>Google 地名图</name>
<minZoom>0</minZoom>
<maxZoom>20</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>None</tileUpdate>
<url>http://mt0.google.cn/vt/imgtp=png32&lyrs=h@160000000&hl=zh-CN&gl=CN&src=app&x={$x}&y={$y}&z={$z}&s=Galileo</url>
</customMapSource>
</layers>
</customMultiLayerMapSource> |