<?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: ArcGIS Server: allowing tile resampling. in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472256#M18256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to share that I added the resampling to true on a tiledMapService of ArcGIS Server 10.4 as well and it was not working after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging showed me that the property had been taken into account as&amp;nbsp;"&lt;SPAN style="color: #222222;"&gt;blankTile=false" was added to my request, but then it went through all the tiling scheme to find the previous level but it did not find any. I had this kind of error in my console:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;&lt;IMG __jive_id="396753" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/396753_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;It should have been able to find tile at level 14 but it seems that it requested the wrong one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;Looking at the javascript API, I found o&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;ut that in the _resample method of the TiledMapServiceLayer, it is assuming that levels follow a scale/2 LOD pattern (&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;this._multiple = Math.pow(2, f)) and it was not the case of my tiling scheme. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;I modified the tiling scheme for the last levels and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;So maybe it should be added to the workflow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;1. Make sure your tiling scheme follow a scale/2 pattern at least for the scales you want to be able to resample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;2. Add the property "resampling" : "true", property to the JSON and don't forget that according to the documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000014822" title="https://support.esri.com/en/technical-article/000014822"&gt;How To: Enable resampling for a map service in the ArcGIS Server Administrator Directory&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;You are supposed to add the property before the maxRecordCount one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2018 11:32:18 GMT</pubDate>
    <dc:creator>NicolasGIS</dc:creator>
    <dc:date>2018-02-16T11:32:18Z</dc:date>
    <item>
      <title>ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472249#M18249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to achieve what I was able to do in ArcGIS Online with ArcGIS Server as well.&lt;/P&gt;&lt;P&gt;I red &lt;A _jive_internal="true" href="https://community.esri.com/thread/185761-tiled-image-in-arcgis-online-does-not-let-me-zoom-in-far#comment-647032"&gt;this illuminating discussion&lt;/A&gt; on how to allow visualizing tile layers in ArcGIS Online for those scales where no cache was created through resampling.&lt;/P&gt;&lt;P&gt;It was as simple as entering the administrator REST directory by inserting "/admin/" in the right place (.../rest/admin/services/...), entering the edit page and adding {"resampling":true} to the service definition properties.&lt;/P&gt;&lt;P&gt;However, in the ArcGIS Server administrator directory, the edit page looks very different than it is in AGOL, and I am unsure on where should I place the "resampling":true string...&lt;/P&gt;&lt;P&gt;Is it even possible or am I wasting my time? Basically, I'd like to be able to zoom beyond the scales where I built the cache and being able to still visualize the tile service, although blurried because resampled. At least it would be better than nothing as it is now. Generating the cache is not a workaround as I'm very interested in the possibility of resampling on-the-fly possibly.&lt;/P&gt;&lt;P&gt;Finally, I have already set the tiling scheme to present the LODs from 0 to 17, and the cache is only generated until 14 (included). Below is the edit page of my service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;{&lt;BR /&gt;&amp;nbsp;"serviceName": "Italia_web_POP",&lt;BR /&gt;&amp;nbsp;"type": "MapServer",&lt;BR /&gt;&amp;nbsp;"description": "",&lt;BR /&gt;&amp;nbsp;"capabilities": "Map,Query,Data",&lt;BR /&gt;&amp;nbsp;"provider": "ArcObjects",&lt;BR /&gt;&amp;nbsp;"clusterName": "default",&lt;BR /&gt;&amp;nbsp;"minInstancesPerNode": 1,&lt;BR /&gt;&amp;nbsp;"maxInstancesPerNode": 1,&lt;BR /&gt;&amp;nbsp;"instancesPerContainer": 1,&lt;BR /&gt;&amp;nbsp;"maxWaitTime": 60,&lt;BR /&gt;&amp;nbsp;"maxStartupTime": 300,&lt;BR /&gt;&amp;nbsp;"maxIdleTime": 1800,&lt;BR /&gt;&amp;nbsp;"maxUsageTime": 600,&lt;BR /&gt;&amp;nbsp;"loadBalancing": "ROUND_ROBIN",&lt;BR /&gt;&amp;nbsp;"isolationLevel": "HIGH",&lt;BR /&gt;&amp;nbsp;"configuredState": "STARTED",&lt;BR /&gt;&amp;nbsp;"recycleInterval": 24,&lt;BR /&gt;&amp;nbsp;"recycleStartTime": "00:00",&lt;BR /&gt;&amp;nbsp;"keepAliveInterval": 1800,&lt;BR /&gt;&amp;nbsp;"private": false,&lt;BR /&gt;&amp;nbsp;"isDefault": false,&lt;BR /&gt;&amp;nbsp;"maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;"allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;"properties": {&lt;BR /&gt;&amp;nbsp; "maxImageHeight": "4096",&lt;BR /&gt;&amp;nbsp; "virtualCacheDir": "/rest/directories/arcgiscache",&lt;BR /&gt;&amp;nbsp; "maxSampleSize": "100000",&lt;BR /&gt;&amp;nbsp; "exportTilesAllowed": "false",&lt;BR /&gt;&amp;nbsp; "textAntialiasingMode": "Force",&lt;BR /&gt;&amp;nbsp; "maxImageWidth": "4096",&lt;BR /&gt;&amp;nbsp; "enableDynamicLayers": "false",&lt;BR /&gt;&amp;nbsp; "dynamicDataWorkspaces": "[]",&lt;BR /&gt;&amp;nbsp; "supportedImageReturnTypes": "URL",&lt;BR /&gt;&amp;nbsp; "disableIdentifyRelates": "false",&lt;BR /&gt;&amp;nbsp; "isCached": "true",&lt;BR /&gt;&amp;nbsp; "maxScale": "36111.909642999999",&lt;BR /&gt;&amp;nbsp; "maxBufferCount": "100",&lt;BR /&gt;&amp;nbsp; "schemaLockingEnabled": "true",&lt;BR /&gt;&amp;nbsp; "maxRecordCount": "1000",&lt;BR /&gt;&amp;nbsp; "filePath": "C:\\arcgisserver\\directories\\arcgissystem\\arcgisinput\\STUDIOSIT\\Italia_web_POP.MapServer\\extracted\\v101\\Italia_web_POP.msd",&lt;BR /&gt;&amp;nbsp; "cacheOnDemand": "false",&lt;BR /&gt;&amp;nbsp; "useLocalCacheDir": "true",&lt;BR /&gt;&amp;nbsp; "cacheExtent": "full",&lt;BR /&gt;&amp;nbsp; "outputDir": "C:\\arcgisserver\\directories\\arcgisoutput",&lt;BR /&gt;&amp;nbsp; "virtualOutputDir": "/rest/directories/arcgisoutput",&lt;BR /&gt;&amp;nbsp; "minScale": "18489297.737236001",&lt;BR /&gt;&amp;nbsp; "maxDomainCodeCount": "25000",&lt;BR /&gt;&amp;nbsp; "maxExportTilesCount": "100000",&lt;BR /&gt;&amp;nbsp; "tilingScheme": "1",&lt;BR /&gt;&amp;nbsp; "ignoreCache": "false",&lt;BR /&gt;&amp;nbsp; "antialiasingMode": "None",&lt;BR /&gt;&amp;nbsp; "clientCachingAllowed": "true",&lt;BR /&gt;&amp;nbsp; "cacheDir": "C:\\arcgisserver\\directories\\arcgiscache"&lt;BR /&gt;&amp;nbsp;},&lt;BR /&gt;&amp;nbsp;"extensions": [&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "NAServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "null",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxDestinationsToFind": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBreakValue_TimeUnits": "esriTimeUnitsMinutes",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_MaxRoutes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_MaxDemandPoints": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxFacilities": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxDestinations": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBreakValue_Length": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_ForceHierarchyBeyondTimeUnits": "esriTimeUnitsMinutes",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_AllowTimeWindows": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxFacilities": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "saveLayerOnServerWhenError": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_ForceHierarchyBeyondTime": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_MaxStops": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxIncidents": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_ForceHierarchyBeyondDistanceUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowSaveLayerOnServer": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "route_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBreakValue_LengthUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "saveLayerOnServerWhenDebugging": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxFacilitiesToFind": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBreakValue_Other": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultOutputGeometryPrecisionUnits": "esriMeters",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "oDCostMatrix_MaxOrigins": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_MaxBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_MaxFeaturesInLineBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "closestFacility_ForceHierarchyBeyondDistance": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "nALayerDir": "C:\\arcgisserver\\directories\\arcgisoutput",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vRP_MaxOrders": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_ForceHierarchyBeyondOther": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultOutputGeometryPrecision": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxFeaturesInPolygonBarriers": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceArea_MaxBreakValue_Time": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "locationAllocation_MaxFacilities": ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "MobileServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {}&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "KmlServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "SingleImage,SeparateImages,Vectors",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "minRefreshPeriod": "30",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "compatibilityMode": "GoogleEarth",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "imageSize": "1024",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dpi": "96",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "endPointURL": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "featureLimit": "1000000",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "useDefaultSnippets": "false"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "WFSServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "null",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "phone": "",&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "appSchemaURI": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.geomaster.it%3A6080%2Farcgis%2Fservices%2FSTUDIOSIT%2FItalia_web_POP%2FMapServer%2FWFSServer" rel="nofollow" target="_blank"&gt;http://www.geomaster.it:6080/arcgis/services/STUDIOSIT/Italia_web_POP/MapServer/WFSServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "providerSite": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "administrativeArea": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "electronicMailAddress": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pathToStoredQueryFile": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enableTransactions": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "city": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hourOfService": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "postalCode": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "customGetCapabilities": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Italia_web_POP",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "deliveryPoint": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "role": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "axisOrderWFS10": "longlat",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "axisOrderWFS11": "latlong",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceTypeVersion": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "accessConstraints": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "positionName": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "abstract": "",&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "onlineResource": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.geomaster.it%3A6080%2Farcgis%2Fservices%2FSTUDIOSIT%2FItalia_web_POP%2FMapServer%2FWFSServer" rel="nofollow" target="_blank"&gt;http://www.geomaster.it:6080/arcgis/services/STUDIOSIT/Italia_web_POP/MapServer/WFSServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "facsimile": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "keyword": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "defMaxFeaturesValue": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "individualName": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fees": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceType": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enableDefMaxFeatures": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "country": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "providerName": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "transactionsWithoutLocks": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pathToCustomGetCapabilitiesFiles": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "appSchemaPrefix": "STUDIOSIT_Italia_web_POP",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactInstructions": ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "SchematicsServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "Query",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {}&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "FeatureServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "Create,Query,Update,Delete,Uploads,Editing",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "creatorPresent": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataInGdb": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xssPreventionEnabled": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowGeometryUpdates": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "syncVersionCreationRule": "versionPerDownloadedMap",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowOthersToQuery": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "syncEnabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "editorTrackingTimeZoneID": "UTC",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enableZDefaults": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "realm": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowOthersToDelete": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowTrueCurvesUpdates": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datasetInspected": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "editorTrackingRespectsDayLightSavingTime": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "zDefaultValue": "0",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enableOwnershipBasedAccessControl": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "editorTrackingTimeInUTC": "true",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "allowOthersToUpdate": "false"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "WCSServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "null",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "phone": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxImageHeight": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxImageWidth": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "city": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "providerWebsite": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "STUDIOSIT_Italia_web_POP",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "customGetCapabilities": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Italia_web_POP",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "province": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "role": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "accessConstraints": "Nessuno",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "abstract": "",&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "onlineResource": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.geomaster.it%3A6080%2Farcgis%2Fservices%2FSTUDIOSIT%2FItalia_web_POP%2FMapServer%2FWCSServer" rel="nofollow" target="_blank"&gt;http://www.geomaster.it:6080/arcgis/services/STUDIOSIT/Italia_web_POP/MapServer/WCSServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "keywords": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fax": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "zipcode": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fees": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "country": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "responsiblePerson": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "providerName": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "responsiblePosition": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "email": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "address": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pathToCustomGetCapabilitiesFiles": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "serviceHour": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactInstructions": ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "typeName": "WMSServer",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "capabilities": "GetCapabilities,GetMap,GetFeatureInfo,GetStyles,GetLegendGraphic,GetSchemaExtension",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "enabled": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "maxUploadFileSize": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "allowedUploadFileTypes": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "properties": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "reaspect": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inheritLayerNames": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactPosition": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactVoiceTelephone": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "city": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactFacsimileTelephone": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "STUDIOSIT_Italia_web_POP",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactOrganization": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "customGetCapabilities": "false",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "WMS",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "stateOrProvince": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "accessConstraints": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "abstract": "",&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "onlineResource": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.geomaster.it%3A6080%2Farcgis%2Fservices%2FSTUDIOSIT%2FItalia_web_POP%2FMapServer%2FWMSServer" rel="nofollow" target="_blank"&gt;http://www.geomaster.it:6080/arcgis/services/STUDIOSIT/Italia_web_POP/MapServer/WMSServer&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "keyword": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "postCode": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fees": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "addressType": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pathToCustomSLDFile": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "country": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "address": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactElectronicMailAddress": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pathToCustomGetCapabilitiesFiles": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "contactPerson": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "listSupportedCRS": ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;],&lt;BR /&gt;&amp;nbsp;"datasets": []&lt;BR /&gt;}&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 15:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472249#M18249</guid>
      <dc:creator>AlessandroValra</dc:creator>
      <dc:date>2017-03-17T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472250#M18250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying this in your own application? &amp;nbsp;I thought I read in a post somewhere that you can configure the application to render tiles until an LOD, and at that point, render it dynamically. &amp;nbsp;I can't find it now, though, but if you're using your own custom application, it may be a start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 16:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472250#M18250</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-03-17T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472251#M18251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indipendently of wheter I am using it with my own application or not, I think I should clarify the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually asking if it is possible to allow resampling for those LODs that are present in the MapService detail page (in REST), but are not rendered because cache wasn't generated. I did this with AGOL, and I thought it was also possible with ArcGIS Server as well.&lt;/P&gt;&lt;P&gt;So, let's say I have LODs from 0 to 17. Cahce was generated only down to level 14 (included). Resampling would allow me to draw them dynamically from the last LOD where the tile were cached (generated), although they will show up blurried (as it's a resample).&lt;/P&gt;&lt;P&gt;In AGOL I could go to the administrator REST directory, enter the EDIT page of my Tiled service, and in the Properties window (which shows up completely blank), write "{"resampling":true}" (without double quotes). Ten open a map in AGOL with the same tile service loaded, zoom to a LOD where cache was not generated and keep seeing the layer resampled.&lt;/P&gt;&lt;P&gt;If resample is not true (the default), I cannot see anything of my layer when I zoom in a LOD which is specified for the service, but no cache (tile), was generated. This is my situation with my actual MapServer and ArcGIS Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 10:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472251#M18251</guid>
      <dc:creator>AlessandroValra</dc:creator>
      <dc:date>2017-03-20T10:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472252#M18252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe this is possible with a traditional ArcGIS Server service. &amp;nbsp;If your server is federated to Portal, what you can try is to publish a hosted cached service and then try to add that property to that service. &amp;nbsp;The same type of service would be published to AGOL, so you're testing against more similar things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472252#M18252</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-03-20T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472253#M18253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my AGS is not federated with a Portal yet. So I think either I federate it or I should build the cache fot the LODs where tiles are missing. Again, thanks for proposing a possible workaround (it probably work as I was successful with AGOL). I will mark your answer as correct (at least until someone would come up saying it is possible and how).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:03:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472253#M18253</guid>
      <dc:creator>AlessandroValra</dc:creator>
      <dc:date>2017-03-21T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472254#M18254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I understand you are tryingto&amp;nbsp;do this is possible and we do it. One trick is the doco online is a little wrong in saying you add the line;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;"resampling":true&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;in fact it should be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;"resampling" : "true"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;as per the other configurations. Also the level&amp;nbsp;above must be half the resolution - fine if you are in teh&amp;nbsp;Google/Bing tiling scheme but not always the case and wasn't in ours as we had built to 'nice' scales (1:50,000 and then 1:20,000 for example)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;What are you consuming this service as - we are yet to get it working via WMS but via Esri rest it all works fine for us.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 23:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472254#M18254</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-08-30T23:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472255#M18255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just stumbled across this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should definitely be a default behavior. After the max LOD in a tile service it should by default resample and render it dynamically. Please consider this a Feature Enhancement. I have created an idea. Please vote for it.&amp;nbsp;&lt;A href="https://community.esri.com/ideas/14421" target="_blank"&gt;https://community.esri.com/ideas/14421&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472255#M18255</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-22T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472256#M18256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to share that I added the resampling to true on a tiledMapService of ArcGIS Server 10.4 as well and it was not working after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging showed me that the property had been taken into account as&amp;nbsp;"&lt;SPAN style="color: #222222;"&gt;blankTile=false" was added to my request, but then it went through all the tiling scheme to find the previous level but it did not find any. I had this kind of error in my console:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;&lt;IMG __jive_id="396753" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/396753_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;It should have been able to find tile at level 14 but it seems that it requested the wrong one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;Looking at the javascript API, I found o&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;ut that in the _resample method of the TiledMapServiceLayer, it is assuming that levels follow a scale/2 LOD pattern (&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;this._multiple = Math.pow(2, f)) and it was not the case of my tiling scheme. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;I modified the tiling scheme for the last levels and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;So maybe it should be added to the workflow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;1. Make sure your tiling scheme follow a scale/2 pattern at least for the scales you want to be able to resample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;2. Add the property "resampling" : "true", property to the JSON and don't forget that according to the documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000014822" title="https://support.esri.com/en/technical-article/000014822"&gt;How To: Enable resampling for a map service in the ArcGIS Server Administrator Directory&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222;"&gt;You are supposed to add the property before the maxRecordCount one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472256#M18256</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2018-02-16T11:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472257#M18257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this not possible for ImageServices? (published straight from mosaic dataset in Catalog 10.5.1?)&amp;nbsp; If so, I wish it was. This would be extremely useful for aerial imagery sets. I added the property and it didn't do anything. Does it only work with MapServer services published out of MXD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 20:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472257#M18257</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-26T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472258#M18258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works on cached&amp;nbsp;service : did you generate a cache for your service ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472258#M18258</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2018-06-15T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472259#M18259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are cached 10.5.1 image services.&amp;nbsp;&lt;A class="link-titled" href="https://public.sagis.org/arcgis/rest/services/ImageryBasemap" title="https://public.sagis.org/arcgis/rest/services/ImageryBasemap"&gt;Folder: ImageryBasemap&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I added the JSON and it seems to have no effect. Currently just re-added it to 2017. This would be very useful. Because it would enable users to publish the service, start tiling, but users could begin using it immediately while it tiles. And moreover it would enable dramatic space savings (terabytes) by having us not have to cache 1:71.&amp;nbsp; Just having it resample on the fly. Because otherwise it just "disappears".&amp;nbsp; However, what I did was enable tiling on demand. However I've noticed that can be very slow if the server is under load. Resampling is much faster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a test I disabled tile on demand and added resample to the 2016 imagery&amp;nbsp;&lt;A class="link-titled" href="https://public.sagis.org/arcgis/rest/services/ImageryBasemap/Chatham_Pictometry_2016/ImageServer" title="https://public.sagis.org/arcgis/rest/services/ImageryBasemap/Chatham_Pictometry_2016/ImageServer"&gt;ImageryBasemap/Chatham_Pictometry_2016 (ImageServer)&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does not resample. Bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 16:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472259#M18259</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-18T16:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472260#M18260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin, I totally agree. This would be extremely helpful to many folks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 15:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472260#M18260</guid>
      <dc:creator>AndyVenuto1</dc:creator>
      <dc:date>2018-08-24T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472261#M18261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And now I'm back in tiling hell. I need to add literally one tile to the 2017 imagery, and no dice.&amp;nbsp; I finally added the raster after getting past another long-standing bug&amp;nbsp;&lt;A href="https://community.esri.com/thread/71873"&gt;cannot add to existing mosaic dataset&lt;/A&gt;&amp;nbsp; Now it simply won't start tiling the service.&amp;nbsp; Restarted service, restarted caching GP tools, rebuilt status etc. The overall imagery&amp;nbsp;workflow could use input from stakeholders ie users. For example they could crib from my thread on settings and guide users in the Docs to simply use bilinear jpg ybcr 80% in a gdb (not SDE). Basically all the raster defaults are wrong for aerials (ie nearest neighbor is the default). Fix the bugs, up the performance. A bug bounty might be win-win for the company and community... food for thought..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 18:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472261#M18261</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-08-24T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472262#M18262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nicolas,&amp;nbsp;Thanks&amp;nbsp;for the post. I tested on our own ArcGIS Server 10.5 the&amp;nbsp;&lt;STRONG&gt;"resamping":"true"&lt;/STRONG&gt; did the trick, though it seems even it was placed above &lt;STRONG&gt;maxrecordCount&lt;/STRONG&gt; item, it will automatically be moved before&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-weight: bold; font-size: 14.4px;"&gt;maxExportTilesCount.&amp;nbsp;&lt;/SPAN&gt;However, I&amp;nbsp;also had the 404 error caused by blankTile=false. My tile scheme did follows the scale/2 pattern (e.g. 2000,1000,500,250), and I even tried put a blank.png under the _allLayer folder according to&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000010678" title="https://support.esri.com/en/technical-article/000010678"&gt;How To: Configure the cache folder to display a 'Data not available' tile for empty map cache areas or missing tiles&lt;/A&gt;&amp;nbsp;, but it still returns the error, though it won't effect the final result. I'm wondering did you ever solved the 404 error on your end?&amp;gt; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472262#M18262</guid>
      <dc:creator>Jack_Zhang</dc:creator>
      <dc:date>2018-09-20T12:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472263#M18263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my side 404 error was due to the tiling scheme not following a scale/2 pattern. Once I updated the tiling scheme, it worked.&lt;/P&gt;&lt;P&gt;Also, I was using 3.25 JS API. Are you using 4.X by any chance ? Maybe the behavior is different. I never tested on 4.X.&lt;/P&gt;&lt;P&gt;Would you have a url to test ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 13:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472263#M18263</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2018-09-20T13:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472264#M18264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas, I'm sorry i can't share the URL, but good to hear yours working. My tile schema is 1:2000, 1:1000, 1:500, 1:250, where I created cache for 1:2000 and 1:1000. My ArcGIS Server is 10.5, I tested on both the built-in JS viewer in the REST end point which runs JS API 3.18, as we as JS API 3.25, both returns me 404 error though resampling worked fine.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 05:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472264#M18264</guid>
      <dc:creator>Jack_Zhang</dc:creator>
      <dc:date>2018-09-24T05:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472265#M18265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I had misunderstood your point.&lt;/P&gt;&lt;P&gt;It does return some 404 errors for me as well. It is I believe the normal workflow: I request a tile which does not exist (404 error), resampling is enabled so OK let's resample the previous one !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I meant on my previous post related to&amp;nbsp;404 errors, is that when reaching the level for which there were no tiles (in my case level 15) it tried to resample the previous one (14) but as my schema was not a level/2 one, it looked for a wrong tile so it returned 404 error once again and so on even for levels which&amp;nbsp;had tiles. So at the end, I had a blank tile when "overzooming".&lt;/P&gt;&lt;P&gt;If you pay attention to the 404 errors I had on my post, it goes from level 15 to 0 but tiles did not exist only at level 15 !&lt;/P&gt;&lt;P&gt;I hope&amp;nbsp;it is clearer but I think you are good !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 10:55:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472265#M18265</guid>
      <dc:creator>NicolasGIS</dc:creator>
      <dc:date>2018-09-26T10:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472266#M18266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, just got ESRI support replied me on this question. Basically it seems it's expected and no way to fix.&amp;nbsp; the original answer is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"The reason why the ArcGIS Online servers do not have the 404 it that the blankTile parameter is not usually included in ArcGIS Online basemaps and tiles requests. Hence there is no error to report back.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; ArcGIS Online has a different mechanism when it comes to detecting missing tiles. Its basemaps use a content delivery network (CDN) to provide faster response time.&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;EM&gt; The 404 error is considered part of the expected behavior for ArcGIS Server basemaps as &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgistiledmapservicelayer-amd.html"&gt;per this documentation&lt;/A&gt;. &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;" By specifying this option, it does not necessarily mean resampling to any scale will work. For example, a tiled map layer may not have data beyond level 15 in some areas (for example rural areas). But in other areas (for example metropolitan areas), it may have data down to level 19. Enabling resampling would draw images all over to the last level and deliver a consistent user experience. In areas with no data, blurred images display. The tiled services need to return a 404 for missing tiles to get this option to work. Note that 404s for missing tiles did not become the default for ArcGIS Server until 10.2. Added at 3.6, updated at 3.12""&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 05:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472266#M18266</guid>
      <dc:creator>Jack_Zhang</dc:creator>
      <dc:date>2018-10-15T05:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472267#M18267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jack, thanks for that reply. Well, that's unfortunate. I may look in to geoserver or other software and maybe cut the cord on the ImageServer license. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 18:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472267#M18267</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-29T18:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: allowing tile resampling.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472268#M18268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be looking in to why we need to continue paying for ImageServer if this can't get fixed soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to tile to 1:1,100 and then after that, tile on Demand. BUT... I also want it to resample at the same time. The reason is that resampling is fast while tile on demand is slow. Server should be smart enough to show the user the fast resample, and then show the tiles when they are ready; and in the future when users view that extent it will show just the tiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 16:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-allowing-tile-resampling/m-p/472268#M18268</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-06T16:02:58Z</dc:date>
    </item>
  </channel>
</rss>

