Re: [OpenLayers-Users] Raise a feature over other features

2008-01-17 Thread Swärd Mårten
Hello. Thanks! As you said, it's not an ideal solution, but it works fine! =) Perhaps a "raise feature-function" would be something to add to a future release? Mvh: Mårten Swärd Systemutvecklare/Webbutvecklare, ITs SMHI, Sve

[OpenLayers-Users] Opacity Kills Map

2008-01-17 Thread chris1211
When i add the opacity to my map it kills it can some one help i dont really understand the format or what im doing wrong thanks chris http://www.w3.org/1999/xhtml";> #map { width: 70%; height: 500px; border: 1px solid black; }

[OpenLayers-Users] Selecting polygon error.

2008-01-17 Thread samd
Hi I was discussing this in a previous message but created a new one since it is a different topic. When I am using a select control on a polygonLayer such as the following: selectControl = new OpenLayers.Control.SelectFeature(polygonLayer,

Re: [OpenLayers-Users] google layer zoom

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 12:12:19PM -0800, Maria Panagou wrote: > > thanks for all this info. I am using Openlayers 2.5, no trunk version. what > is svn? 'svn' is 'Subversion', a revision control system that allows you to download the latest 'development' version of the code. I would recommend tha

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread Roald de Wit
Hi Sam, On Thu, 2008-01-17 at 13:57 -0800, samd wrote: > One more thing, I have built the source uncompressed in the hopes to be able > to step debug using Firebug but the version from svn when built tells me > that rendering is not supported in my browser even though I am using > Firefox. > You

Re: [OpenLayers-Users] google layer zoom

2008-01-17 Thread Roald de Wit
Hi Maria, The whole discussion before comes down to: the problem you described is (most probably) fixed in the development version of OL. You can do a few things from here: 1) Wait until 2.6 is released (can be few months from now) or 2) See if your problem really is solved by looking at the l

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread samd
One more thing, I have built the source uncompressed in the hopes to be able to step debug using Firebug but the version from svn when built tells me that rendering is not supported in my browser even though I am using Firefox. S.D. samd wrote: > > Apologies but I'm now encountering the same e

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread samd
Apologies but I'm now encountering the same error at a later stage with the SelectFeature. So after doing what you suggested the polygons do render but mousing over to select the polygon results in the same node.parentNode has no properties error. I have even attempted to destroy the SelectFeature

Re: [OpenLayers-Users] google layer zoom

2008-01-17 Thread Maria Panagou
thanks for all this info. I am using Openlayers 2.5, no trunk version. what is svn? -- View this message in context: http://www.nabble.com/google-layer-zoom-tp14847416p14931617.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _

[OpenLayers-Users] Help in updating WFS features

2008-01-17 Thread Chris O'Connor
Hello, I am doing a mapping project at college where I am adding routes onto a map and generating a route card. I am able to add the route (line) to the POSTGIS database no problem via Geoserver. The area I'm having a problem is on the update or modification of the line. Below is the relevant code

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread samd
Excellent Chris, thanks this worked. S.D. Christopher Schmidt-4 wrote: > > On Thu, Jan 17, 2008 at 10:25:09AM -0800, samd wrote: >> >> Hi, I originally had thought this but looking at the drawFeature function >> of >> OpenLayers.Control.DrawFeature on wiki it creates it. > > Um. I don't kno

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 10:25:09AM -0800, samd wrote: > > Hi, I originally had thought this but looking at the drawFeature function of > OpenLayers.Control.DrawFeature on wiki it creates it. Um. I don't know what you're trying to do, but using the drawFeature control to add features to your layer

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread samd
Hi, I originally had thought this but looking at the drawFeature function of OpenLayers.Control.DrawFeature on wiki it creates it. drawFeature: function(geometry) { var feature = new OpenLayers.Feature.Vector(geometry); this.layer.addFeatures([feature]); this.feature

[OpenLayers-Users] Which coord system??

2008-01-17 Thread Cranio
Hi folks. Sorry for all these questions, I hope not to annoy anyone... Someone is able to tell me (giving a look to the JavaScript code, it's really short), what is the system that the coords shown on screen refer to? http://marti.homelinux.net/mymap.php It seems not Gauss-Boaga (epsg:26592), no

Re: [OpenLayers-Users] Images problems

2008-01-17 Thread Xavier Rayo
Thanks! i'm working on a web page with different stylesheets and there were interferences trough the stylesheet of my map and the others. THANKS AGAIN!!! XAVI > Date: Thu, 17 Jan 2008 09:18:39 -0600> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> Subject: Re: [OpenLayers-Users] Images p

Re: [OpenLayers-Users] Images problems

2008-01-17 Thread Erik Uzureau
Sounds to me like maybe you are including a stylesheet with img { border: 1px solid grey } somewhere... install firebug* and then open the page on your browser. click on the little green dot in the bottom righthand corner to bring up firebug. click on "inspect" button in the upper left of

[OpenLayers-Users] Images problems

2008-01-17 Thread Xavier Rayo
Sorry I sent it in a wrong way...Hi ,i've some visualization problem with my map. I have a text layer where all my markers appear with a gray border and they have nbo border. The same happens with the panzoom icon (zoom in and zoom out) and i don't really know what can i do. This happens too wit

Re: [OpenLayers-Users] Raise a feature over other features

2008-01-17 Thread Xavier Rayo
Hi , i've some visualization problem with my map. I have a text layer where all my markers appear with a gray border and they have nbo border. The same happens with the panzoom icon (zoom in and zoom out) and i don't really know what can i do. This happens too with the close box of the popup of

Re: [OpenLayers-Users] Raise a feature over other features

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 01:57:37PM +0100, Swärd Mårten wrote: > Hello folks! > If I draw a small polygon on the map and then draws a large one on top of it > then I can't edit the small one because the larger one "blocks the way".. So > my question is, is there any way to raise a feature above th

[OpenLayers-Users] Raise a feature over other features

2008-01-17 Thread Swärd Mårten
Hello folks! If I draw a small polygon on the map and then draws a large one on top of it then I can't edit the small one because the larger one "blocks the way".. So my question is, is there any way to raise a feature above the other features and bring it to the front? Best regards: Mårten **

Re: [OpenLayers-Users] OL and VirtualEarth commercial

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 11:50:54AM +0100, Till Adams wrote: > dear list, > > we build an application, where the background-maps for our OL client are > served by MS VE (this was not my decision ;-)). > > Now we have a commercial access (username/password) to MS VirtaulEarth - has > anyone integ

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 11:47:46AM +0100, Pierre GIRAUD wrote: > I think you are missing one last step : > 4.) Creating a Feature.Vector given the created polygon. > > I may be wrong though. You're right, based on the description. Regards, -- Christopher Schmidt MetaCarta _

Re: [OpenLayers-Users] google layer zoom

2008-01-17 Thread Christopher Schmidt
On Thu, Jan 17, 2008 at 03:29:20PM +1100, Roald de Wit wrote: > Hi Eric, > > Maria might not be using the trunk version but most probably 2.5. > Is there a daily updated trunk version available on the website to be > included in web pages for testing? You can always *test* with /dev/lib/OpenLayer

[OpenLayers-Users] OL and VirtualEarth commercial

2008-01-17 Thread Till Adams
dear list, we build an application, where the background-maps for our OL client are served by MS VE (this was not my decision ;-)). Now we have a commercial access (username/password) to MS VirtaulEarth - has anyone integrated commercial VE access in OL yet? Is there sth. like that key for goo

Re: [OpenLayers-Users] Node has no parent exception when trying to draw Polygon

2008-01-17 Thread Pierre GIRAUD
I think you are missing one last step : 4.) Creating a Feature.Vector given the created polygon. I may be wrong though. Regards, Pierre On Jan 17, 2008 6:19 AM, samd <[EMAIL PROTECTED]> wrote: > > I'm trying to reconstitute a polygon from points I previously saved from a > polygon to the backen