Welcome to ESRI Blogs

Browse by Tags

All Tags » Map Cache

ArcGIS Online moving to Google / Bing tiling scheme: What does this mean for you?

Earlier this year ESRI announced that ArcGIS Online services will be migrating to the Mercator-based tiling scheme used by Google Maps and Bing Maps. The ArcGIS Online engineers have been busy caching tiles for months in anticipation of this switch, which
Posted by sterlingdq | 0 Comments
Filed under: ,

Achieving smooth transitions with adjacent services

In your ArcGIS Server application you might have reason to work with adjacent map and image services. This is most often occurs when you want to display your authoritative data for a small area while using a public service (ArcGIS Online, Bing Maps, or

Questions and answers about ArcGIS Server 9.3.1 map services

In a previous post Design patterns for Web maps , we talked about strategies and challenges for displaying different types of map layers on the Web for the best performance. Caching is the fastest way to serve Web maps, but requires an initial time investment
Posted by sterlingdq | 26 Comments
Filed under: , ,

Extending tiled layers in the ArcGIS API for Flex

The ArcGIS API for Flex supports access to layer types not included with the API. Depending on what you are trying to connect to (or do), you might want to extend TiledMapServiceLayer , DynamicMapServiceLayer or Layer . Extend DynamicMapServiceLayer if

Tips for caching by feature class

The ArcGIS Server 9.3 map caching tools allow you to create tiles based on the boundaries of a feature class. Caching by feature class allows you to create tiles only in the places where you need them, avoiding empty or uninteresting areas. For example,
Posted by sterlingdq | 9 Comments
Filed under: ,

Map caching case study: New Zealand topo maps

I have the New Zealand 1:50,000 Topographic Database and I wanted to serve out several layers from that database using ArcGIS Server. The intention was that this service be used as a basemap for mapping projects as well as a test for and demonstration
Posted by sterlingdq | 14 Comments
Filed under:

Tips for choosing a cache image format

We often receive questions about which image format is most appropriate for ArcGIS Server map caches. In response we recently added the following information to the topic Choosing Cache Properties in the ArcGIS Server 9.3 Web Help. Your choice of cache
Posted by sterlingdq | 15 Comments
Filed under:

ArcGIS Server 9.3 Nationwide Seminar Series occurring now

ESRI has been working on two, half-day ArcGIS Server 9.3 Seminars . These seminars started September 23rd and are taking place through November within the U.S. This is a great opportunity to see how to implement ArcGIS Server to its fullest capabilities.

Strategies for on-demand caching

ArcGIS Server 9.3 introduces the option to create map cache tiles "on demand" as they are visited by users. The first user to navigate to an uncached area must wait while the corresponding tiles are drawn by the server. The tiles are then added to the
Posted by sterlingdq | 0 Comments

Live training seminar to demonstrate map caching strategies

During the past several weeks I've been working with Danielle Hopkins of ESRI Educational Services to prepare a live training seminar on ArcGIS Server map caching. The seminar is free and will be broadcast three times this Thursday, August 28 or you can
Posted by sterlingdq | 8 Comments
Filed under: , , ,

Design patterns for Web maps

Web maps often contain a base map, which provides a geographic frame of reference, and operational (or thematic) layers, which show a focused item of interest on top of the base map. A familiar example might be an online mapping service that provides

Building a partial map cache at large scales

We’re occasionally asked how to build a partial map cache at large scale levels, while having a full cache at smaller scales. This is useful if you have highly detailed data in certain areas of your map. For example, you might have medium resolution data
Posted by sterlingdq | 2 Comments
Filed under: ,

Deconstructing the map cache tiling scheme (Part II): Working with map caches programmatically

This post explains ways to access cached map service tiles programmatically. This is useful if you don’t have access to a Web ADF Map control but you still want to quickly retrieve map images for a certain area. Another reason to retrieve tiles programmatically

Updating your map caches automatically: The key to caching dynamic data

For the fastest performance of your ArcGIS Server map services, we recommend that you use map caching wherever it’s appropriate. A map cache is a picture of your map at one point in time. Map caches are obviously appropriate for maps that don’t change

Deconstructing the map cache tiling scheme (Part I)

In ArcGIS Server map caches, the tiling scheme defines how the map is broken up into a grid for creating tiles. Today’s post gives some of the terms you need to know when working with the tiling scheme. An upcoming post will discuss how to work with the
Posted by sterlingdq | 9 Comments
Filed under: ,
More Posts Next page »