127 reputation
8
bio website
location
age
visits member for 9 months
seen Feb 27 at 11:30
stats profile views 19

Apr
23
awarded  Popular Question
Sep
21
awarded  Custodian
Sep
5
comment How to redraw / refresh map on canvas resize?
Thanks it worked.
Sep
5
accepted How to redraw / refresh map on canvas resize?
Sep
4
comment How to redraw / refresh map on canvas resize?
It doesn't set map to full screen, can you please update the fiddle.
Sep
4
asked How to redraw / refresh map on canvas resize?
Sep
3
revised Unable to select Vector Layer
added 3424 characters in body
Sep
3
revised Unable to select Vector Layer
added 159 characters in body
Aug
24
answered Unable to select Vector Layer
Aug
24
comment Unable to select Vector Layer
I've done this with the following code but its worked for me, var highlightControl = new OpenLayers.Control.SelectFeature(pointLayer, { hover: true, highlightOnly: true, renderIntent: "temporary" }); var selectControl = new OpenLayers.Control.SelectFeature([pointLayer], { clickout: true } ); I think the problem is highlightCtrl has an array of layers
Aug
23
accepted How to resize a point on zoom out?
Aug
22
comment How to resize a point on zoom out?
@CaptDragon Smaller
Aug
22
comment How to resize a point on zoom out?
please notice that the point in blue color is static in size
Aug
22
comment How to show a point on mouse over a hidden polygon?
@underdark: thanks for the edit
Aug
22
comment How to show a point on mouse over a hidden polygon?
thanks for the update
Aug
22
accepted How to show a point on mouse over a hidden polygon?
Aug
22
revised How to resize a point on zoom out?
added 39 characters in body
Aug
22
asked How to resize a point on zoom out?
Aug
22
comment How to show a point on mouse over a hidden polygon?
I'm hiding both point and polygon and trying to display the point when mouse enter into the hidden polygon. Is it possible?
Aug
21
asked How to show a point on mouse over a hidden polygon?