<?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: Cannot load a tiled map service in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49719#M2082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply! It is informative and helpful. However, I don't think the cached map service is corrupt. If you test this link: &lt;/SPAN&gt;&lt;A href="http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer?f=jsapi"&gt;http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer?f=jsapi&lt;/A&gt;&lt;SPAN&gt; ,this map service loads/zooms just fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the spatial reference, the reason why it is a SR string, because it is a customized spatial reference. Therefore, these is no WKID to use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 19:26:50 GMT</pubDate>
    <dc:creator>XintaoLiu</dc:creator>
    <dc:date>2013-02-22T19:26:50Z</dc:date>
    <item>
      <title>Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49717#M2080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: xintaoliu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Flex Builder 4.6 + flex viewer 3.0 + agslib-3.1.swc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the config.xml file ([ATTACH=CONFIG]22064[/ATTACH]) to load the included tiled map service, it is okay. But, when I replace the layer in the basemaps by using the below tiled map service on my own server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layer label="Demographics" type="tiled" visible="true" alpha="1.0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer" rel="nofollow" target="_blank"&gt;http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer&lt;/A&gt;&lt;SPAN&gt;"&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/layer&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I always got an error as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22063[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got stuck for some time. Any of your comments and suggestions are highly expected! Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 22:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49717#M2080</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-21T22:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49718#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rzufelt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure, but I'm thinking it might be related to your spatial reference.&amp;nbsp; All the "working" basemaps that I have used have a wkid in there, not the entire SR string.&amp;nbsp; However, i don't see a WKID for the SR you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it might be related as I can load any of you layers as an operational layer, it is only when you try to load as a basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if I try to load your layer with the config you supplied, I get the error that you get.&amp;nbsp; However, if I change the extent of the map to match the extent of your IceWaterLand layer, it will load and display just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not until I try to zoom in past the LOD3 that I get an error, and it is related to the geometry utils.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;TypeError: Error #1009: Cannot access a property or method of a null object reference.
 at com.esri.ags.geometry::Extent/http://www.esri.com/2008/ags/internal::getParts()&lt;C&gt;
 at com.esri.ags.geometry::GeomUtils$/intersects()&lt;C&gt;
 at com.esri.ags.symbols.supportClasses::PolygonDrawer/draw()&lt;C&gt;
 at com.esri.ags.symbols::SimpleFillSymbol/draw()&lt;C&gt;
 at com.esri.ags::Graphic/http://www.esri.com/2008/ags/internal::drawWithSymbol()&lt;C&gt;
 at com.esri.ags::Graphic/commitProperties()&lt;C&gt;
 at mx.core::UIComponent/validateProperties()
 at mx.managers::LayoutManager/validateProperties()
 at mx.managers::LayoutManager/doPhasedInstantiation()
 at mx.managers::LayoutManager/doPhasedInstantiationCallback()&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, thought maybe your cache is corrupt, but I can load it as an operational layer and it loads/zooms just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I'm not more help, but in case this helps you figure it out,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49718#M2081</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-10T21:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49719#M2082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply! It is informative and helpful. However, I don't think the cached map service is corrupt. If you test this link: &lt;/SPAN&gt;&lt;A href="http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer?f=jsapi"&gt;http://141.117.248.106:6080/arcgis/rest/services/IceWaterLand/MapServer?f=jsapi&lt;/A&gt;&lt;SPAN&gt; ,this map service loads/zooms just fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the spatial reference, the reason why it is a SR string, because it is a customized spatial reference. Therefore, these is no WKID to use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 19:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49719#M2082</guid>
      <dc:creator>XintaoLiu</dc:creator>
      <dc:date>2013-02-22T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49720#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: xintaoliu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try setting these two attributes on the map tag to false:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;wraparound180="false" addarcgisbasemaps="false"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an issue in 3.1 when the base map layer is not geographic or web mercator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By dpaddock at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/73799-Issues-with-3.1-Flex-Viewer-and-App-Builder?highlight=access+property+method+null+object+reference" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/73799-Issues-with-3.1-Flex-Viewer-and-App-Builder?highlight=access+property+method+null+object+reference&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 07:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49720#M2083</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-23T07:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49721#M2084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rzufelt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I always have my wraparound and esribasemaps set to false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your test map service link finally times out with an internal server error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 15:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49721#M2084</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-25T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot load a tiled map service</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49722#M2085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Try setting these two attributes on the map tag to false:&lt;BR /&gt;&lt;BR /&gt;wraparound180="false" addarcgisbasemaps="false"&lt;BR /&gt;&lt;BR /&gt;This is an issue in 3.1 when the base map layer is not geographic or web mercator.&lt;BR /&gt;&lt;BR /&gt;By dpaddock at &lt;A href="http://forums.arcgis.com/threads/73799-Issues-with-3.1-Flex-Viewer-and-App-Builder?highlight=access+property+method+null+object+reference"&gt;http://forums.arcgis.com/threads/73799-Issues-with-3.1-Flex-Viewer-and-App-Builder?highlight=access+property+method+null+object+reference&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; This saved my day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/cannot-load-a-tiled-map-service/m-p/49722#M2085</guid>
      <dc:creator>TiagoRibeiro1</dc:creator>
      <dc:date>2013-04-04T13:23:58Z</dc:date>
    </item>
  </channel>
</rss>

