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

---------------------------------------------------------------

This example uses the new v9.2m3 street-level geocoding (in "proc geocode")
to find the lat/long of the marinas' addresses, and then project them onto 
a county map (using 'proc gproject'), and draw the map (using 'proc gmap'),
and plot markers at the marinas' lat/long (using 'annotate').

Hover your mouse over the markers on the map to see the marina name,
and click on them to do a google search to find that marina's webpage.


I also annotate a "shadow" behind the map, giving it a 3d-ish look.

I use 'goptions iback' to place an image (of water) behind the map.

I use 'proc report' to create the table below the map, and I encode
html drilldowns into the text of this table, so you can click on the
marina names in the table, and drilldown to a google search on that
marina.

Back to Samples Index