EXTENDING AN AXL FILE

(Slightly adapted from Exercise 2B in "Customizing ArcIMS using ArcXML - ESRI Training Manual)

Step 1 - Set up a website

Copy the n:\int_gis_map\labs\Exercise02\NA_Exer2B.axl into your workspace.  Create an image service called NA_Exer2B using ArcIMS Administrator that references this AXL file.  Then create a basic website - call the folder NA_Exer2B and give the website a title of "Interactive Map of North America."  Let me know if you have problems.

Cooktop 2.5, an XML editor is installed on all machines. If it is not, go to C:\Student\CAXL\Software and double click on the Cooktop Windows installer package to install the software.

Open Cooktop 2.5  First, you want to register .axl as a recognized file extension for ArcIMS.

Open your cfd312xxx\website\NA_Exer2B viewer with Internet Explorer.

Step 2 - Change the Labels of the County Layer - You will change all the labels to uppercase; you cannot do this in ArcIMS Author.

Step 3 - Add Another Renderer to State Highway Roads.  Currently the Roads layers are displayed using unique symbols based on the highway types (State Highway, Interstate and US Highway).  You will manually add another symbol for State Highways.  ArcIMS Author has the capability to add multiple symbols but it will apply to all the features in a layer.  If you want to create multiple symbols for only a certain type/category you need to do it manually.

First, look at the existing symbol:

Step 4 - Change the Rendering of the Cities Layer

In this step you will symbolize the cities using a TrueType marker symbol inside the TRUETYPEMARKERSYMBOL element.  You will also label the cities using two different sets of labels, and their display will be controled by the scale of the map display.  You will use the SCALEDEPENDENTRENDERER element for this purpose.