Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-25 Thread Eric Lemoine
On Friday, June 25, 2010, Alex Brandsen wrote: > Hi all, > > I'm building a map of a medieval wallpainting, and the graffiti inscribed in > this wall, which can be found on www.thomasav.com/DurhamGraffiti/ (still > quite buggy though!). > I was wondering if there is a way for OpenLayers to dynam

[OpenLayers-Users] "SelectFeature-DragFeature control, by just adding a Drag handler to a SelectFeature control" [Andreas Hocevar-2 feb-2010]

2010-06-25 Thread Vito Tafuni
is it possible?? i've made a DragFeature with a click variable that help me to activate the selectFeature when i'm simply clicking the feature but if it's possible to add a Drag handler to a SelectFeature i would like to know how!?! thanks -Vito- -- --- Tafuni Vito v...@vitotafuni.com

[OpenLayers-Users] parsing a GML file into different layers

2010-06-25 Thread Alex Brandsen
Hi all, I'm building a map of a medieval wallpainting, and the graffiti inscribed in this wall, which can be found on www.thomasav.com/DurhamGraffiti/ (still quite buggy though!). I was wondering if there is a way for OpenLayers to dynamically turn features from a single GML file into seperate lay

Re: [OpenLayers-Users] WFS Google overlay reprojection problem

2010-06-25 Thread Rossko
How much is "slightly shifted"? Google's satellite imagery doesn't always line up with their own streetmaps, its a known problem that varies around the world and with updates of the imagery. I'm saying the satellite tiles may easily be off by a few tens of metres. -- View this message in contex

Re: [OpenLayers-Users] right way for Spatial filtering

2010-06-25 Thread Vito Tafuni
the answer to my question! ;-p seriously... if you want to filter markers based on a shape (drawn by hand... why not?) you cannot use the filter parameter of the layer as it works only when a strategy is used. so the only solution in to dynamically add filters to a style rule... RULE with symboli

[OpenLayers-Users] Calculating Distance between two points

2010-06-25 Thread Leipold, Christopher
Hello, I'm trying to build a function that lets me draw a 'circle' (40-sided polygon) and then get the coordinates of it's center and get it's radius. Drawing the circle is pretty straightforward (I just copied the code from http://openlayers.org/dev/examples/regular-polygons.html). Getting the C

Re: [OpenLayers-Users] right way for Spatial filtering

2010-06-25 Thread Sarah Schuessler
Hi, and what did you found? ;-) best regards Sarah found! ;-D -- --- Tafuni Vito v...@vitotafuni.com - "Verba volant, scripta manent... data corrupted" 2010/6/24 Vito Tafuni >I would like to draw a sh