Using KML and geoxml3, something like that is both easy and possible,
but could easily be overkill for simple usecases (remember: do the
simplest thing that could possibly work and that does not suck).
1) To get the minimalist effect, you need to define a custom map style
and turn off everything (or set it all to white or whatever the
background color is). 2) You can then throw the KML on the map (which
renders pretty fast) and add mouseover events, etc.
You can use this site to create the blank map style:
http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html
.
You then need to find KML for the world's countries. Here is one
result I found on google:
http://bbs.keyhole.com/ubb/ubbthreads.php?ubb=download&Number=140238.
You can see the KML on a normal google map here:
http://maps.google.com/maps?q=http:%2F%2Fbbs.keyhole.com%2Fubb%2Fubbthreads.php%3Fubb%3Ddownload%26Number%3D140238&hl=en&ll=-3.19792,29.19615&spn=178.690108,2.109375&sll=-3.19792,29.19615&sspn=162.696622,181.054688&vpsrc=0&t=m&z=1
You can completely override the colors / styles of the KML polygons
using geoxml3.
Let me know if you'd like more info about the technique. I used it
recently on this site -
https://bit.ly/statsmap and the clients are
reasonably pleased with the result.
Regards,
Lloyd
On Sep 19, 11:56 am, Dwayne Henderson <
its.code.in.h...@gmail.com>
wrote:
> Hello!
>
> Is there a way of doing a clickable minimalist black/white "select
> your country" thing like onhttp://
www.luisaviaroma.com/index.aspx?#getLogIn.aspx|CallType=CurrAndShip&action=vis&season=actual&gender=women
> using Google Maps?
>
> --Dwayne