标签:actionscript arcgis server 地图 flex esri
地图概述:... <fx:Declarations> <esri:Extent id="initialExtent" xmin="-17731" ymin="6710077" xmax="-12495" ymax="6712279"> </esri:Extent> </fx:Declarations> <esri:Map extent="{initialExtent}"> </esri:Map>
... <fx:Declarations> <esri:Extent id="initialExtent" xmin="-17731" ymin="6710077" xmax="-12495" ymax="6712279"> <esri:SpatialReference wkid="102100"/> </esri:Extent> </fx:Declarations> <esri:Map extent="{initialExtent}"> <esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> </esri:Map> ...
<esri:Map level="15" wrapAround180="true"> <esri:center> <esri:WebMercatorMapPoint lon="-0.13" lat="51.51"/> </esri:center> <esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> </esri:Map>
arcgis for flex api version3.7 教程:8.创建地图
标签:actionscript arcgis server 地图 flex esri
原文地址:http://blog.csdn.net/xiliangxiaoke/article/details/44851719