Re: [OpenLayers-Users] Center of rotation for vector features

2010-05-12 Thread Andreas Hocevar
This sounds like an issue we had in OpenLayers 2.9, but was fixed in 2.9.1. Make sure you are using the latest version. Regards, Andreas. On May 12, 2010, at 02:16 , Mike Purvis wrote: Hey, I'm having an issue with specifying rotation for one of my features. It's a point feature with a

[OpenLayers-Users] Fwd: Re: Popup over GPX track

2010-05-12 Thread Francesco
Hi, in feature.attributes I have an empty object. One more problem is how could i find the LonLat of the selected feature? Messaggio originale Oggetto:Re: [OpenLayers-Users] Popup over GPX track Data: Tue, 11 May 2010 13:24:13 -0400 Mittente: Charles

Re: [OpenLayers-Users] Fwd: Re: Popup over GPX track

2010-05-12 Thread Jan Tappenbeck
Am 12.05.2010 10:18, schrieb Francesco: Hi, in feature.attributes I have an empty object. One more problem is how could i find the LonLat of the selected feature? Messaggio originale Oggetto: Re: [OpenLayers-Users] Popup over GPX track Data: Tue, 11 May 2010

[OpenLayers-Users] Displaying WCS like a WMS

2010-05-12 Thread Jon Britton
Hi, I was just wondering if anybody has tried displaying WCS data in OpenLayers? I was thinking that it could be treated as a WMS if you choose a web-friendly output format, it would also allow thing like band selection. Has anybody managed this? Thanks, Jon

Re: [OpenLayers-Users] Center of rotation for vector features

2010-05-12 Thread Mike Purvis
Sweet, that worked perfectly—thanks, Andreas! On Wed, May 12, 2010 at 3:23 AM, Andreas Hocevar ahoce...@opengeo.orgwrote: This sounds like an issue we had in OpenLayers 2.9, but was fixed in 2.9.1. Make sure you are using the latest version. Regards, Andreas. On May 12, 2010, at 02:16 ,

[OpenLayers-Users] WMS layer redraw problem

2010-05-12 Thread Walter Lorenzetti
Hi all, I build a webgis editing application with OL 2.8, all work fine, but I've a problem with redraw wms layer background: In my application I edit several layers during the editing mode... but on simple watching mode I show that layers like wms layer (by mapserver...)... after a layer

[OpenLayers-Users] How to Use selectControl and dragFeature control at the same time?

2010-05-12 Thread Subhani Minhas
Hello All, i am working to achieve following, 1. Click to add a vector feature with custom icon and label at the point of click (Completed) 2. Click to select any drawn feature and delete it (Completed) 3. Click to select any drawn feature and Modify it. ( By deleting and re-creating the a new

[OpenLayers-Users] OL and browser cache

2010-05-12 Thread Jimmy Aumard
Hi everyone, I want to know if it's possible to control what is caching by the browser. It's possible to free cache (memory) of OL ? Because when I use for a long time my application firefox take 600 000 KO of memory Thanks -- Aumard Jimmy Développeur KINAXIA c/o CICA / PacaEst 2229 Route des

[OpenLayers-Users] Custom TMS layer shifted to the north

2010-05-12 Thread Michael Heigl
Hi together, I've set up a small test page to integrate a custom TMS Layer into OpenLayers. The tiles are displayed correctly but when I place a marker on the map it is placed north of the real position. Example: http://www.uecmoedling.at/maptest.html Mapnik layer is shown by default: shows

Re: [OpenLayers-Users] WMS layer redraw problem

2010-05-12 Thread Eric Lemoine
On Wed, May 12, 2010 at 1:35 PM, Walter Lorenzetti lorenze...@gis3w.it wrote: Hi all, I build a webgis editing  application with OL 2.8, all work fine, but I've a problem with redraw wms layer background: In my application I edit several layers during the editing mode... but on simple

Re: [OpenLayers-Users] WMS layer redraw problem

2010-05-12 Thread Nathan Gerber
I have found that the most reliable way to avoid browser caching when I want to force a redraw of a WMS layer is to do something like this: wms_layer.mergeNewParams({'timestamp':datetime}); If you append the current timestamp to the layer each time you want to do a redraw it will have a unique

Re: [OpenLayers-Users] Fwd: Re: Popup over GPX track

2010-05-12 Thread emmexx
Il 12/05/2010 10:18, Francesco scrisse: Hi, in feature.attributes I have an empty object. You should tell OL to extract the attributes. There's a parameter to set, see my example code. One more problem is how could i find the LonLat of the selected feature? In my code it is:

Re: [OpenLayers-Users] Center of rotation for vector features

2010-05-12 Thread Mike Purvis
Related question— Say that I have multiple objects that I'd like to be able to rotate independently of each other. It seems like the tool for the job is the substitution engine found in OpenLayers.Style. Currently, I'm just setting the symbolizer directly on each of my features, so my question