Re: Server-side image maps

> The thing that baffles me is the href (http://www.metrokc.gov/wwwnav.map)
> here is just text file which you can check; here's the contents:
> 

If it is returned as a text file to an HTTP request, the server is funny.
Normally a simple reference is treated as a reference to coordinates
0,0 - which should contain the fall back action for non-GUI browsers.

Normally the server is configured to know that things ending in particular
file name extensions should be treated as server side maps, rather than
as files to download.  It looks like your server requires a ? as well,
meaning it does not fall back properly.

> I can figure no reason for this to be a server side map, but if what I find
> here is generally used, there is even less reason since the data for a
> client side map exist in the .map file on the server.

The two reasons for using server side maps are to support browsers that
pre-date client side maps and to handle shapes that are too complex for
client side maps.  Ideally every client side map should be backed up by
a server side one.

Received on Saturday, 27 October 2001 15:13:33 UTC