<?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: Combination of tiled and dynamic map service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315879#M29046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, your approach is working. But with this, I would have to extract the LODs of the tiled map service (to preserve the initial levels) and extend those levels for some hard-coded levels for a "dynamic behaviour". Correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 13:25:00 GMT</pubDate>
    <dc:creator>MU</dc:creator>
    <dc:date>2016-07-11T13:25:00Z</dc:date>
    <item>
      <title>Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315874#M29041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build an application which contains one tiled and one dynamic map service. The tiled map service has the following tile levels:&lt;/P&gt;&lt;P&gt;1:80000&lt;/P&gt;&lt;P&gt;1:40000&lt;/P&gt;&lt;P&gt;1:20000&lt;/P&gt;&lt;P&gt;1:10000&lt;/P&gt;&lt;P&gt;1:5000&lt;/P&gt;&lt;P&gt;1:2500&lt;/P&gt;&lt;P&gt;So, the service's MaxScale property is 2500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For larger scales (e. g. 1:500), I want to use the dynamic map service. Unfortunately, within my JavaScript application I can only zoom in up to 1:2500, further zooming either with the buttons or the mouse wheel is not possible and results in panning the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening? Is it a limitation of the JavaScript API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I've used the JS APIs 3.17 and 4 - same behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315874#M29041</guid>
      <dc:creator>MU</dc:creator>
      <dc:date>2016-07-11T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315875#M29042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of custom LODs &lt;A href="https://developers.arcgis.com/javascript/3/jssamples/map_customtilelevels.html" title="https://developers.arcgis.com/javascript/3/jssamples/map_customtilelevels.html"&gt;Set visible scales | ArcGIS API for JavaScript 3.17&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315875#M29042</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-07-11T12:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315876#M29043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/map_switch_layer_on_zoom.html" title="https://developers.arcgis.com/javascript/3/jssamples/map_switch_layer_on_zoom.html"&gt;Specify LODs (levels of detail) | ArcGIS API for JavaScript 3.17&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315876#M29043</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2016-07-11T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315877#M29044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your quick responses! But sorry, I don't understand why I should overwrite the defined tile levels!? I don't want to make the job twice: I have already defined my tile levels within the map service. For every larger scale, I don't want to use the flexibility of free zooming.&lt;/P&gt;&lt;P&gt;In fact, I want to achieve the same behaviour like in ArcMap or WPF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315877#M29044</guid>
      <dc:creator>MU</dc:creator>
      <dc:date>2016-07-11T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315878#M29045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With LOD's you can zoom in closer than 1:2500 and with that you should be able to see the dynamic map service,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315878#M29045</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-07-11T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315879#M29046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, your approach is working. But with this, I would have to extract the LODs of the tiled map service (to preserve the initial levels) and extend those levels for some hard-coded levels for a "dynamic behaviour". Correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:25:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315879#M29046</guid>
      <dc:creator>MU</dc:creator>
      <dc:date>2016-07-11T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315880#M29047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To line them up, yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315880#M29047</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2016-07-11T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315881#M29048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know whether there are some enhancements in the newer API v4? For this special purpose (combination of tiled and dynamic data), the API seems to me very impractical and not "dynamic".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:31:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315881#M29048</guid>
      <dc:creator>MU</dc:creator>
      <dc:date>2016-07-11T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315882#M29049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/40600"&gt;M U&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the following bugs/enhancement requests . You might want to check if they affect you.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif;"&gt;BUG-000086266-The resampling and resamplingTolerance property of ArcGIS TiledMapService layer does not display layers beyond its defined LODs.&lt;BR /&gt;BUG-000085544-Cached Map Service doesn't resample consistently in all scales in ArcGIS Online&lt;BR /&gt;ENH-000088462 : The ArcGIS API for JS documentation does not state that for resampling option for published tiled map service on ArcGIS Online custom LODs can not be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif;"&gt;The above issues has really affected us as we use our own custom state plane based tiling scheme and we are unable to zoom in between or beyond LODs even if they have been defined in the tiling scheme. We were developing in JSAPI 3.1X.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 22:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315882#M29049</guid>
      <dc:creator>SubuSwaminathan1</dc:creator>
      <dc:date>2016-07-18T22:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315883#M29050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I had a similar issue a few year's back.&amp;nbsp; I wanted to a basemap that was tiled at zooms of 1:lots to about 1:5,000.&amp;nbsp; Then after that freshly produced mapping from the vector source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The high level stuff doesn't change that much and is used for quick location purposes.&amp;nbsp; The detailed stuff is OS MasterMap that updates every two months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't want my users to have only a fixed number of zooms - my users want to print out to scale at all sorts of scales - I cannot second guess the scales they would want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this is what I did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a map service for scales of 1:lots to 1:5,000 using the OS vector map products&lt;/LI&gt;&lt;LI&gt;Set a nice set of scales to tile this service&lt;/LI&gt;&lt;LI&gt;generated the tiles - this took a while&lt;/LI&gt;&lt;LI&gt;Created another MXD.&amp;nbsp; This time it had my detailed stuff in&amp;nbsp; AND the tiles created from the first service as a layer.&lt;/LI&gt;&lt;LI&gt;I creates a dynamic service from this MXD.&amp;nbsp; This is the one I use for my basemapping.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is that the users may get a slightly odd looking map at scales between the tiled map levels, but this isn't important.&amp;nbsp; The important thing is getting freshly produced basemapping, straight from the vector source at ALL scales below 1:5000.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A hack - but it works for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 15:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315883#M29050</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-07-19T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315884#M29051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your tips! In case that Esri's support won't suggest another option, I will evaluate this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5859"&gt;Adrian Marsden&lt;/A&gt;​: just to ensure that I understand you correctly: you created a tiled service and added this tiled service as a layer to a dynamic service? So in fact, when calling the dynamic service for rendering (e. g. by calling the REST operation 'Export image'), the dynamic service called the tiled service itself. Effectively rendering within rendering, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;mu88&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315884#M29051</guid>
      <dc:creator>MU</dc:creator>
      <dc:date>2016-07-20T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combination of tiled and dynamic map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315885#M29052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - I don't think you can reference a service in a service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do is add the tiles in.&amp;nbsp; When you create the tiles they go to some folder specified in your config.&amp;nbsp; Open ArcMap, add data, navigate to the folder that is named the same as your tiled service, so maybe something like d:\arcgisserver\arcgiscache\MyTiledService.&amp;nbsp; You will see it say "layers" in the add data box, select that, and your tiles from the service are added just like any other raster layer into your MXD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've done this, you can if you like, switch off the service that produced them if you're concerend about resources.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/combination-of-tiled-and-dynamic-map-service/m-p/315885#M29052</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2016-07-20T08:36:29Z</dc:date>
    </item>
  </channel>
</rss>

