[OpenLayers-Users] Regarding calculating locations for a map

2009-10-26 Thread Lasith Chandrasekara
I am currently developing a shortest path application for my MSc degree project. Road information are stored in the postgis table and there I can find geometries for all the roads. But I am having few issues when selecting from and to location from GUI (open layers). Where I have to provide a

[OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread billChadwick
Hi, I'm looking at doing a mobile route viewer for my Where's The Path app http://wtp2.appspot.com/wheresthepath.htm I have a prototype here http://wtp2.appspot.com/mobile/mobile.htm. Route plotting really needs line drawing. However on Windows Mobile, only Fennec supports SVG, Opera Mobile

[OpenLayers-Users] Problem with Google Maps and WMS layer

2009-10-26 Thread Sune Dogan, LIFA A/S
Hello Is it possible to have Google Maps as a baselayer and a WMS service as overlay. Is there any working examples with that? My WMS has projection: EPSG:25832 ___ Users mailing list Users@openlayers.org

[OpenLayers-Users] GML - too many points - or bug?

2009-10-26 Thread Scholte, J.C.M.
Dear list, I'm trying to make a map of a archeological site showing the contents of a grave. This map is based on a couple of GML layers. One of the GML files consist of polygons. In GML these are expressed as curveProperties/LineString/posList. The number of point in both the posLists is big:

Re: [OpenLayers-Users] Problem with Google Maps and WMS layer

2009-10-26 Thread Heiko Schröter
Am Montag 26 Oktober 2009 14:40:37 schrieb Sune Dogan, LIFA A/S: Is it possible to have Google Maps as a baselayer and a WMS service as overlay. Is there any working examples with that? My WMS has projection: EPSG:25832 Definitly possible. We are reprojecting EPSG:4326-EPSG:900913(unofficial

Re: [OpenLayers-Users] Problem with addin LoadingPanel

2009-10-26 Thread seis4web
Hi all, ...or link to your OpenLayers.js file to run in development mode Probably I'm thinking to complicated - where do I have to set that link to my OpenLayers.js? Regrads, Nina -Ursprüngliche Nachricht- Von: Michael Shishcu mickl...@gmail.com Gesendet: 23.10.09 09:02:13 An:

Re: [OpenLayers-Users] Pan/Drag broken with Google Layer

2009-10-26 Thread Christopher Schmidt
On Tue, Oct 20, 2009 at 12:45:12PM +0200, Heiko Schröter wrote: Hello, on Google Layers (api Ver 2) the Navigation Pan/Drag seems to be broken. It hapens with OL 2.7 and OL 2.8. All other WMS Base Layers with different projections (epsg:4326, 900913,32665...) do work ok. Is there

Re: [OpenLayers-Users] objekts created with vectorLayer.addFeature() aren't part of the insertRequest

2009-10-26 Thread Christopher Schmidt
On Mon, Oct 26, 2009 at 02:30:05AM -0700, Marco Scheuble wrote: Hi all, problem solved!!! - And I think, I found a bug! After adding the feature to the layer, I had to set the state of this feature explizit to Insert. -

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread Christopher Schmidt
On Mon, Oct 26, 2009 at 06:06:24AM -0700, billChadwick wrote: Hi, I'm looking at doing a mobile route viewer for my Where's The Path app http://wtp2.appspot.com/wheresthepath.htm I have a prototype here http://wtp2.appspot.com/mobile/mobile.htm. Route plotting really needs line

Re: [OpenLayers-Users] Control SelectFeature errors

2009-10-26 Thread Christopher Schmidt
On Fri, Oct 23, 2009 at 10:16:13AM +0200, Jimmy Aumard wrote: Hi, I try to use the control selectFeature on multiple layers but I have an error. I try this: var selectFeature=new OpenLayers.Control.SelectFeature(layers,{ multiple:false, hover:false, clickout:true,

[OpenLayers-Users] Zoom

2009-10-26 Thread Arturo Juárez Lima
Hi, I was find to process to make a filter, this is function FiltraFeature(wms,query){ var filtro_temp = query; var filterParams = { cql_filter: null }; if (OpenLayers.String.trim(filtro_temp) != ) {

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread MilesTogoe
On 10/26/2009 09:02 AM, billChadwick wrote: I guess it might be best to implement a 'plain divs' renderer for OpenLayers.Layer.Vector with support for limited (straight line only) geometries. Anyone tried this before ? The one thing that holds us back from using Open Layers is that it

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread billChadwick
Perhaps I am mistaken, but the web page http://wtp2.appspot.com/mobile/mobilert.htm will draw a diagonal blue test line (press Select then Route) in Fennec on WinMo but not Opera 9.7 beta on WinMo (at least on my Touch HD). To be fair I have not tried to find out why. Has anyone got a working

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread Christopher Schmidt
On Mon, Oct 26, 2009 at 09:54:03AM -0700, MilesTogoe wrote: On 10/26/2009 09:02 AM, billChadwick wrote: I guess it might be best to implement a 'plain divs' renderer for OpenLayers.Layer.Vector with support for limited (straight line only) geometries. Anyone tried this before ? The one

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread Christopher Schmidt
On Mon, Oct 26, 2009 at 10:10:39AM -0700, billChadwick wrote: Perhaps I am mistaken, but the web page http://wtp2.appspot.com/mobile/mobilert.htm will draw a diagonal blue test line (press Select then Route) in Fennec on WinMo but not Opera 9.7 beta on WinMo (at least on my Touch HD).

Re: [OpenLayers-Users] Line drawing for mobile browsers (non SVG)

2009-10-26 Thread billChadwick
Thanks for the help Chris, http://www.openlayers.org/dev/examples/drag-feature.html does work on Opera Mobile 9.7 beta (with the odd quirk) Perhaps mine is a problem of my own making or one from OS OpenSpace (built on OpenLayers 2.7). Bill -- View this message in context:

[OpenLayers-Users] problems to create a sld file with more than three rules

2009-10-26 Thread fsalas
Hi, I have some problems to create a sld file with more than three rules I'm creating a sld file for a punctual layer and I need that the symbols be different according to some conditions, with this I don't have problems. The problem is this: when I try to set more than three rules do not

[OpenLayers-Users] OpenLayers.Util.getParameters not recognize %2C for comma separation

2009-10-26 Thread 20091026
When i use OpenLayers.Util.getParameters for own parameters like tileurls=domain1/tile.php?z=${z}x=${x}y=${y},domain2/tile.php?z=${z}x=${x}y=${y}, some params must be url encoded when sended from a form (ENCTYPE = application/x-www-form-urlencoded). In that case, also that comma between this two