Welcome to ESRI Blogs

July 2007 - Posts

New geoprocessing tutorial in online help

A new tutorial explaining how to add geoprocessing to Web applications became available today in the ArcGIS Server Web-based help. This tutorial walks you through the process of building a model and creating a map to display the model inputs and results.
Posted by sterlingdq | 13 Comments
Filed under: ,

How to build a cache with the same tile sizes and scales as ArcGIS Online

When building a map cache that will overlay ArcGIS Online in a .NET Web mapping application, you need to match the tile sizes and tiling origin to that used by ArcGIS Online. You also should make an effort to match as many scale levels as practical with
Posted by sterlingdq | 13 Comments
Filed under: ,

Hyperlinking in task results

At the User Conference, some of you asked how to include hyperlinks in your task results. This is useful if your features have corresponding web sites. You want users to be able to click directly on a hyperlink from a field in the results panel instead
Posted by sterlingdq | 10 Comments
Filed under: , ,

Strategies for large caching jobs

Strategies for large caching jobs ArcGIS Server 9.2 introduced map caching for map services. A cached map service is a regular map service that has been enhanced to serve maps very quickly using a cache of static images. The map cache is a directory that contains image tiles of a map extent at specific scales. Map caching greatly improves the performance of a map service, allowing clients to directly retrieve tiles from the cache rather than having the server dynamically generate the map images. Most caching jobs are relatively straightforward and can be completed in a few hours (e.g., city, county, or other small areas). However, larger caching jobs (e.g., entire countries or the world cached to large scales) can take days to complete. Thus, it’s a good idea to have an overall strategy so you don’t waste your time building a cache only to find that it doesn’t suit your needs. Keep in mind that caching is an investment. The time you spend now building your cache will be time saved by the people who use it. As with all caching jobs, you need to answer some questions beforehand. Some questions relate specifically to the cache, for example, what scales do you want to use? Do you need to cache all your data at all scales or can you cache specific areas of interest (e.g., only train yards, National Parks, or major metropolitan areas)? Other questions deal with your hardware environment, for example, do you have enough disk space? Do you have enough resources to complete the job in a timely manner? Instead, let’s take a look at a best practice for building large caches.
Posted by jbartley | 5 Comments

GeoRSS feed with map tips in the Web ADF

In this post, guest author Sam Berg of ESRI Boston explains how to link map tips to a GeoRSS feed using the Web ADF: The ArcGIS Server 9.2 Web ADF provides a very useful capability in its support of web-tier graphics resources. Because the underlying
Posted by sterlingdq | 5 Comments
Filed under: , ,

Viewing cached map services (such as ArcGIS Online) in ArcMap

ArcMap allows you to view cached map services at any scale and projection. When you zoom in to a cached map service, ArcMap generally fetches the tile from the next largest scale, then resamples it to fit the view. This works great for layers like satellite
Posted by sterlingdq | 1 Comments