<?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: Pop-ups only display at a large scale in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311300#M9111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this a public URL whose REST endpoint I can browse to to see the properties of the mapservice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a mapservice showing windturbines as point locations?&amp;nbsp; Do you have a scale dependency set on the layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you see the wind turbines at a mapscale where you seem unable to get the pop-ups to appear?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 17:01:54 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-12-09T17:01:54Z</dc:date>
    <item>
      <title>Pop-ups only display at a large scale</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311299#M9110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am brand new to programming and ArcGIS Viewer for Flex, so I apologize if I am leaving out information or if this seems trivial.&amp;nbsp; I have added this map service to my application with the following properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;layer label="Wind Turbines" type="tiled" visible="flase" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://eerscmap.er.usgs.gov/arcgis/rest/services/wind/wTurbinesWM/MapServer"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="1" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;lt;/layer&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My pop-up configuration file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{SiteName}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="image_name" visible="true"/&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ORS_Number"&amp;nbsp; alias="ORS Number" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="type_tower" alias="Tower Type" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="lat_DD"&amp;nbsp;&amp;nbsp; alias="Latitude" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="lon_DD"&amp;nbsp; alias="Longitude" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="image_year"&amp;nbsp; alias="Image Year" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="blengthT"&amp;nbsp; alias="Length" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="rotSwepT"&amp;nbsp; alias="Rotswept" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="MW_float"&amp;nbsp; alias="MW-Decimal" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="MW_text"&amp;nbsp; alias="MW-Text" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="inst_year"&amp;nbsp; alias="Inst Year" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="SiteName"&amp;nbsp; alias="Site Name"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Bin"&amp;nbsp; visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="tothtT"&amp;nbsp; visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="confT"&amp;nbsp; visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="bl_float" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="th_float" visible="true"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my application, the pop-ups only display when I am zoomed in to a very large scale.&amp;nbsp; It would be much appreciated if someone could point me in the right direction on how to troubleshoot this issue.&amp;nbsp; I would like the pop-ups to display at all scales.&amp;nbsp; I am not even sure if this is an issue with my code for ArcGIS Viewer or with the map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311299#M9110</guid>
      <dc:creator>RobMiller</dc:creator>
      <dc:date>2013-12-09T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups only display at a large scale</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311300#M9111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this a public URL whose REST endpoint I can browse to to see the properties of the mapservice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a mapservice showing windturbines as point locations?&amp;nbsp; Do you have a scale dependency set on the layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you see the wind turbines at a mapscale where you seem unable to get the pop-ups to appear?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 17:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311300#M9111</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-12-09T17:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-ups only display at a large scale</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311301#M9112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I appreciate your effort, but I actually just figured it out and it turns out this was very trivial, so I apologize for the wasted thread.&amp;nbsp; This is a tiled mapservice and I simply had to set the popupconfig property for the remainder of my sublayers.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;layer label="Wind Turbines" type="tiled" visible="flase" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://eerscmap.er.usgs.gov/arcgis/rest/services/wind/wTurbinesWM/MapServer"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="1" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="2" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="3" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="4" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="5" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="6" popupconfig="popups/PopUp_WindTurbines.xml"/&amp;gt;
&amp;lt;/layer&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/pop-ups-only-display-at-a-large-scale/m-p/311301#M9112</guid>
      <dc:creator>RobMiller</dc:creator>
      <dc:date>2021-12-11T14:53:12Z</dc:date>
    </item>
  </channel>
</rss>

