A component that transparently stores data so that future requests for that data can be served faster

learn more… | top users | synonyms

3
votes
1answer
107 views

ArcGIS Server cache from outside wms service

I have an arcgis server web application (version 10.0) that utilizes an external wms service for displaying some information layers on top of a local basemap. This external service has a tendency to ...
2
votes
1answer
47 views

Is it necessary to use cachewrite control to use cacheread in openlayers?

the question is very simple. i want to use the OpenLayers.Control.CacheRead control to load and store tiles when the connection is fast e.g. with wifi network. then use the same device in other places ...
0
votes
1answer
27 views

Decompress Tile Package

I'm curious if it's possible to decompress a 10.1 tile package (.tpk) into a different format such as the cache bundle format.
3
votes
0answers
56 views

Partially cached maps

Have anyone tried to set up a tilecache for a certain area of a map, leaving the areas outside of the tiles boundingbox to pure wms calls? Background is I have a map where about 10% of it is accessed ...
2
votes
0answers
57 views

Can you set a QGIS print composer to render the map as default?

I have set up a number of templates for the print composer in QGIS. In the Print Composer, there is the option to have the map image displayed in 3 ways: as a blank rectangle with no updates until ...
2
votes
0answers
145 views

Unable to stop ArcGIS Server automatic cache generation

I'm running ArcGIS Server 10.1 on a Windows box on Amazon, via remote desktop. I've set up some services on which I have enabled caching using the Bing/Google/Esri scheme. I explicitly set these to ...
2
votes
0answers
138 views

Use an existing ArcGIS Server cache directory with multiple map services with different names?

We have a map service named 'X' that created and uses tiles in a cache directory 'Folder_X'. I'd like to create a second map service named 'Y' that uses the same cache directory - that is, it serves ...
1
vote
0answers
29 views

Feature class field count caching issue

In our application, we exposed a custom file format to ArcScene through a custom plugin data-source. However, we experience some problems which we ascribe to caching issues. We generate a dataset ...
1
vote
0answers
64 views

Clear or Disable Cache in ArcObjects Globe Control

Is it possible to clear or disable the cache for individual layers on the AxGlobeControl? If so, how? I would like to be able to do this programatically through ArcObjects.
1
vote
0answers
135 views

Dynamic Tiling Isn't working(create tiles on demand isn't working)

I have a map where users are going to primarily being viewing a particular area, so I cached this area and checked off the dynamic tiling option inside of the service properties this worked fine for a ...
0
votes
0answers
94 views

Tilestache cache folder permission on Apache

So, Ive setup tilestache on a remote server and the cache folder for the tiles is /home/httpdocs/stache where the apache default folder is /home/httpdocs/. I'm having trouble with tilestache caching ...