<?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: Set zoom limit - maximal minimal in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338410#M31304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though your handling still bases on the onExtentChange event: &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.connect(map, "onExtentChange", YOURFUNCTION); &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the same, not to constrain the extent but the zoom. The problem is, each time the user zooms in by mousewheel, there will be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- a zoom in beyond the allowed zoom limit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- a onExtentChange event&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- my function, zooming back to the allowed zoom level&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to directly access the zoom function of the API to change it. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 05:09:59 GMT</pubDate>
    <dc:creator>MarcelKleinmann</dc:creator>
    <dc:date>2010-11-12T05:09:59Z</dc:date>
    <item>
      <title>Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338408#M31302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Given a map containing dynamic layers, how does one control the map scales upper and lower limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I have seen a map that only contains ArcGISDynamicMapServiceLayers can scale from epsilon to infinity but as soon as tiled layers are present the levels of detail (lods) set the scales and with this the limits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I constrain the zoom then, when there are no tiled layers in my map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where does one find this sort of information? The online documentation and samples that I know of do not provide such detailed information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 06:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338408#M31302</guid>
      <dc:creator>MarcelKleinmann</dc:creator>
      <dc:date>2010-11-09T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338409#M31303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hope the concept of this sample helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16956"&gt;http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16956&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 17:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338409#M31303</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2010-11-10T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338410#M31304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though your handling still bases on the onExtentChange event: &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;dojo.connect(map, "onExtentChange", YOURFUNCTION); &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the same, not to constrain the extent but the zoom. The problem is, each time the user zooms in by mousewheel, there will be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- a zoom in beyond the allowed zoom limit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- a onExtentChange event&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- my function, zooming back to the allowed zoom level&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to directly access the zoom function of the API to change it. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 05:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338410#M31304</guid>
      <dc:creator>MarcelKleinmann</dc:creator>
      <dc:date>2010-11-12T05:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338411#M31305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I would like to do the oposite of this. In my app I load the "World Street Map" tiled map service from ArcGIS Online and my ArcServer service above it. I need to be able to zoom in further on my service than the "World Street Map" will allow. I would like to remove the "World Street Map" at the higher scales and add it again when the scale zooms back out. I can do this easy enough using the onExtentChange event but the Javascript API will still not let me zoom in any further than allowed by the tiled map service. How do I remove this limit when I remove the "World Street Map"? If never load the "World Street Map" I do not have this problem. I can zoom in at will.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 17:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338411#M31305</guid>
      <dc:creator>DaveHighness</dc:creator>
      <dc:date>2010-11-16T17:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338412#M31306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't work with tiled layers yet. Isn't it possible to zoom beyond the limit, by setting the zoom steps through lods? If this doesn't work out, try a workaround by adding another (empty) tiled layer, which allows the zoom in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 06:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338412#M31306</guid>
      <dc:creator>MarcelKleinmann</dc:creator>
      <dc:date>2010-11-17T06:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338413#M31307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has any one another idea for the initial zoom problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 08:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338413#M31307</guid>
      <dc:creator>MarcelKleinmann</dc:creator>
      <dc:date>2010-11-19T08:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set zoom limit - maximal minimal</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338414#M31308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grab it as an esri.layers.ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 17:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-zoom-limit-maximal-minimal/m-p/338414#M31308</guid>
      <dc:creator>AxelSchaefer</dc:creator>
      <dc:date>2010-11-22T17:33:24Z</dc:date>
    </item>
  </channel>
</rss>

