<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:esri="http://www.esri.com/2008/ags"> <esri:Map> <esri:ArcGISDynamicMapServiceLayer url="http://www.cirgis.org/ArcGIS/rest/services/County_ParcelsWGS84/MapServer"/> </esri:Map> </mx:Application>
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:esri="http://www.esri.com/2008/ags" pageTitle="DrawToolbar" styleName="plain"> <mx:Script> <![CDATA[ import com.esri.ags.geometry.MapPoint; import mx.events.ItemClickEvent; import mx.controls.Alert; import com.esri.ags.events.MapMouseEvent; import com.esri.ags.Graphic; import com.esri.ags.events.DrawEvent; import com.esri.ags.events.GraphicEvent; ]]> </mx:Script> <esri:Map id="myMap" > <esri:extent> <esri:Extent xmin="-119.65" ymin="34.43" xmax="-119.7" ymax="34.45"> <esri:SpatialReference wkid="4326"/> </esri:Extent> </esri:extent> <esri:ArcGISTiledMapServiceLayer id="tiledStreetMap" url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/> <esri:ArcGISDynamicMapServiceLayer id="parcels" url="http://www.cirgis.org/ArcGIS/rest/services/County_ParcelsWGS84/MapServer"/> </esri:Map> <mx:TraceTarget includeCategory="true" includeLevel="true"/> <!-- The output from TraceTarget is available when running Debug within Flex Builder --> </mx:Application>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.