Re: [OpenLayers-Users] Multiple click control stopClick precedence/order

2010-05-10 Thread Eric Lemoine
On Wednesday, May 5, 2010, Matthew Williamson matthe...@gmail.com wrote: Hello list, I'm trying to set up a vector layer to respond to click events, and also have a map-level click handler that gets fired if the click was not on one of my features. I'm doing this with two controls, one with

Re: [OpenLayers-Users] Points in KML Format (KML mime type in IIS7)

2010-05-10 Thread Slawomir Messner
Hi, thanks for the link Carlos. I checked my files and the result is now Errors = 0 Recommendations = 0 Suggestions = 0 The KML file is valid and complies with best practices., but the points are not drawn in OL, except I add the lines from the first mail into the OpenLayers.Format.KML. Is

[OpenLayers-Users] Wms authentication problem.

2010-05-10 Thread Grant Masan
Hi all, I am using normal wms layer request like: mapThis = new OpenLayers.Layer.WMS(Basemap, https://username:passw...@www.kartta.fi/image;, {layers: 'perus', singleTile: true, srs: 'EPSG:4326', format: 'image/png',

[OpenLayers-Users] ModifyFeature with SelectFeature hover/highlight type capability

2010-05-10 Thread Charles Galpin
Hi all. I'm new to the list (as well as openlayers) and have some hopefully rudimentary questions. First, can someone explain or point to an example that shows how to extend ModifyFeature to visually select features as you mouse over them like you can with the SelectFeature? What I want to do

[OpenLayers-Users] OpenLayers.Format.WMC.v1 in 2.8 vs. 2.9

2010-05-10 Thread myOpenLayersUName
There seems to be some pretty significant differences between the hierarchy of the context that is returned after the read_wmc_Layer function is run in OpenLayers 2.8 vs. 2.9. In 2.8, there is actually a layer created with params and options attached. In 2.9, there seems to be only an

Re: [OpenLayers-Users] OpenLayers.Format.WMC.v1 in 2.8 vs. 2.9

2010-05-10 Thread Bart van den Eijnden
Hi, most of the changes are descirbed here, http://trac.openlayers.org/ticket/2251 however there should not be any *API* changes, but it seems your usage was the internal structures and not the API right? Best regards, Bart On May 10, 2010, at 8:02 PM, myOpenLayersUName wrote: There

Re: [OpenLayers-Users] OpenLayers.Format.WMC.v1 in 2.8 vs. 2.9

2010-05-10 Thread myOpenLayersUName
Yes, that's correct. Thanks for the reference to the documentation; I'll have a look. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Format-WMC-v1-in-2-8-vs-2-9-tp5032030p5032256.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] ModifyFeature with SelectFeature hover/highlight type capability

2010-05-10 Thread Alexandre Dube
Hi Charles, You could achieve what you want be creating a SelectFeature control with highlightOnly:true for highlight and display info and a standard ModifyFeature control for the second one. By registering featurehighlighted on the first control should allow the display of the hovered

Re: [OpenLayers-Users] Nodelist Info / GetFeatureInfo not working

2010-05-10 Thread boxplot
Hi Roald, I made a complete new setup and found out that the enconding of one file was not the right one. Now I can use the GS example anywhere on my site and it works. But when I try to copy the code in my index.html it's not working anymore (the map is loading but after a click there is no

Re: [OpenLayers-Users] Documentation of apparent functionality duplication?

2010-05-10 Thread Eric Lemoine
On Tuesday, May 4, 2010, Mike Purvis m...@uwmike.com wrote: Hi again, I'm confused at a number of points where OpenLayers seems to contain multiple possible ways of doing the same thing. For example, what is a Geometry.Point? A geometry represents a shape that can be drawn in a vector layer.

Re: [OpenLayers-Users] KML layer doesn't display in OL.

2010-05-10 Thread Eric Lemoine
On Sunday, May 2, 2010, Zuhex gmd...@hotmail.com wrote: hello I am new for Openlayer and GeoServer.I was created KML file from ArcGIS by converted shapefile to KMZ. So I extracted KMZ file and then I got one image and one KML file. I put them together into my KML folder. Here this is my

Re: [OpenLayers-Users] ModifyFeature with SelectFeature hover/highlight type capability

2010-05-10 Thread Phil Scadden
The key bits from example are: kmlHoverSelectControl = new OpenLayers.Control.SelectFeature(kmlLayers,{hover:true, highlightOnly: true, renderIntent: temporary }); kmlSelectControl = new OpenLayers.Control.SelectFeature(kmlLayers,{clickout: