Select to view content in your preferred language

Attachment Relate Info Widget Question

501
1
Jump to solution
06-07-2012 12:50 PM
TimHayes
Frequent Contributor
My question pertains to this widget: http://www.arcgis.com/home/item.html?id=4ec33120c9ea4d019fddf722fc34ea3c



I tried following the instructions but cannot seem to get it to work, the San Francisco 3-1-1 still shows up in the Layer List and I cannot access my hyperlinked photos. I cannot seem to figure out how to remove the San Francisco 3-1-1. Any ideas? I have pasted my config.xml file below.

CONFIG.XML file:

<?xml version="1.0" ?>
<configuration>
    <title>Hyperlink Test 1</title>
    <logo>assets/images/logo.png</logo>
    <style>
        <colors>0xffffff,0x333333,0x101010,0x0,0xffd700</colors>
        <alpha>0.8</alpha>
    </style>
    <!-- replace the following url with your own geometryservice -->
    <geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" useproxy="false"/>
    <widgetcontainer layout="float">
        <widget icon="assets/images/i_bookmark.png" label="Bookmarks" config="widgets/Bookmark/BookmarkWidget.xml" url="widgets/Bookmark/BookmarkWidget.swf"/>
        <widget icon="assets/images/i_target.png" label="Find an address" config="widgets/Locate/LocateWidget_World.xml" url="widgets/Locate/LocateWidget.swf"/>
        <widget icon="assets/images/i_draw2.png" label="Draw and Measure" config="widgets/Draw/DrawWidget.xml" url="widgets/Draw/DrawWidget.swf"/>
        <widget icon="assets/images/i_print.png" label="Print" config="widgets/Print/PrintWidget.xml" url="widgets/Print/PrintWidget.swf"/>
        <widget url="widgets/LayerList/LayerListWidget.swf" config="widgets/LayerList/LayerListWidget_LayerList.xml" label="Layer List" icon="assets/images/i_layers.png"/>
        <widget url="widgets/Legend/LegendWidget.swf" config="widgets/Legend/LegendWidget_Legend.xml" label="Legend" icon="assets/images/Legend32.png"/>
    </widgetcontainer>
    <widget url="widgets/Navigation/NavigationWidget.swf" config="widgets/Navigation/NavigationWidget.xml" left="10" top="50"/>
    <widget url="widgets/OverviewMap/OverviewMapWidget.swf" config="widgets/OverviewMap/OverviewMapWidget.xml" right="-2" bottom="-2"/>
    <widget url="widgets/MapSwitcher/MapSwitcherWidget.swf" config="widgets/MapSwitcher/MapSwitcherWidget.xml" right="20" top="55"/>
    <widget url="widgets/HeaderController/HeaderControllerWidget.swf" config="widgets/HeaderController/HeaderControllerWidget.xml" left="0" top="0"/>
    <map esrilogovisible="true" openhandcursorvisible="true" scalebarvisible="true" zoomslidervisible="false" wraparound180="true" initialextent="-13576048.284565514 4498922.921890645 -13574025.091973038 4500138.748371839" top="40">
        <basemaps>
            <layer type="tiled" label="Imagery" url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" visible="true"/>
            <layer type="feature" label="Structures" url="http://esdgisnew/ArcGIS/rest/services/FlexHyperlinkTest/MapServer/9" visible="false"/>
        </basemaps>
        <operationallayers>
            <layer type="feature" label="Pipes" url="http://esdgisnew/ArcGIS/rest/services/FlexHyperlinkTest/MapServer/10" mode="snapshot" visible="true"/>
            <layer label="Exposed_Pipes_GPS_Test" type="feature" visible="true" alpha="1"
                   info="widgets/InfoTemplates/AttRelateInfoWinWidget.swf"
                   infoconfig="widgets/InfoTemplates/ExPipesHyperlinks.xml"
                   url="http://esdgisnew/ArcGIS/rest/services/FlexHyperlinkTest/MapServer/0"/>
        </operationallayers>
    </map>
</configuration>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Timothy,

   Because this is a Flex Viewer Widget question it belongs in the Flex Viewer Forum:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

Have your cleared your browser cache?

What does your widgets/InfoTemplates/ExPipesHyperlinks.xml look like?

View solution in original post

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Timothy,

   Because this is a Flex Viewer Widget question it belongs in the Flex Viewer Forum:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

Have your cleared your browser cache?

What does your widgets/InfoTemplates/ExPipesHyperlinks.xml look like?
0 Kudos