首页

APP 下载 六只脚

12
返回列表 发新帖
楼主: 闲逛QQ
打印 上一主题 下一主题

mobile atlas creator1.9.5自定义数据源

[复制链接]
11#
发表于 2014-4-9 01:04:45 | 只看该作者
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <customMultiLayerMapSource>
    <name>Google 卫星</name>
    <tileType>PNG</tileType>
    <layers>
        <customMapSource>
            <name>Google 卫星图</name>
            <minZoom>0</minZoom>
            <maxZoom>20</maxZoom>
            <tileType>PNG</tileType>
            <tileUpdate>None</tileUpdate>
            <url>http://mt0.google.cn/vt/lyrs=s@124&amp;hl=zh-CN&amp;gl=CN&amp;src=app&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;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&amp;lyrs=h@160000000&amp;hl=zh-CN&amp;gl=CN&amp;src=app&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo</url>
        </customMapSource>
    </layers>
</customMultiLayerMapSource>
代码如上  为何地图异常 都是黑的 无法正常显示呢?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?免费注册

x

点评

搞定了 Google Hybird Maps PNG Google Earth 3 18 PNG None 0 1 2 3 http://khms{$serverpart}.google.com/kh/v=141&hl=zh-CN&gl=CN&src=api&x={$x}&s=&y={$y}&z={$z}&s=Galileo #000000  详情 回复 发表于 2014-4-9 01:36
回复

使用道具 举报

12#
发表于 2014-4-9 01:36:52 | 只看该作者
慢跑者 发表于 2014-4-9 01:04
Google 卫星
    PNG
     

搞定了
<?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&amp;hl=zh-CN&amp;gl=CN&amp;src=api&amp;x={$x}&amp;s=&amp;y={$y}&amp;z={$z}&amp;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&amp;lyrs=h@160000000&amp;hl=zh-CN&amp;gl=CN&amp;src=app&amp;x={$x}&amp;y={$y}&amp;z={$z}&amp;s=Galileo</url>
        </customMapSource>
  </layers>
</customMultiLayerMapSource>

点评

试了下,地图出不来的,是啥问题呢?请教下。  详情 回复 发表于 2014-12-19 17:54
回复

使用道具 举报

13#
发表于 2014-12-19 17:54:16 | 只看该作者
慢跑者 发表于 2014-4-9 01:36
搞定了

试了下,地图出不来的,是啥问题呢?请教下。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

快速回复 返回顶部 返回列表