|
POST
|
Wow, thanks. I'll have to play around with it next week (because I'll need to create some new map services) but I tried it out and it seems to do the trick. I might have to do this with several other layers too, will have alot of map services but sometimes you gotta do what you gotta do to get things correct. It works kind of strange because one basemap is cached and the other is dynamic but it seems to work and as far as the application goes, it appears to not make any difference. The user just can't turn it off, so I'll have to make it seem like it is part of the basemap. Actually, I guess the parcels can't be done this way because I have popups enabled, oh well, they are not the problem, the problem was the address points and the street names which don't need to be identifiable.
... View more
08-05-2011
01:41 PM
|
0
|
0
|
1573
|
|
POST
|
Is it possible to have operational layers turned on for one base layer and not another? I have my addresses and street labels as an operational layer and I want them symbolized differently for the aerial map than the Streets and Topo maps. I thought the best way is just to cache the Topo and Streets as they will be used less than Aerial and just turn off those operational layers on the map. However, even better might be to have specific operational layers for each base map. I just can't think of a good way to do this. The only other possibility would be to just have one base layer in a map and have multiple webmaps but that is a huge headache when I can just have multiple basemaps in one webmap.
... View more
08-04-2011
01:38 PM
|
0
|
4
|
1797
|
|
POST
|
Thanks Robert, that worked. Sometimes Cut and paste can do that to you. What we really need is some sort of program that would automatically upgrade the xml to the new version so that cut and paste was not necessary. Also, any ideas why in IE 9 I have so many problems getting it to show the changes? Firefox has no problems. I have installed a cleaner that helps with this but it seems that simply clearing the cache should do it.
... View more
08-04-2011
07:47 AM
|
0
|
0
|
1355
|
|
POST
|
Not sure what happened, everything was humming along just fine and blam suddenly I have an application error that I can't seem to resolve. The error reads as follows: http response status: 200 Fault code: Client.CouldNotDecode Fault info: Error #1085 Fault details: null I figure I must have deleted something accidently from the config file but I can't seem to locate it. Any ideas? <?xml version="1.0" ?>
<!--
////////////////////////////////////////////////////////////////////////////////
//
// Read more about ArcGIS Viewer for Flex - http://links.esri.com/flexviewer
//
////////////////////////////////////////////////////////////////////////////////
-->
<configuration>
<title>City of Arkansas City</title>
<subtitle>GIS Webmap</subtitle>
<logo>assets/images/ArkCitylogosmall.png</logo>
<style>
<!-- Black Gold -->
<!--<colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors>-->
<!--Cobalt Blue-->
<colors>0xCEE7F4,0x39628C,0x355D89,0x294867,0xCEE7F4</colors>
<!--Desert Sand-->
<!--<colors>0x4C2600,0xFFEDB8,0xB2AD81,0x6F6750,0x4C2600</colors>-->
<!--Graphite Gray-->
<!--<colors>0xCCCCCC,0x777777,0x555555,0x333333,0xCCCCCC</colors>-->
<!--Sage Green-->
<!--<colors>0x333333,0xAFCFAF,0xFFFFAB,0xEAEA9D,0x333333</colors>-->
<!--Sky Blue-->
<!--<colors>0x444444,0xEBF4FF,0xEBF4FF,0xDEEBFF,0x444444</colors>-->
<alpha>0.8</alpha>
</style>
<!-- replace the following url with your own geometryservice -->
<geometryservice url="http://gis-server/arcgis/services/Geometry/GeometryServer" />
<!-- 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"/>
<widget left="3" bottom="3" config="widgets/Coordinate/CoordinateWidget.xml" url="widgets/Coordinate/CoordinateWidget.swf"/>
<map wraparound180="true" initialextent="-10803160 4447456 -10801480 4448154" fullextent="-10854000 4445400 -10727000 4503000" top="40">
<basemaps>
<layer label="Streets" type="tiled" visible="true"
url="http://gis-server/ArcGIS/rest/services/StreetsBase/MapServer"/>
<layer label="Aerial" type="tiled" visible="false"
url="http://gis-server/ArcGIS/rest/services/Aerial/MapServer"/>
<layer label="Topo" type="tiled" visible="false"
url="http://gis-server/ArcGIS/rest/services/Topographic/MapServer"/>
</basemaps>
<operationallayers>
<layer label="Demographics" type="tiled" visible="false" alpha="0.5"
url="http://server.arcgisonline.com/ArcGIS/rest/services/Demographics/USA_Median_Household_Income/MapServer">
<sublayer id="1" popupconfig="popups/PopUp_Demographics_BlockGroups.xml"/>
<sublayer id="2" popupconfig="popups/PopUp_Demographics_Tracts.xml"/>
<sublayer id="3" popupconfig="popups/PopUp_Demographics_Counties.xml"/>
<sublayer id="4" popupconfig="popups/PopUp_Demographics_States.xml"/>
</layer>
<layer label="Addresses" type="dynamic" visible="true"
url="http://gis-server/ArcGIS/rest/services/Addresses-Streets/MapServer"/>
<layer label="Utilities" type="dynamic" visible="false"
url="http://gis-server/ArcGIS/rest/services/Utilities/MapServer"/>
<layer label="Parcels" type="dynamic" visible="true"
url="http://gis-server/ArcGIS/rest/services/Parcels/MapServer">
<sublayer id="16" popupconfig="popups/PopUp_parcels.xml"/>
</operationallayers>
</map>
<!-- widgets organized into widget containers that manage close/open etc -->
<!-- supported layout property options: horizontal(default)|float|vertical|fix-->
<widgetcontainer layout="float">
<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_ArkCity.xml"
url="widgets/Locate/LocateWidget.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="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/myPrint/myPrintWidget.xml"
url="widgets/myPrint/myPrintWidget.swf"/>
<widget label="Street View"
icon="assets/images/i_gsv.png"
config="widgets/FrStreetView/FrStreetView.xml"
url="widgets/FrStreetView/FrStreetView.swf"/>
<widget label="Layer List" preload="open"
icon="assets/images/i_layers.png"
config="widgets/LayerList/LayerListWidget.xml"
url="widgets/LayerList/LayerListWidget.swf"/>
<!--
<widget label="My first widget"
icon="assets/images/i_widget.png"
config="widgets/Samples/HelloWorld/HelloWorldWidget.xml"
url="widgets/Samples/HelloWorld/HelloWorldWidget.swf"/>
-->
</widgetcontainer>
</configuration>
... View more
08-03-2011
01:35 PM
|
0
|
0
|
1355
|