Cached tiles not showing up properly

2758
1
Jump to solution
04-17-2014 03:06 PM
RudieWatzig
New Contributor III
I have a flex map, build on the flex viewer 3.6, and I have a Lidar basemap in the map switcher.  The lidar basemap is a cached tile service, with the scales set to ArcGIS online.  80 to 90% of the tiles show, but there are always missing tiles / holes at random places.  They just show up as white squares on the map.

I have confirmed that 100% of the tiles are complete, and all tiles show when I bring the service into the javascript viewer on arcgis online.

Here is my app.  The lidar layer is a secured service layer.

www.oregongeology.org/slido


Thanks for any help or advice in advance.

Rudie Watzig
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RudieWatzig
New Contributor III
I have worked out the problem with ESRI support.  It's a problem with the web map adapter for 10.2.1. For some reason, the web map adapter messes up the tiled caches in secured folders using tokens.  This only happens in the flex viewer.

To get around this problem, I just made a proxy server and got rid of the tokens.  This solved the issue.

View solution in original post

0 Kudos
1 Reply
RudieWatzig
New Contributor III
I have worked out the problem with ESRI support.  It's a problem with the web map adapter for 10.2.1. For some reason, the web map adapter messes up the tiled caches in secured folders using tokens.  This only happens in the flex viewer.

To get around this problem, I just made a proxy server and got rid of the tokens.  This solved the issue.
0 Kudos