Discussion:
[Community] [134f-gr] Released Polymaps and OpenLayers hover and click examples
Roy Hyunjin Han
2011-01-28 12:28:48 UTC
Permalink
Here are two demos on making your maps more interactive.


* Polymaps hover and click demo
http://georegistry.org/examples/polymaps
- Fast and beautiful but will not work in Internet Explorer
- Thanks to Mike Bostock for hints on SVG interactivity


* OpenLayers hover and click demo
http://georegistry.org/examples/openlayers
- Slower but functional
- Thanks to Andy Doro for feature styling


Here is an older application that also uses mouse hover and click
events in OpenLayers.
Electricity infrastructure prototyping framework
http://october.mech.columbia.edu/


Learn how to build geospatial web applications in our intensive
three-hour workshop at this year's Python Conference.
Geospatial computation and visualization cooperative lab
March 9, 2011
http://us.pycon.org/2011/schedule/sessions/144/
Yves Moisan
2011-01-28 17:04:30 UTC
Permalink
Post by Roy Hyunjin Han
Here are two demos on making your maps more interactive.
* Polymaps hover and click demo
http://georegistry.org/examples/polymaps
- Fast and beautiful but will not work in Internet Explorer
- Thanks to Mike Bostock for hints on SVG interactivity
* OpenLayers hover and click demo
http://georegistry.org/examples/openlayers
- Slower but functional
Hi,

Thanx for sharing those links. I don't know if it's just for me or if
there have been changes on your server, but tue OpenLayers version is
much faster than the polymaps one (I'm with FF 3.5).

Cheers,

Yves
Roy Hyunjin Han
2011-05-02 20:52:56 UTC
Permalink
Thanx for sharing those links. ?I don't know if it's just for me or if there
have been changes on your server, but the OpenLayers version is much faster
than the polymaps one (I'm with FF 3.5).
Thanks for the feedback, Yves. I'm not sure why this would be so. I
do know that Polymaps seems to be pretty computationally intensive on
the client browser, especially in FireFox.

I had to take down the site because I gave the domain to a coworker,
but the code is still on GitHub:
https://github.com/invisibleroads/georegistry

RHH

Loading...