Re: [OpenLayers-Users] Google Maps with WMS Overlays, Pan doesn't work anymore

2010-04-26 Thread And.
I had another kind of problem involving Pan and GMaps. Using Chrome (or Iron) when I move a Google Layer the "moving" events are not being fired, so the Vector Layers over the Google Layer stays static (it doesn't happen if I move with the mouse over a feature in the Vector Lay

Re: [OpenLayers-Users] GWt + Openlayers - problem:GOOGLE layer appears in left corner

2010-02-26 Thread And.
paweluz wrote: > > Hi And! > > Thanks for your help. I do not have any method updateSize() on my map... > Below is my code...I hope you could help me... I removed the WMS layer > from the code, because with or without it I still got the same problem... > >

Re: [OpenLayers-Users] GWt + Openlayers - problem:GOOGLE layer appears in left corner

2010-02-23 Thread And.
00913); It should work. Regards, And. -- View this message in context: http://n2.nabble.com/GWt-Openlayers-problem-GOOGLE-layer-appears-in-left-corner-tp4619582p4620546.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users ma

Re: [OpenLayers-Users] chrome vector layer problem

2009-11-04 Thread And.
I had the same problem. Apparently the pan move isn't firing the move's events (start,end..). It didn't happen if you click in the arrows to move the map. frknml wrote: > > > > Hi everyone; > > I have an elemantary problem.I have a google layer and on my

Re: [OpenLayers-Users] Aligning label below Vector feature?

2009-10-16 Thread And.
abelOffsetY : 0; var x = (location.x / resolution + this.left + offsetX); var y = (location.y / resolution - this.top + offsetY); In the renderer class SVG.js. It works with SVG (setting the attributes "labelOffsetX" and "labelOffsetY" in the style of

Re: [OpenLayers-Users] Intercept mouse click using Navigation control

2008-04-22 Thread Colin and Yvonne Law
>-Original Message- >From: Eric Lemoine [mailto:[EMAIL PROTECTED] >Sent: 22 April 2008 08:44 >To: Colin and Yvonne Law >Cc: users@openlayers.org >Subject: Re: [OpenLayers-Users] Intercept mouse click using >Navigation control > >On Sun, Apr 20, 2008 at 11:

[OpenLayers-Users] Intercept mouse click using Navigation control

2008-04-20 Thread Colin and Yvonne Law
Hi A question from a newcomer who doesn't know what he is doing yet. I wish to intercept mouse clicks on the map and found examples of how to achieve this using OpenLayers.Control.MouseDefaults in the list archive. I have got this working ok using code of the form: olMouseDefaults