Re: [OpenLayers-Users] Need for pan mode when digitizing a feature near map edge

2007-09-14 Thread mcarsel
Thanks for the quick response. Google MyMaps allows a drag pan from anywhere while digitizing. I was mistaken, you don't have to be near the map edge. They also have a right click 'Center Map Here' function. It might make the coding simpler to allow a drag pan. I notice also that OpenLayers

Re: [OpenLayers-Users] Can openlayers read featureserver WFS from remote location?

2007-09-14 Thread Christopher Schmidt
On Fri, Sep 14, 2007 at 05:05:03PM -0500, Ed Fialkowski wrote: > Hey Chris, that worked perfectly. I should have known openlayers with > javascript couldn't access that kind of info. I didn't think about it > though, thanks. > > So, I'm pretty sure this will be my one last thing. Is it possible

Re: [OpenLayers-Users] Can openlayers read featureserver WFS from remote location?

2007-09-14 Thread Ed Fialkowski
Hey Chris, that worked perfectly. I should have known openlayers with javascript couldn't access that kind of info. I didn't think about it though, thanks. So, I'm pretty sure this will be my one last thing. Is it possible to retrieve various xml tags from the featureServer WFS output into the

Re: [OpenLayers-Users] Need for pan mode when digitizing a feature near map edge

2007-09-14 Thread Christopher Schmidt
On Fri, Sep 14, 2007 at 01:44:03PM -0700, mcarsel wrote: > > We need a way to pan the map while in the midst of digitizing a feature near > the map edge, say within 30 pixels. The mouse pointer could change to the > pan icon when the cursor is near the edge to give the user an opportunity to > pa

[OpenLayers-Users] Need for pan mode when digitizing a feature near map edge

2007-09-14 Thread mcarsel
We need a way to pan the map while in the midst of digitizing a feature near the map edge, say within 30 pixels. The mouse pointer could change to the pan icon when the cursor is near the edge to give the user an opportunity to pan. After the user pans the map, the user could continue with digit

Re: [OpenLayers-Users] Can openlayers read featureserver WFS from remote location?

2007-09-14 Thread Christopher Schmidt
On Fri, Sep 14, 2007 at 01:35:20PM -0500, Ed Fialkowski wrote: > Hi List, I have a featureserver WFS set up at computer A. When I put an > openlayers app to read it from computer A (local), it works great, even > though I'm providing a full, remote location for the WFS ( > http://host.com/etc/etc)

[OpenLayers-Users] Can openlayers read featureserver WFS from remote location?

2007-09-14 Thread Ed Fialkowski
Hi List, I have a featureserver WFS set up at computer A. When I put an openlayers app to read it from computer A (local), it works great, even though I'm providing a full, remote location for the WFS ( http://host.com/etc/etc). When I put the exact same openlayers app on computer B and provide th

Re: [OpenLayers-Users] Overlay Issue

2007-09-14 Thread Tim Schaub
Hey- Paul Ramsey wrote: > Anyone seen this before? Pretty simple page (add map, add two layers, > one yahoo, one wms overlay): > > http://mapserver.refractions.net/openlayers/index.html Note that this is not the issue causing you trouble, but it points to a potential misunderstanding. You are

Re: [OpenLayers-Users] Users Digest, Vol 12, Issue 21

2007-09-14 Thread Rob Booth
Have you looked at http://www.jslint.com or http://www.javascriptlint.com/ ? On 14/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Date: Fri, 14 Sep 2007 11:12:37 -0400 > From: "Erik Uzureau" <[EMAIL PROTECTED]> > Subject: [OpenLayers-Users] lint for javascript > To: "[EMAIL PROTECTED]"

Re: [OpenLayers-Users] GML and SLD

2007-09-14 Thread Christopher Schmidt
On Fri, Sep 14, 2007 at 05:06:16PM +0200, Jacolin Yves wrote: > Sorry, My explanation is not clear. I get an url from a webservice which > supply a gml. I succeed to display this layer in OL. I would like to change > the style for each feature using a sld file. > > In order to test OL (and mysel

[OpenLayers-Users] lint for javascript

2007-09-14 Thread Erik Uzureau
Does anyone know of a good lint-like program for running over JavaScript files? Erik ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Google Style popup

2007-09-14 Thread jonz
Make sure that "OpenLayers/Layer/Text.js" is included before "popup.js" (the official popup doesn't need it and by default was included before it in OpenLayers.js) ciao jon ErickGB wrote: > > I have an error when replacing the Popup.js > > BaseType class, line 19 > var proto = ne

Re: [OpenLayers-Users] GML and SLD

2007-09-14 Thread Christopher Schmidt
On Fri, Sep 14, 2007 at 04:08:54PM +0200, Jacolin Yves wrote: > Le Thursday 06 September 2007 13:23:58 Christopher Schmidt, vous avez ?crit?: > > On Thu, Sep 06, 2007 at 12:44:00PM +0200, Jacolin Yves wrote: > > > Hi List, > > > > > > I am looking how to change "icons" of a GML layer. I read this b

Re: [OpenLayers-Users] GML and SLD

2007-09-14 Thread Jacolin Yves
Le Thursday 06 September 2007 13:23:58 Christopher Schmidt, vous avez écrit : > On Thu, Sep 06, 2007 at 12:44:00PM +0200, Jacolin Yves wrote: > > Hi List, > > > > I am looking how to change "icons" of a GML layer. I read this bug trac > > [1] which seems working for WMS layer (not tested but seems