Re: [OpenLayers-Users] Towards an eraser tool in OpenLayers

2010-01-29 Thread Dan Garland
Hi Atle, Yes we tried an approach that used the split function on a feature to remove points, calculating the necessary distance to move points away from the intersection, and found it wasn't nearly fast enough to match the eraser function one might expect in say an graphics package. I gather

[OpenLayers-Users] Problem with SelectFeature

2010-01-29 Thread Alexander Matheisen
Hello, I need some help with SelectFeature. At the moment I'm coding a application called OpenLinkMap. You can the old version see it under http://rurseekatze.bplaced.net/olm2 This old version uses Layer.Marker. Now I've some problems with the new version with Layer.Vector. :( See

Re: [OpenLayers-Users] map.setCenter fails

2010-01-29 Thread Eric Lemoine
On Friday, January 29, 2010, Dirk Tanneberger dirk.tanneber...@unibas.ch wrote: I forgot to say, that i use a GeoExt mappanel, in which i put the map. I assume the mappanel config overrides the openlayers-map-config. And since there is no center and zoom set in the panel config, it just

Re: [OpenLayers-Users] Problems with SLD_BODY

2010-01-29 Thread Florent Gravin
Layer.WMS.Post gives me very strange behavior on my layer (with FireFox) : - first the layer is white - then layer appears - when i move the map, everything around the map is moving like an earthquake... i can't use it =) i will use sld param instead, but it's a pity thks - Original