Hi Dimitris, There isn't much code specific to polygons. Google Maps does all the heavy lifting of plotting them. Mostly I just have to parse the coordinates from strings.
David dimitris wrote: > A question: do you think it'll be easy to refactor your code to allow > for, say, jMaps to do the heavy lifting instead of writing polygon- > specific code yourself? > > Best, > /Dimitris > > On Nov 5, 5:16 pm, dimitris <[EMAIL PROTECTED]> wrote: > >> This is excellent, David, thanks a lot. I'll play around with it and >> see what can be added/improved etc. >> >> On Nov 4, 11:26 pm, David Huynh <[EMAIL PROTECTED]> wrote: >> >> >>> Hi all, >>> >>> I've been playing with support for plotting polygons on maps in Exhibit, >>> and here's a timely example concerning the US presidential election: >>> >>> http://people.csail.mit.edu/dfhuynh/projects/election08/election08.html >>> >>> (The data might have gotten out of date.) >>> >>> If you look at the HTML source code, you'd see 2 data files, one >>> containing the states' borders and one containing the election data. >>> This means that it's easy to "borrow" each file independently and do >>> your own mash-ups. >>> >>> David >>> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
