<?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: Tiled layer and zoom issue. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130729#M12127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're welcome. The other thing I'll add is that these are &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;user&lt;/SPAN&gt;&lt;SPAN&gt; forums and are not official way of getting Esri support. Lots of Esri folks hang out in these forums, but they are not technically obligated to do so.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 14:36:58 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2011-09-22T14:36:58Z</dc:date>
    <item>
      <title>Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130722#M12120</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 am really stuck on this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added ESRI World street map as base map and on top of it I am adding our own data.The online service tiles end at a scale of 4513.However, I want to zoom further down up to the scale of 282. To do this, I have added LODs to my map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, my map is allowing me to zoom in up to the scale of 1128.I do not know where this figure comes from.My data has layer whose min. scale is 282 and max scale is 0.Despite adding LODs, map is not allowing me to zoom in after the scale of 1128.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody help me on this issue please? I would appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 09:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130722#M12120</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-09-20T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130723#M12121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please post the code showing how you're manually defining your LODs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130723#M12121</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-20T16:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130724#M12122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is code that defines LODs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
//Define level of displays
&amp;nbsp;&amp;nbsp;&amp;nbsp; var LAlods = [{
"level": 0,
"resolution": 9783.93962049996,
"scale": 36978595.474472
},
{
"level": 1,
"resolution": 4891.96981024998,
"scale": 18489297.737236
},
{
"level": 2,
"resolution": 2445.98490512499,
"scale": 9244648.868618
},
{
"level": 3,
"resolution": 1222.99245256249,
"scale": 4622324.434309
},
{
"level": 4,
"resolution": 611.49622628138,
"scale": 2311162.217155
},
{
"level": 5,
"resolution": 305.748113140558,
"scale": 1155581.108577
},
{
"level": 6,
"resolution": 152.874056570411,
"scale": 577790.554289
},

{
"level": 7,
"resolution": 76.4370282850732,
"scale": 288895.277144
},

{
"level": 8,
"resolution": 38.2185141425366,
"scale": 144447.638572
},

{
"level": 9,
"resolution": 19.1092570712683,
"scale": 72223.819286
},

{
"level": 10,
"resolution": 9.55462853563415,
"scale": 36111.909643
},

{
"level": 11,
"resolution": 4.77731426794937,
"scale": 18055.954822
},

{
"level": 12,
"resolution": 2.38865713397468,
"scale": 9027.977411
},
{
"level": 13,
"resolution": 1.19432856685505,
"scale": 4513.988705
}
,
{
"level": 14,
"resolution": 0.597164283427525,
"scale": 2256.994353
},
{
"level": 15,
"resolution": 0.298582141647617,
"scale": 1128.497176
},
{
"level": 16,
"resolution": 0.14929107088995425,
"scale": 564.248588
},
{
"level": 17,
"resolution": 0.074645535444977125,
"scale": 282.124294
}
]; 
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And here I am setting LODs in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp; map = new esri.Map("map", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extent: initialExtent,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logo:false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lods:LAlods
&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130724#M12122</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2021-12-11T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130725#M12123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried using the pattern shown in this sample:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_switch_layer_on_zoom.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_switch_layer_on_zoom.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your service with the large scales available publicly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 15:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130725#M12123</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-21T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130726#M12124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got it resolved.I restarted the SOM process and it got fixed.Now I can zoom into the scale of 141 without any problem. God knows what was wrong with it.I had cleared the REST cache but still there was the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time Derek, I appreciate it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And one more thing I would like to mention, this JS API forum seems quite slow and unresponsive as compared to Silverlight API forum.I do not know the reason why but I feel that way. On Silverlight forum, there are so many API team members helping out users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 04:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130726#M12124</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-09-22T04:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130727#M12125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you got it worked out. Not sure why restarting the SOM fixed it but...I guess that's how things go sometimes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding responsiveness...I don't have a good excuse/reason. We've been busy but I'll spare you the details. You can always get my attention via twitter...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 05:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130727#M12125</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-22T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130728#M12126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek for getting back to me on this &lt;/SPAN&gt;&lt;STRONG&gt;responsiveness&lt;/STRONG&gt;&lt;SPAN&gt; issue. I never thought you were going to discuss it with me.Appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll definitely twit you if I am stuck on anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 06:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130728#M12126</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-09-22T06:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130729#M12127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're welcome. The other thing I'll add is that these are &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;user&lt;/SPAN&gt;&lt;SPAN&gt; forums and are not official way of getting Esri support. Lots of Esri folks hang out in these forums, but they are not technically obligated to do so.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 14:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130729#M12127</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-22T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130730#M12128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek - We all REALLY appreciate all of your help and input with our questions!&amp;nbsp; You are invaluable!&amp;nbsp; Keep up the great work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 15:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130730#M12128</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2011-09-22T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130731#M12129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken! Great to hear stuff like that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130731#M12129</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-22T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130732#M12130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; The other thing I'll add is that these are &lt;SPAN style="font-style:italic;"&gt;user&lt;/SPAN&gt; forums and are not official way of getting Esri support. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, I am fully aware of that.But unfortunately ESRI India does not provide us technical support on SDK issues, that's why we have to rely on these forums. And my experience is that Silverlight API development team members are doing great work.They have helped me out in so many issues that I would say my previous project was completed because of them only. Especially, Jennifer,Morten,Domnique,Ali have been of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjay.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 17:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130732#M12130</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-09-22T17:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130733#M12131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is unfortunate about support. I think it'd be cool if you gave them a thank you in the SL forum (that is, if you haven't already ;)).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 17:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130733#M12131</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-22T17:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled layer and zoom issue.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130734#M12132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been thanking those guys from time to time.:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 18:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tiled-layer-and-zoom-issue/m-p/130734#M12132</guid>
      <dc:creator>SanajyJadhav</dc:creator>
      <dc:date>2011-09-22T18:20:09Z</dc:date>
    </item>
  </channel>
</rss>

