David_SIAT 2015-11-24 09:01 采纳率: 100%
浏览 1415

openscales如何调用瓦片地图服务

源代码如下:
<os:Map id="main_map" width="100%"   height="100%" minHeight="200"  zoom="5" centerLonLat="145.80, 84.55">

      <os:WMSC 
        id="google"
        name="test"
        url= "**http://tdt.mwr.gov.cn:81/img_c/wmts**" 
        layers= "XX" 
        isBaseLayer= "true" 
        visible= "true"
        projection = "EPSG:4326" 
        proxy= "null"/>

                </os:Map>

                请问高手们,openscales如何调用wmts服务?
  • 写回答

0条回答 默认 最新

    报告相同问题?