Click here to see the SAS code.
Click here to see the example.
Click here to see the SAS code. (include Alaska & Hawaii)
Click here to see the example. (include Alaska & Hawaii)
---------------------------------------------------------------
See my blog for more information!
Using a snapshot of data (copy-n-pasted by hand) from 1/20/2014 from
http://www.gotmead.com/index.php?option=com_sobi&catid=91&Itemid=44
and here
http://www.meadmakers.org/bystate.htm
I "scraped" the meaderies & addresses info from the webpages (above),
and read them into SAS data sets.
I used Proc Geocode to estimate the lat/long of each meadery,
and plotted them on a map using 'annotate'.
I added html hover-text and drilldowns to each meadery, so you can
easily see the names, and also click to launch a Google search.
Below the Gmap, I created a Proc Print table, with html encoded into
the text so that when you view the html table in a browser, the
meadery names are links that launch the Google search.
There is some 'stacking' of markers in crowded areas of the map - for
those cases, you can better see the meaderies in the table.
Back to Samples Index