Re: [OpenLayers-Users] Cluster strategy and extract attributes?

2008-12-12 Thread GordonHo
hi joanne, i've implemented pretty much what you're trying to do. following functions i had to overwrite: OpenLayers.Format.Text.prototype.read = function (text) adding a 'count' and 'id' field OpenLayers.Strategy.Cluster.prototype.createCluster = function(feature) { adding the 'count' and '

Re: [OpenLayers-Users] Clust Strategy - Ghost Vector Features

2008-11-21 Thread GordonHo
hi, in my latest tests i couldn't get anymore ghost features. in addition to the patch i applied some changes to selectfeature control (although im not using the standard selectfeature control, but a modified version). i'll monitor the ghost behavior furthermore and will report back! thanks alo

Re: [OpenLayers-Users] Clust Strategy - Ghost Vector Features

2008-11-19 Thread GordonHo
nto the problem tommorow :/ still, thanks alot for all the help! Christopher Schmidt-2 wrote: > > On Wed, Nov 19, 2008 at 01:01:50PM -0800, GordonHo wrote: >> >> hi christopher, >> >> thanks alot, this indeed looks exactly like the description. >> >>

Re: [OpenLayers-Users] Clust Strategy - Ghost Vector Features

2008-11-19 Thread GordonHo
hi christopher, thanks alot, this indeed looks exactly like the description. though im having trouble to implement the suggested patch. Christopher Schmidt-2 wrote: > > On Wed, Nov 19, 2008 at 12:03:48PM -0800, GordonHo wrote: >> >> hi, >> >> im using the c

[OpenLayers-Users] Clust Strategy - Ghost Vector Features

2008-11-19 Thread GordonHo
hi, im using the cluster strategy to cluster pre clustered backend data furthermore. when using the map navigation controls, sometimes 'ghost features' appear. those features have the style of some other feature, but dont behave like real features. they stay in the viewport anytime the map is res

Re: [OpenLayers-Users] Cluster Strategy and Google Layer

2008-11-17 Thread GordonHo
hi, i had a similiar problem though got it solved. here the configuration i use: var options = { projection: new OpenLayers.Projection("EPSG:900913"), displayProjection: new OpenLayers.Projection("EPSG:4326"),

Re: [OpenLayers-Users] 2 SelectFeature at once?

2008-11-16 Thread GordonHo
hi ivan, thanks for the answer, could you explain the callback a bit more? you lost me on the way :/ once more thanks, and a nice day - gordon Ivan Grcic wrote: > > Hi Gordon...take a look at : > http://trac.openlayers.org/ticket/1596 > > Using callbacks might help you, if not let me know..i

Re: [OpenLayers-Users] 2 SelectFeature at once?

2008-11-15 Thread GordonHo
ah just noticed the double post - sry, just deleted one. though does anyone had a similiar problem so far? or would it be possible to use a 'double click' instaed of the single click select? -- View this message in context: http://n2.nabble.com/2-SelectFeature-at-once--tp1496620p1502368.html Se

Re: [OpenLayers-Users] BBOX Update Bug

2008-11-15 Thread GordonHo
thanks alot, and with best regards, gordon Christopher Schmidt-2 wrote: > > On Fri, Nov 14, 2008 at 05:14:06PM -0800, GordonHo wrote: >> >> hi tim, >> >> i'd be glad to supply any information i can. >> >> i've seen no thrown error so

Re: [OpenLayers-Users] BBOX Update Bug

2008-11-14 Thread GordonHo
im Schaub wrote: > > Hey- > > GordonHo wrote: >> hi, >> >> i think the bbox has a small bug in the update handler. >> >> if an update is issued, and the retrieved data set is empty, the previous >> loaded data set is beeing displayed again a

[OpenLayers-Users] BBOX Update Bug

2008-11-14 Thread GordonHo
hi, i think the bbox has a small bug in the update handler. if an update is issued, and the retrieved data set is empty, the previous loaded data set is beeing displayed again after a zoom change. if the returned dataset is not empty, everything works fine. with best regards and alot thanks fo

[OpenLayers-Users] 2 SelectFeature at once?

2008-11-13 Thread GordonHo
hi, im fairly new to OpenLayers, though i've to admit that i like it. im currently having a problem with 2 selectfeatures: var select = new OpenLayers.Control.SelectFeature( markers, {hover: true} ); map.addControl(select); select.activate(); markers.events.on({"

[OpenLayers-Users] 2 SelectFeature at once?

2008-11-13 Thread GordonHo
hi, im fairly new to OpenLayers, though i've to admit that i like it. im currently having a problem with 2 selectfeatures: var select = new OpenLayers.Control.SelectFeature( markers, {hover: true} ); map.addControl(select); select.activate(); markers.events.on({"f