<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Feature Layer Tips (rscheitlin) configuration error in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588490#M16828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Petr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It's time for you to call esri tech support than as it seems you are doing every thing correctly and it still does not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2011 10:54:04 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-09-08T10:54:04Z</dc:date>
    <item>
      <title>Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588467#M16805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Rob Scheitlin's &lt;/SPAN&gt;&lt;STRONG&gt;Feature Layer Tips&lt;/STRONG&gt;&lt;SPAN&gt; Flex widget and I am having some problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set up the feature layers as suggested, but when I uncomment the main widget line in config.xml the application never fully loads. The Layer widget never fully loads either, so I think it is getting caught up with getting the right info out of the map service. If I comment out the Feature Layer Tips widget line then the application runs fine, so I know it is this widget that is causing the problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the widget line: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;widget left="0" top="0" config="widgets/FeatureTooltip/FeatureTooltipWidget.xml" url="widgets/FeatureTooltip/FeatureTooltipWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've triple checked that the paths are correct in my local directory structure. I'm attaching it to the following layer: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;layer label="FO Locations" type="feature" visible="true" alpha="1" url="http://50.56.25.234/arcgis/rest/services/serviceDelivery/MapServer/0"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check out the Map Service to see what the layer is like. It is a point layer with some 1300 points in it. I bumped up the max return features on the map service to 1500 just in case it was hitting the 1000 default setting. I also figured it might be the number of points, so I tried this layer which has only about a dozen: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;layer label="Region Labels" type="feature" visible="true" alpha="1" url="http://50.56.25.234/arcgis/rest/services/serviceDelivery/MapServer/1"/&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGIS Server 10.1 with the FlexViewer 2.4. Any clues on what I am doing wrong would be appreciated (from anyone). &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 15:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588467#M16805</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2011-08-09T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588468#M16806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Are you using the compiled or un-compiled source code version of the Viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588468#M16806</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-09T16:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588469#M16807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The compiled version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588469#M16807</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2011-08-09T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588470#M16808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What do your changes to the FeatureTooltipWidget.xml look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:12:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588470#M16808</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-09T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588471#M16809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;

