Re: [OpenLayers-Users] Recommendation for large number of points?

2009-09-29 Thread Amos Hayes
originally clustered would split out. The other approach would be to classify your points and filter them with an SLD based on zoom level such that you didn't wind up with too many shown at any given zoom level/extent. -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University

Re: [OpenLayers-Users] vector layers don't display in internet explore 8.0.6001 anymore

2009-08-31 Thread Amos Hayes
about the IE7 compatibility mode breaking though, sorry. -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] How to find shapefile's projection?

2009-08-28 Thread Amos Hayes
guessing the various format outputs are all auto-generated and it's a bit tricky to search them all when they are built on the fly. Too bad since it would be handy to help identify EPSG codes from .PRJ files. P.S. Many thanks to cschmidt for helping to create that site. Very handy. -- Amos

Re: [OpenLayers-Users] IE8 error when adding a vector layer

2009-03-20 Thread Amos Hayes
the behavior property has been changed to -ms-behavior, which tickles me a bit. :) http://msdn.microsoft.com/en-us/library/ms530723(VS.85).aspx -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha...@gcrc.carleton.ca +1.613.520.2600x8179 On 20-Mar-09, at 10:19 AM, Joao

Re: [OpenLayers-Users] IE8 error when adding a vector layer

2009-03-20 Thread Amos Hayes
On 20-Mar-09, at 11:33 AM, Amos Hayes wrote: I'm still suspicious about the fact that the rule falls in a CSS styling problem. Sorry, what I was trying to say was that I think the problem has something to do with IE8's removal/change of support for behavior and/ or expressions in CSS

Re: [OpenLayers-Users] Internet Explorer 8

2009-03-20 Thread Amos Hayes
Have a look at the discussion thread from this morning. http://n2.nabble.com/IE8-error-when-adding-a-vector-layer-td2508102.html -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha...@gcrc.carleton.ca +1.613.520.2600x8179 On 20-Mar-09, at 2:19 PM, Chris Adams wrote

Re: [OpenLayers-Users] IE8 error when adding a vector layer

2009-03-20 Thread Amos Hayes
they ought to be. At this point, I'm wondering if someone else who knows what might be going on with projection could pick up the torch. I'll attach the patch to the ticket. http://trac.openlayers.org/ticket/1910 -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha

Re: [OpenLayers-Users] Internet Explorer 8

2009-03-20 Thread Amos Hayes
). Have a peek at http://trac.openlayers.org/ticket/1910 I'd love to know if you have some ideas. -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha...@gcrc.carleton.ca +1.613.520.2600x8179 On 20-Mar-09, at 9:32 PM, Tim Schaub wrote: Hey- I've been told

Re: [OpenLayers-Users] Internet Explorer 8

2009-03-20 Thread Amos Hayes
Turns out I had what I needed at home to try. So I gave it a whirl. No joy. -- Amos On 20-Mar-09, at 9:40 PM, Amos Hayes wrote: Thanks Tim. I can't try until Monday (and I will!), but I'm a little suspicious. Is that necessary to solve a few things in IE8's 'IE7 compatible' mode

Re: [OpenLayers-Users] Hover control sample (share)

2009-01-21 Thread Amos Hayes
We've had to implement separate select and hover functionality on top of select feature. If you like, have a look at this work in progress: http://atlas.gcrc.carleton.ca/kitikmeot/ -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha...@gcrc.carleton.ca

Re: [OpenLayers-Users] Hover control sample (share)

2009-01-21 Thread Amos Hayes
common use of a dual-mode capable control. -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University aha...@gcrc.carleton.ca +1.613.520.2600x8179 On 21-Jan-09, at 12:17 PM, Eric Lemoine wrote: Hi Amos What we're trying to do here is come up with code design that doesn't

Re: [OpenLayers-Users] OpenLayers and JQuery

2008-12-04 Thread Amos Hayes
namespace. Have a look at it and the article referenced by it. http://yuiblog.com/blog/2007/06/12/module-pattern/ Might not be related, but seems to be good procedure. Hope that helps! -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University [EMAIL PROTECTED] +1.613.520.2600x8179

Re: [OpenLayers-Users] Popups that follow the mousepointer

2008-11-17 Thread Amos Hayes
, popup_lonlat, null, feature_popup_html, null, false, onPopupClose); -- Amos Hayes Geomatics and Cartographic Research Centre Carleton University [EMAIL PROTECTED