Click here to see the SAS code.
Click here to see the example.


This example is a proof-of-concept showing that you can take a gif image
of a map (such as a hardware store, a mall, etc) and create an 'invisible'
sas/graph gmap such that you can register/overlay markers and text at the
correct position, and use this map to show or locate items on the gif image.

The map also has drilldowns set up, such that when you click on the star
(or demo name), it launches a search on the sas website for information.

The map is built, and all the location information is created using 
the following program...
sugimap_build.sas

Here is some of the output of sugimap_build.sas, which helps me know
what x/y coordinates correspond to what location on the map:
sugimap_build.htm

If you are on the internal sas network, and have access to our sas/intrnet
servers, you can run the interactive version of this example, which lets
you choose from the demos, and generate a custom map showing the
location of that demo (on-the-fly).

      Virtual SUGI 30 Demo Room (SAS/Intrnet)

Back to Samples Index