<?xml version="1.0" ?> <configuration> <title>ArcGIS Viewer for Flex</title>① <subtitle>a configurable web mapping application</subtitle>② <logo>assets/images/logo.png</logo>③ <style>④ ???<colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> ???<alpha>0.8</alpha> </style> ???<bing?key="Al0VE_jsmagxk4LFghXGlK5JSHfC0tk-eHRubZv_eMYm6wzgQaStYks8g-wWcgk3"/> ????<!-- UI elements --> ???<widget?left="10"?top="50"?config="widgets/Navigation/NavigationWidget.xml" ???????url="widgets/Navigation/NavigationWidget.swf"/>⑤ ???<widget?right="-2"?bottom="-2"?config="widgets/OverviewMap/OverviewMapWidget.xml" ????url="widgets/OverviewMap/OverviewMapWidget.swf"/>⑥ ???<widget?right="20"?top="55"?config="widgets/MapSwitcher/MapSwitcherWidget.xml" ????url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>⑦ ????<widget?left="0"?top="0"?config="widgets/HeaderController/HeaderControllerWidget.xml" ????url="widgets/HeaderController/HeaderControllerWidget.swf"/>⑧ ? ???<map?initialextent="-14083000 3139000 -10879000 5458000"?top="40"?wraparound180="true">⑨ ???<basemaps> ???????????<layer?label="Streets"?type="tiled"?visible="true"?alpha="1"url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> ???????????<layer?label="Aerial"?type="tiled"?visible="false"?alpha="1"url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/> ???????????<layer?label="Topo"?type="tiled"?visible="false"?alpha="1"url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> ???????</basemaps> ???<operationallayers> ???????????<layer?label="Boundaries and Places"?type="tiled"?visible="false"url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places_Alternate/MapServer"/> ???????????<layer?label="Fires"?type="feature"?visible="false"?alpha="1"?info="widgets/InfoTemplates/SimpleInfoWinWidget.swf" ???????????infoconfig="widgets/InfoTemplates/IWT_Fires.xml"???url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer/0"/> ???</operationallayers> </map> ????<!-- widgets organized into widget containers that manage close/open etc --> ????<!-- supported layout property options: horizontal(default)|float|vertical|fix--> <widgetcontainer?layout="horizontal">⑩ ???????<widget?label="Bookmarks"?left="430"?top="90"?icon="assets/images/i_bookmark.png" ???????config="widgets/Bookmark/BookmarkWidget.xml" ???????url="widgets/Bookmark/BookmarkWidget.swf"/> ???????<widget?label="Find an address"?left="100"?top="90"?preload="open"?icon="assets/images/i_target.png" ???????config="widgets/Locate/LocateWidget_Bing.xml" ???????url="widgets/Locate/LocateWidget.swf"/> ???????<widget?label="Louisville Police"?left="590"?top="280"?icon="assets/images/i_police.png"?????????config="widgets/Query/QueryWidget_Louisville_PoliceStations.xml" ????????url="widgets/Query/QueryWidget.swf"/> ???????<widget?label="Search"?left="80"?top="280"?icon="assets/images/i_search.png" ???????config="widgets/Search/SearchWidget_Louisville.xml" ???????url="widgets/Search/SearchWidget.swf"/> ???????<widget?label="Earthquakes (GeoRSS)"?left="410"?top="280"?icon="assets/images/i_rss.png" ???????config="widgets/GeoRSS/GeoRSSWidget.xml" ???????url="widgets/GeoRSS/GeoRSSWidget.swf"/> ???????<widget?label="Draw and Measure"?left="60"?top="400"?icon="assets/images/i_draw2.png" ???????config="widgets/Draw/DrawWidget.xml" ???????url="widgets/Draw/DrawWidget.swf"/> ???????<widget?label="Print"?left="390"?top="400"?icon="assets/images/i_print.png" ???????config="widgets/Print/PrintWidget.xml" ???????url="widgets/Print/PrintWidget.swf"/> </widgetcontainer> </configuration> |