Re: [OpenLayers-Users] MapServer to OpenLayers line rendition

2007-10-05 Thread Christopher Schmidt
On Fri, Oct 05, 2007 at 05:49:26PM -0500, Steve Lime wrote: > Aileen: I'm assuming you're bumping your head against the URL configuration > changes > that were made in 5.0. Virtually anything you could do in 4.10 is doable in > 5.0 but the > mechanism may have changed. Can you pass along the URL

Re: [OpenLayers-Users] MapServer to OpenLayers line rendition

2007-10-05 Thread Steve Lime
Aileen: I'm assuming you're bumping your head against the URL configuration changes that were made in 5.0. Virtually anything you could do in 4.10 is doable in 5.0 but the mechanism may have changed. Can you pass along the URLs that are actually being sent to MapServer? If so, then I can tell yo

Re: [OpenLayers-Users] How connect the editing toolbar to a layer on the fly

2007-10-05 Thread Pierre GIRAUD
I don't really know how you added buttons to the existing toolbar, but you might want to have a look at the panel control. This would allow you to build your own toolbar, including the controls you need. http://openlayers.org/dev/examples/panel.html And, as editingToolbar is "a" panel, you can als

[OpenLayers-Users] Thankful for OL

2007-10-05 Thread Michael Quentel
Happy Thanksgiving to anyone celebrating it this weekend. I am thankful for OpenLayers and the contributors on this list. Many thanks to MetaCarta. OL is fantastic. Cheers, Mike Quentel - This transmission (including any at

Re: [OpenLayers-Users] unneeded tiles for switched off layers

2007-10-05 Thread GregM
I have corrected it in Map.js setCenter function, with some additional lines of checks and conditions inside 'for' loop. It works for me, but I do not know if it is good for any case. Code below: > > for (var i = 0; i < this.layers.length; i++) { > var layer = this.layers[i]; >

Re: [OpenLayers-Users] Markers with popup

2007-10-05 Thread petey1815
Hi, I'm using a similar way to produce markers & popup text on my maps. I'm using the OpenLayers for an online game & am allowing users to move their pieces. A php-script updates the DB & generates CSV-files, that are then loaded into the OpenLayers map. This works fine, but if i use the same fi

Re: [OpenLayers-Users] OpenLayers Proxying in IIS

2007-10-05 Thread Jeff Dege
When I asked Erik whether it would be appropriate to suggest a commercial package on the list, he said yes, it might be of help to others with the same problem, and it would probably encourage others to offer their own solutions, which would also be of help to others with the same problem. > ---

Re: [OpenLayers-Users] GUI frameworks

2007-10-05 Thread Brent Pedersen
to add to the mix: after tinkering with most major frameworks (not Jx, that looks interesting) i've settled on jQuery and yahoo's YUI depending on the project. jquery just released the UI library so it's still a bit rough, but now there are _lots_ of developers and users so things get fixed quickly

Re: [OpenLayers-Users] GUI frameworks

2007-10-05 Thread Anselm Hook
dojo is incredibly heavy - a On 10/5/07, Eric Lemoine <[EMAIL PROTECTED]> wrote: > > On 10/1/07, Bart van den Eijnden (OSGIS) <[EMAIL PROTECTED]> wrote: > > Hi list, > > > > I just read on Sean Gillies' blog that Cartoweb 4 has chosen Dojo to > build > > applications around OpenLayers. > > > > I

Re: [OpenLayers-Users] OpenLayers Proxying in IIS

2007-10-05 Thread John Cole
Search the mailing list, I posted a WFS proxy in asp.net a while back. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Dege Sent: Friday, October 05, 2007 9:57 AM To: users@openlayers.org Subject: [OpenLayers-Users] OpenLayers Proxying in IIS O

Re: [OpenLayers-Users] OpenLayers Proxying in IIS

2007-10-05 Thread Christopher Schmidt
On Fri, Oct 05, 2007 at 09:56:41AM -0500, Jeff Dege wrote: > If your website is IIS, it has not been. I, at least, have been unable > to find either public domain code, or understandable instructions, on > how to create a proxying site for IIS. Users have successfully configured Python-as-CGI und

Re: [OpenLayers-Users] GUI frameworks

2007-10-05 Thread Eric Lemoine
On 10/1/07, Bart van den Eijnden (OSGIS) <[EMAIL PROTECTED]> wrote: > Hi list, > > I just read on Sean Gillies' blog that Cartoweb 4 has chosen Dojo to build > applications around OpenLayers. > > I am also in the phase of choosing a GUI js framework, and for me it seems > Ext JS is the best choice

[OpenLayers-Users] OpenLayers Proxying in IIS

2007-10-05 Thread Jeff Dege
OpenLayers uses AJAX, and AJAX has a problem with cross-domain http requests. So OpenLayers has a mechanism by which a proxy prefix can be prepended to every request, directing the request to a proxy site on the host domain. The issue has always been how to set up such a proxy site. If your webs

Re: [OpenLayers-Users] Control.Panel outside Map Div

2007-10-05 Thread Leandro R
Thank you very much, for the advise and the example. It works exellent. 2007/10/4, Tim Schaub <[EMAIL PROTECTED]>: > > Hey- > > Leandro R wrote: > > Hello!!! > > Is there any chance to put a Panel (a collection of buttons in my case) > > outside the Map. > > I have tried with the 'div' option,

Re: [OpenLayers-Users] feature missing location

2007-10-05 Thread Christopher Schmidt
On Fri, Oct 05, 2007 at 01:37:30PM +0200, Eric Lemoine wrote: > On 10/5/07, Prasad Choudhary <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > > > I have change a bit (just lonlat of boston) in openlayer example of draw > > feature and placed @ > > http://prasad.choudhary.googlepages.com/vector_fea

Re: [OpenLayers-Users] feature missing location

2007-10-05 Thread Christopher Schmidt
On Fri, Oct 05, 2007 at 04:18:45AM -0700, Prasad Choudhary wrote: > > Hello all, > > I have change a bit (just lonlat of boston) in openlayer example of draw > feature and placed @ > http://prasad.choudhary.googlepages.com/vector_feature.html. can anyone > guess whats wrong with my code so the fe

Re: [OpenLayers-Users] vector feature style.

2007-10-05 Thread Christopher Schmidt
On Fri, Oct 05, 2007 at 11:51:26AM +0200, Eric Lemoine wrote: > On 10/5/07, Prasad Choudhary <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > Hi Prasad, > > > > > I have some drawing on map what should I choose OpenLayers.Layer.Vector() or > > OpenLayers.Layer.Canvas() > > What version of OpenL

Re: [OpenLayers-Users] feature missing location

2007-10-05 Thread Eric Lemoine
On 10/5/07, Prasad Choudhary <[EMAIL PROTECTED]> wrote: > > Hello all, > > I have change a bit (just lonlat of boston) in openlayer example of draw > feature and placed @ > http://prasad.choudhary.googlepages.com/vector_feature.html. can anyone > guess whats wrong with my code so the features are m

[OpenLayers-Users] feature missing location

2007-10-05 Thread Prasad Choudhary
Hello all, I have change a bit (just lonlat of boston) in openlayer example of draw feature and placed @ http://prasad.choudhary.googlepages.com/vector_feature.html. can anyone guess whats wrong with my code so the features are missing the location, but on first zoom change they got right place.

Re: [OpenLayers-Users] vector feature style.

2007-10-05 Thread Eric Lemoine
On 10/5/07, Prasad Choudhary <[EMAIL PROTECTED]> wrote: > > Hello all, Hi Prasad, > > I have some drawing on map what should I choose OpenLayers.Layer.Vector() or > OpenLayers.Layer.Canvas() What version of OpenLayers are you using? The Canvas layer is a bit old, so you'd better use the Vector l