[OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Attila Berényi
Dear All, I'd like to create something similar to this http://openlayers.org/dev/examples/getfeature-wfs.html only difference, that I'd like to use Mapserver. This is the actual state: http://webgis.fmt.bme.hu/gfi/t4.html, the according WFS dump:

Re: [OpenLayers-Users] Click handler not handling clicks after using editing toolbar

2010-03-17 Thread Eric Lemoine
On Tue, Mar 16, 2010 at 8:23 AM, Dylan Parry m...@dylanparry.com wrote: Hi, I’ve set up a click handler on my map to handle double-clicks. I did this by bastardising the demo for click handlers, so the code I have is as follows: --- start --- OpenLayers.Control.Click =

Re: [OpenLayers-Users] Trying to get sundials example to work locally

2010-03-17 Thread Frost89
Hi Mike The main reason this doesn't work is because JavaScript cant't access files stored on your local computer. That would be a high security threat, and no decent browsers allows that. - Kristian Frost -- View this message in context:

[OpenLayers-Users] zoomToScale Issue

2010-03-17 Thread Andrew Haigh
All, I'm using OpenLayers (latest trunk version) with GeoServer 2.0.1 to display various layers which have scale rules defined on them within the GeoServer SLD (i.e. MaxScaleDenominator and / or MinScaleDenominator). I initially found that the scale in OpenLayers didn't match that in GeoServer

Re: [OpenLayers-Users] show two layers with different projections

2010-03-17 Thread GeoGEOrge
Thanks for the suggestion, it is quite large, but displays fine on it's own. I am going to investigate the utility you mentioned to see if it helps with speed. I substituted another raster and that one is working fine, so I think my problem is that the porjection that geoserver is using for my

Re: [OpenLayers-Users] show two layers with different projections

2010-03-17 Thread GeoGEOrge
The JPEG2000 raster file I was using did not have a .prj associated with it (just a .j2w, .jp2.xml and a .jp2.aux.xml), so geoserver was assigning an incorrect projection. I copied a .prj from another shapefile that used the correct projection for the raster and now it works! Thank you to

Re: [OpenLayers-Users] zoomToScale Issue

2010-03-17 Thread Andrew Haigh
Hi, Thanks for your help, that is correct I was using a WMS without any fixed resolution / cached layers. Adding the code you suggested resolved this issue. Many thanks Andrew On 17 March 2010 13:01, Mapmaker bmcbr...@chacompanies.com wrote: If you are using WMS without fixed-resolution or

[OpenLayers-Users] Ajax problem - Cross Domain?

2010-03-17 Thread David Alda Fernandez de Lezea
Hello, We're developing a library based on OpenLayers (a simple GIS viewer with some special configuration) that will be included in some web applications. These applications will include our library with a script tag in their html code, and the applications are in different servers and

[OpenLayers-Users] Event featureunhighlighted not triggered

2010-03-17 Thread Olivier THIERRY
Hi, I have a vector layer with two SelectFeature controls : one is used for selection, the other is used to show a popup. It works well except for one case : if I select an element in the vector, then I move the mouse to this element, the featurehighlighted event is fired, but on mouse out the

Re: [OpenLayers-Users] Event featureunhighlighted not triggered

2010-03-17 Thread Eric Lemoine
On Wed, Mar 17, 2010 at 5:14 PM, Olivier THIERRY olivier.thie...@gmail.com wrote: Hi, I have a vector layer with two SelectFeature controls : one is used for selection, the other is used to show a popup. It works well except for one case : if I select an element in the vector, then I move

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Balázs Szabó
Hi layer = new OpenLayers.Layer.WMS(elteresek, http://webgis.fmt.bme.hu/cgi-bin/mvmNew?OUTPUTFORMAT=gml; .. I think this row is wrong, gml it isnt valid wms url! Balazs 2010/3/17 Attila Berényi a...@airdesignstudio.hu Dear All, I'd like to create something similar to this

[OpenLayers-Users] OpenLayers 2.9 release is upcoming

2010-03-17 Thread Bart van den Eijnden
Hi list, just a short note to let everyone know that the OpenLayers developers are working on releasing OpenLayers 2.9 very soon. This will mean that we will basically only deal with regressions from previous OpenLayers releases, and all other tickets (features and bugs which are not

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Attila BERÉNYI
Hi, I've tested GML3 output - no success :( - that's why this row appeared in the code. Anyway, thank you for letting me know, I've corrected it. BR, Attila 2010.03.17. 21:12 keltezéssel, Balázs Szabó írta: Hi layer = new OpenLayers.Layer.WMS(elteresek,

Re: [OpenLayers-Users] Ajax problem - Cross Domain?

2010-03-17 Thread Tim Schaub
David Alda Fernandez de Lezea wrote: Hello, We're developing a library based on OpenLayers (a simple GIS viewer with some special configuration) that will be included in some web applications. These applications will include our library with a script tag in their html code, and the

[OpenLayers-Users] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-17 Thread Mulone
(apologies for cross-posting) Hi everybody, I'm trying to render openstreetmap data on a WMS on MapServer and I posted something already about this. Now it's time to summarise everything and make some sense of this. The system used to work with epsg:4326 (LATLONG from now on) but in our

Re: [OpenLayers-Users] Doubt with SOSCapabilities

2010-03-17 Thread bartvde
Ok, I get what you mean now. However, I can not deduct from the GetCapabilities response that DISTANCE is only applicable for that feature of interest. What interface (request) does a SOS have to get that information programmatically? If you do not know, maybe you can ask on the 52N list. But