Re: [OpenLayers-Users] moving panzoombar?

2010-08-02 Thread tino . desjardins
Hey Imran, I think you need a solution to control the PanZoomBar with a css-style. The PanZoomBar inherits from PanZoom, which getting a absolute position with top:4px and left:4px in the constructor. A solution is to create an own Control, which inherits from OpenLayers.Control.PanZoomBar. In

Re: [OpenLayers-Users] Changing Map bounds Dynamically

2010-07-21 Thread tino . desjardins
Hello Kalyan, this is an object/instance from the map-class OpenLayers.Map. Regards Tino - Original Nachricht Von: Kalyan Kamepalli kalyan.kamepa...@gmail.com An: christopher.schm...@nokia.com Datum: 21.07.2010 10:29 Betreff: Re: [OpenLayers-Users] Changing Map bounds

Re: [OpenLayers-Users] Delete title in layerswitcher

2010-07-21 Thread tino . desjardins
Hey Hanno, check the function loadContents in LayerSwitcher.js . There is a div this.dataLbl = document.createElement(div);. This will be added to DOM in this function (2 X this.layersDiv.appendChild(this.dataLbl); ). Removing this line/s will solve this problem. You should create an own class

Re: [OpenLayers-Users] Delete title in layerswitcher

2010-07-21 Thread tino . desjardins
Another solution is to use localisation and change the value for the key 'overlays'. - Original Nachricht Von: tino.desjard...@arcor.de An: r...@zhaw.ch, users@openlayers.org Datum: 21.07.2010 11:02 Betreff: Re: [OpenLayers-Users] Delete title in layerswitcher Hey Hanno,

Re: [OpenLayers-Users] GeoServer WFS

2010-07-14 Thread tino . desjardins
Hey Robert, have you setup the OpenLayers-Proxy? regards Tino - Original Nachricht Von: Robert Zimmermann zimmerm...@zimrob.de An: users@openlayers.org Datum: 14.07.2010 15:17 Betreff: [OpenLayers-Users] GeoServer WFS Hello, I want to get from a GeoServer WFS a

Re: [OpenLayers-Users] RegularPolygon as a search polygon

2010-07-12 Thread tino . desjardins
Hello Brad, I think the problem is your own separate EventHandler and the wrong handler draw. The DrawFeature-Control has an eventhandler featureAdded. Take this instead. e.g. OpenLayers.Control.NoticeControl = OpenLayers.Class(OpenLayers.Control.DrawFeature, { initialize: