Re: [OpenLayers-Users] OL-Based GeoEditor

2008-06-13 Thread John Pulles
Dipl. Inf. Carsten Eider schreef: Hi folks, i am working on a small geo-editor for an agricultural project in rhine-palatinat/germany, visit http://www.agroconnect.de for more information. Upto now my editor has the following features: * new polygon, plain OL * edit polgon,

Re: [OpenLayers-Users] [OpenLayers-Dev] OL-Based GeoEditor

2008-06-13 Thread Burgholzer,Robert
For step 1) The Openlayers example ./examples/select-feature.html shows how to select a vector feature. For step 2-3, ,f you are using postgis server side, there was a thread recently on the PostGIS listserv that involved some code for splitting a polygon with a line. I think this might work

Re: [OpenLayers-Users] Externally toggle a marker's popup

2008-06-13 Thread aschwartz
So I've been hunting around trying to figure this out, and I've been looking in Firebug for some information on that popup. The first thing i noticed is that a popup has an optional field for 'id'... this could come in handy. I also saw it was given a numbered id (see screenshot -

[OpenLayers-Users] SAXParsing error in OpenLayers and/or Geoserver

2008-06-13 Thread Zer
Dear List, When I send the following request from OpenLayers to Geoserver, I receive an error message regarding SAXParsing (document structures must start and end within the same entity). I have tried to sent this request using both POST and GET, but I receive the same error. The strange part is

Re: [OpenLayers-Users] Externally toggle a marker's popup

2008-06-13 Thread Alan Boudreault
Hi aschwartz, First of all, you'll need to access this marker. A simple way is to keep a trace of it. How do you add it to your map ? If you create/add this marker in a function at the load of your page, you can just create a global variable and assign to it the marker. In this case, you'll

Re: [OpenLayers-Users] Externally toggle a marker's popup

2008-06-13 Thread aschwartz
Alan Boudreault wrote: create a JS function to toggle this marker easily by setting something like: href=javascript:toggleMyMarker(); Hi Alan, I understand what I need to get done, like to keep track of the markers in an array, and access them and tell them to toggle their popup, but

[OpenLayers-Users] missing tiles are still showing on map

2008-06-13 Thread Alper Dinçer
Hi, We have custom Google Like Tile sets. They have seen good at the existing zoom factors, but outside, maps can be seen different as seen from the link below. At first it gives pink tiles, then I found the solution for that but there is still a problem outside zoom factors? What is your