Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
See my blog for more information!
This example is somewhat simple, but demonstrates several
great features of SAS/Graph ...
First & foremost, it demonstrates how to subset and re-combine maps.
There is no GFK-supplied map with this particular combination of
areas, therefore I subset & combine 3 separate maps. I get
England/Scotland/Wales/Northern England from mapsgfk.uk,
Ireland from mapsgfk.ireland, and Isle of Man from mapsgfk.world.
Maps.uk doesn't have borders between England/Scotland/Wales,
therefore I manually do my own groupings, and apply colors to
visually show them.
It demonstrates how to annotate markers at specific lat/long
coordinates, and also how to add html mouse-over text to the
land areas and the lat/long markers, and how to add html
href drilldowns to the lat/long markers (which drill-down to
the Google satellite map).
Back to Samples Index