&amp;lt;configuration&amp;gt;
 &amp;lt;layers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Region Labels&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;REGION_NUM&amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;datefields&amp;gt;&amp;lt;/datefields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;&amp;lt;/dateformat&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Louisville Police Facilities&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;PD_NAME&amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;datefields&amp;gt;&amp;lt;/datefields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;MM/DD/YYYY&amp;lt;/dateformat&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Louisville Traffic Cameras&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;DESCRIPTION&amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;datefields&amp;gt;LAST_UPDATED&amp;lt;/datefields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;MM/DD/YYYY&amp;lt;/dateformat&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;--&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The length of time, in milliseconds, that Flex waits to hide the ToolTip box after it appears. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- This setting affects all tooltips in the application so use with caution --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;hidedelay&amp;gt;3000&amp;lt;/hidedelay&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is using the second, smaller point layer - "Region Labels." I figured it would be better to try and get it running with a small number of points so I could rule out ArcGIS Server choking on the 1300+ points in the other layer. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588471#M16809</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2021-12-12T01:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588472#M16810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; OK I got this to work for me in the FeatureTooltipWidget.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;FO Locations&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;FO_Locations.ocd,FO_Locations.ofcname&amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;datefields&amp;gt;&amp;lt;/datefields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;MM/DD/YYYY&amp;lt;/dateformat&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I got the Region Labels to work as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588472#M16810</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588473#M16811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When you added this folder "FeatureTooltip" under widgets, you used the exact case right, as Flex is case sensitive?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588473#M16811</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-09T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588474#M16812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, exact case. I did notice one difference with what you had working - I removed the MM/DD/YYYY from the &amp;lt;dataformat&amp;gt; tag, whereas you put it back in. Is this required?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588474#M16812</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2011-08-09T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588475#M16813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Nope that should not be required just habit for me to leave it in there. Now I am not sure why your having issues though...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588475#M16813</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-09T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588476#M16814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is my entire opening block in my config.xml file just in case I have overlooked something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;!-- UI elements --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="10"&amp;nbsp; top="50"&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="0"&amp;nbsp;&amp;nbsp; top="0"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="0" top="0" config="widgets/FeatureTooltip/FeatureTooltipWidget.xml" url="widgets/FeatureTooltip/FeatureTooltipWidget.swf"/&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map wraparound180="true" initialextent="-13935000 3059000 -7037000 6630000" top="40"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Aerial" type="tiled" visible="true" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Shaded_Relief/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;operationallayers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="ESRI World Reference" type="tiled" visible="true" url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="ESRI World Transportation" type="tiled" visible="false" url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Transportation/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Pop. Change" type="tiled" visible="false" url="http://server.arcgisonline.com/ArcGIS/rest/services/Demographics/USA_Projected_Population_Change/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Service Delivery" type="dynamic" imageformat="png8" visible="true" alpha="1" visiblelayers="1,2" url="http://50.56.25.234/arcgis/rest/services/serviceDelivery/MapServer"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="0" popupconfig="popups/PopUp_FO_Locations.xml" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="FO Locations" type="feature" visible="true" alpha="1" url="http://50.56.25.234/arcgis/rest/services/serviceDelivery/MapServer/0"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Region Labels" type="feature" visible="true" alpha="1" url="http://50.56.25.234/arcgis/rest/services/serviceDelivery/MapServer/1"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/map&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could the fact that I am using both dynamic and feature layers against the same map service (serviceDelivery) be confusing things?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588476#M16814</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2021-12-12T01:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588477#M16815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That and the fact that you have a PopUp configured for this layer already. The FeatureTooltipWidget was developed before esri gave use the ability to do essentially the same thing with PopUps. As both my widget and their popups are trying to listen for mouse events this could be a significant issue. I would stick with esri's popups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588477#M16815</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-08-09T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588478#M16816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay. Thanks for the help today. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 16:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588478#M16816</guid>
      <dc:creator>BillDickinson</dc:creator>
      <dc:date>2011-08-09T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588479#M16817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed widget too, but I have problem, it doesn´t work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I set "type=feature" the layer is not visible in flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maptips are not displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed PopUp from ESRI, but it is displayed only after map klik on feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don´t you know how to set popup window to display immediately when mouse cursor stop on feature ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 05:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588479#M16817</guid>
      <dc:creator>PetrTrefil</dc:creator>
      <dc:date>2011-08-31T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588480#M16818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Petr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tryed widget too, but I have problem, it doesn´t work.&lt;BR /&gt;When I set "type=feature" the layer is not visible in flex viewer.&lt;BR /&gt;Maptips are not displayed.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; Are you specifying a specific layer of the map service when you switch to type="feature"? Like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="Fires" type="feature" visible="false" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_Fires.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer&lt;SPAN style="color:Red;"&gt;&lt;STRONG&gt;/0&lt;/STRONG&gt;&lt;/SPAN&gt;"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you configured your layer in the FeatureTooltipWidget.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588480#M16818</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588481#M16819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Petr,&lt;BR /&gt;&lt;BR /&gt; Are you specifying a specific layer of the map service when you switch to type="feature"? Like this:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="Fires" type="feature" visible="false" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_Fires.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer&lt;SPAN style="color:Red;"&gt;&lt;STRONG&gt;/0&lt;/STRONG&gt;&lt;/SPAN&gt;"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Have you configured your layer in the FeatureTooltipWidget.xml?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it mean taht service must be as "feature service" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My AGS 9.3.1 doesn´t publish to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588481#M16819</guid>
      <dc:creator>PetrTrefil</dc:creator>
      <dc:date>2021-12-12T01:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588482#M16820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Petr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No this does not mean that you have a feature service. Specifying a layer type as feature is not the same as using a feature service. You can use a Flex Viewer layer type of feature and have it pointing to a MapService URL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588482#M16820</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-09-02T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588483#M16821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Petr,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No this does not mean that you have a feature service. Specifying a layer type as feature is not the same as using a feature service. You can use a Flex Viewer layer type of feature and have it pointing to a MapService URL.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so I have problem, as I already writed before, when I try to set for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="vrstevnice" type="feature" visible="false" alpha="0.8" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0" rel="nofollow" target="_blank"&gt;http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sublayer id="0" popupconfig="popups/PopUp_vrstevnice.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where is specified layer with number in map service, I see only name of layer in TOC, but this layer is not visible in map. The same way works in my 2.4 FlexViewer layers KML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don´t you know where can be problem ? I think it is probably because of AGS 9.3.1. Probably only AGS 10x supports feature and KML type...?...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 03:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588483#M16821</guid>
      <dc:creator>PetrTrefil</dc:creator>
      <dc:date>2011-09-05T03:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588484#M16822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Petr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So you next issue is that a layer with type feature is already pointing to a specific layer in the map service to you adding a sublayer child is wrong:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="vrstevnice" type="feature" visible="true" alpha="0.8" 
url="http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0" popupconfig="popups/PopUp_vrstevnice.xml"/&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588484#M16822</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588485#M16823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Petr,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; So you next issue is that a layer with type feature is already pointing to a specific layer in the map service to you adding a sublayer child is wrong:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="vrstevnice" type="feature" visible="true" alpha="0.8" 
url="http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0" popupconfig="popups/PopUp_vrstevnice.xml"/&amp;gt;
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand what You mean, but I have already tryed this combination a wrote the code this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="vrstevnice" type="feature" visible="true" alpha="0.8" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0&lt;/A&gt;&lt;SPAN&gt;" popupconfig="popups/PopUp_vrstevnice.xml"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but the result it the same. Always I write URL with number of layer, or type=feature&amp;nbsp; I get the same result = layer is in TOC but not visible in map. I suppose the problem is in version of AGS (9.3). Maybe in AGS 10 it works, but not in 9.3 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588485#M16823</guid>
      <dc:creator>PetrTrefil</dc:creator>
      <dc:date>2021-12-12T01:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer Tips (rscheitlin) configuration error</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588486#M16824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Petr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So what happens if you use this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="vrstevnice" type="dynamic" visible="true" alpha="0.8" 
url="http://gishzskv:8399/arcgis/rest/services/vrstevnice/MapServer/0"&amp;gt;
&amp;lt;sublayer id="0" popupconfig="popups/PopUp_vrstevnice.xml"/&amp;gt;
&amp;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see your mapservice on the map and specificly does layer 0 draw and have popups working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/feature-layer-tips-rscheitlin-configuration-error/m-p/588486#M16824</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T01:16:52Z</dc:date>
    </item>
  </channel>
</rss>

