[OpenLayers-Users] Editing Layers

2009-06-05 Thread Clinton Papenfus
Hi All, I really need help with this problem. We are working with Open Layers and have come across this problem. We have allocated users to certain areas to do editing, however, they must only edit their areas. This is my logic around the problem (please excuse me I am not a programmer).

[OpenLayers-Users] Zindex of vectors

2009-06-05 Thread Brad Spencer
List, I have moved from markers to vectors for a bunch of reasons. However, when I load some vector circles from an external csv file with framedCloud popup bubbles associated, the popups appear on mouseover as planned but are below all the points. Is there anyway to control the zindex of the

[OpenLayers-Users] Patching a TMS set

2009-06-05 Thread Warren Vick
I've got a nice TMS tile set of the world that I'd like to selectively patch. For instance, I have a tile subset with names in French. Only the tiles that are different are in this subset. What would be the best method of dynamically switching the tiles? if (TileInPatchSet) return

Re: [OpenLayers-Users] Zindex of vectors

2009-06-05 Thread Christopher Schmidt
On Fri, Jun 05, 2009 at 06:17:14PM +1000, Brad Spencer wrote: List, I have moved from markers to vectors for a bunch of reasons. However, when I load some vector circles from an external csv file with framedCloud popup bubbles associated, the popups appear on mouseover as planned but

Re: [OpenLayers-Users] Editing Layers

2009-06-05 Thread Clinton Papenfus
Hi there, At present, we have tried numerous options, but none seems to work. OpenLayer.Feature.Vector is one of the options we have tried. Are we heading in the right direction. Is there an example of how to use the above code. Once I acquire our code, I will post it. Regards, Clinton

[OpenLayers-Users] visibilitychanged event

2009-06-05 Thread Vidal, Antoni
Hello, I need to saw an alert when user active a wms layer when a specific baseLayer is active. With the following code I get twice, but I don't undestand why. ct1m.events.register(visibilitychanged,this,function(event){ alert(vis: +ct1m.getVisibility()); var capaBase =

[OpenLayers-Users] Problem to load a WFS

2009-06-05 Thread Steve . Toutant
Hi, I set a WFS server that I'm pretty sure works correctly since I get a xml file when submitting this to the browser (Unfortunatly you don't have access to this domain and I don't have any public domain.)

Re: [OpenLayers-Users] Zindex of vectors

2009-06-05 Thread Brad Spencer
Christopher, I managed to sort this out myself. I admit it probably was a sledgehammer to crack a nut! After I loaded the points as circles on a vector layer with its styleMap Popups, I then applied the following 2 lines to make sure that the vector layer was always above my other layers and

Re: [OpenLayers-Users] Problem to load a WFS

2009-06-05 Thread Maxime Phaneuf
Hi Steve Your mapfile name is paccsante2.map, but in your WFS constructor you're calling paccsante.map2. As far as I can see, that must be your problem. Maxime Steve.Toutant wrote: Hi, I set a WFS server that I'm pretty sure works correctly since I get a xml file when submitting this

Re: [OpenLayers-Users] Vector-like feature interaction with large, complex layers

2009-06-05 Thread Tom B
Thanks, Ian; hm, many of the polygons we're using are adjoining, like counties, and my guess is that generalizing them would make their borders a bit messy, and it might be a bit of work to try it out. I'll ask our GeoServer/OL support person what he thinks about it, though. Any other ideas for

Re: [OpenLayers-Users] Problem to load a WFS

2009-06-05 Thread Steve . Toutant
Thanks Maxime, Of course it was a part of the problem in openlayers. I fixed that but it still doesn't load in OL, gvSig and gaia My guess is it is a permission issue. Any suggestions on some tests I could do or maybe there is a log I can create? Steve Steve Toutant, M. Sc. Analyste en

[OpenLayers-Users] how to know if there is some feature inside a OpenLayers.Layer.GML

2009-06-05 Thread lortiz
I get errors when in call to my server for features for some box where has no items to show. link = getmap.php?Id=196439bbox=1.120605,60.489704,17.95166,64.158531 gml_new = new OpenLayers.Layer.GML(ZONE, link, {format: OpenLayers.Format.GeoJSON, projection: map.displayProjection, styleMap :

Re: [OpenLayers-Users] Vector-like feature interaction with large, complex layers

2009-06-05 Thread Eric Lemoine
On Wednesday, June 3, 2009, Tom B seil...@gmail.com wrote: Hi all, I've read about a couple of methods (clustering strategy, choosing WFS or WMS based on zoom level) for working around the issue of WFS layers being unusable for performance reasons when large numbers of complex features are

Re: [OpenLayers-Users] Example of creating a POI with attributes

2009-06-05 Thread Mike Adair
I've added an example of using the WFS DescribeFeatureType response to create a form in my sandbox at: http://svn.openlayers.org/sandbox/madair/examples/edit-feature-attributes.html It will require either the proxy to be set up or a local instance of geoserver for the example to work. I

Re: [OpenLayers-Users] Vector-like feature interaction with large, complex layers

2009-06-05 Thread Roald de Wit
Hi Tom, When your geometries are too many or too complex (or both) you need to compromise somewhere. There are 2 more approaches you can take: 1) Use an approach similar to what Eric mentioned. Use a WMS layer, but on hover send a request to the server to get the id (and possible other