Re: [OpenLayers-Users] Openlayers + jquery

2010-07-01 Thread Christoph Ratke
Hi Iswaria, Have you seen this thread: http://openlayers.org/pipermail/users/2010-January/015956.html If this is of no help, you could try not to use the jquery $() but the jquery noConflict instead. Regards, Christoph On 01.07.2010 13:33, Richard Greenwood wrote: > Going directly to your ma

[OpenLayers-Users] customize getFeatureInfo control

2010-05-18 Thread Christoph Ratke
Hi all, I am trying to to get the getfeatureinfo-control example (http://localhost/ol/OpenLayers-2.9.1/examples/getfeatureinfo-control.html) to work with either right click or a key down click. I tried the options clickCallback: "rightclick" and as well handlerOptions: {"click":{keyMask: Ope

Re: [OpenLayers-Users] WFS layer - commit works, save strategy from WFSProtocol does not work!!!! POST vs GET ?!?!

2010-03-22 Thread Christoph Ratke
Hi Poul, you could try a cast like this: // --- snip --- var drawPoint = new OpenLayers.Control.DrawFeature( punto, OpenLayers.Handler.Point, {displayClass: 'olControlDrawFeaturePoint'} ); drawP

Re: [OpenLayers-Users] WFS layer - commit works, save strategy from WFSProtocol does not work!!!! POST vs GET ?!?!

2010-03-22 Thread Christoph Ratke
Hi paweluz, you could also have a look at the geoserver log and therefor raise the debug level if needed. This could give you some more hints what is going wrong. regards, Christoph Ramón Boza schrieb: > Hello, > > Can you use FireBug and post the Request generated to the server ? > > -Mensaj

Re: [OpenLayers-Users] Accessing the events of DrawFeature and ModifyFeature to calculate area

2010-02-18 Thread Christoph Ratke
Hi Mr. Ang, you can have a look here: http://dev.openlayers.org/releases/OpenLayers-2.8/examples/modify-feature.html or here: http://dev.openlayers.org/releases/OpenLayers-2.8/examples/highlight-feature.html Have a good day, Christoph Albert Ang schrieb: > Dear all, > > I need assistance in u

Re: [OpenLayers-Users] SOLVED- gml parser problem with IE

2010-01-20 Thread Christoph Ratke
Hi out there, there has been a post about gml parser problems with IE written by Walter Lorenzetti in february of 2008: > > "Walter Lorenzetti ha scritto: >> / I think is a opnelayers bug because the script stop on features = > g.read(req.responseText); > some user had similar problem? > > I sol

[OpenLayers-Users] GetFeature and reprojection GET Method

2010-01-19 Thread Christoph Ratke
Hi all, I am trying to realize a GetFeature request on EPSG:4326 WFS 1.0.0 data over a EPSG:900913 projected Google base layer. As another restriction I have to use the http GET method. I got the WFS overlay working like this: var p = new OpenLayers.Protocol.HTTP({ url: "wfsURL",

Re: [OpenLayers-Users] gain performance by 300+ features

2009-09-02 Thread Christoph Ratke
Hi Michael, do you have considered to use a WMS? Best regards, Christoph Michael Handerek schrieb: > Hi, > > I have to display some linefeatures generated from a set of gps position > data. To do so, i have created a vector layer and a linestring feature > from it. The data also contains informat

[OpenLayers-Users] bug in Vector.getDataExtent ?

2009-07-15 Thread Christoph Ratke
Hi all, the function getDataExtent of class lib/OpenLayers/Layer/Vector.js is not working if a feature contains empty geometries. It would be easy to fix by a not null test but I am not sure if you consider this to be a bug. Do you? Bless, Christoph _