Click here to see the SAS code.
Click here to see the example. (proposal 1)

Click here to see the SAS code.
Click here to see the example. (proposal 2)

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

In this example, I create a rectangular sas/graph gmap, 
and annotate an image into that rectangular area (this image is
a screen-capture from google maps).

I then annotate red stars on certain houses, and give the red 
stars html drilldowns to the county records database for that 
house.

Finally, I annotate the proposed construction on top of all that.
The proposed construction has a transparent background, therefore
it blends in well with the google map, without obscuring all of
the google map details.  (honoring the transparency is a new
feature in v9.2).

I used device=png, so that I could take advantage of the new 
v9.2 feature allowing for >256 colors - this produces a much
more detailed/crisp image (mainly the google map) than 
the old v9.1.3 (which had to 'dither' the image when limited
to 256 colors in v9.1.3 sas).


Back to Samples Index