Re: [OpenLayers-Users] How to prevent PanZoomBar clicks from propagating to Click control

2010-08-09 Thread Jay Douillard
() - 1); 296 this.map.zoomTo(zoom); 297 OpenLayers.Event.stop(evt); 298 }, Jay Douillard - Original Message - From: Rohan Parkes rohan.par...@pelicancorp.com To: Pierre Giraud pierre.gir...@camptocamp.com Cc: users@openlayers.org Sent: Sunday, August 8

[OpenLayers-Users] Using a select box for the layerswitcher

2009-07-14 Thread Jay Douillard
Hello, I'm currently trying to modify a section of the layerswitcher( http://trac.openlayers.org/browser/trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js ). I'm using a select box rather than radio buttons for the baselayers. Changed code here: http://dpaste.com/67067/ Example of

Re: [OpenLayers-Users] (no subject)

2009-06-25 Thread Jay Douillard
This makes no sense. OpenLayers runs client side (in the browser), it is not server dependent. Are you looking for help or just complaining that OpenLayers wasted your time? - Original Message - From: Vishal Nagpal vishu7...@gmail.com To: users@openlayers.org Sent: Thursday, June

Re: [OpenLayers-Users] Customize layer switcher look and feel

2009-06-04 Thread Jay Douillard
Peter, As far as I know all the styling for the layerswitcher is hardcoded into the javascript, so you can't control it from style.css you can add this to your javascript: map.addControl(new OpenLayers.Control.LayerSwitcher({'div':OpenLayers.Util.getElement('layerswitcher')})); Then you

[OpenLayers-Users] accessing the current base layer

2009-03-26 Thread Jay Douillard
Hello Is there an attribute that stores the current baselayer when using the layer switcher? eg map.base_layer ? I've looked around at the documentation and can't seem to find a reference.. Thanks! Jay ___ Users mailing list

Re: [OpenLayers-Users] accessing the current base layer [SEC=UNCLASSIFIED]

2009-03-26 Thread Jay Douillard
Thanks Matthew! Not sure how I missed that! I had looked over that document a number of times! Jay - Original Message - From: Matthew Doyle m.do...@bom.gov.au To: Jay Douillard jay.douill...@ubc.ca Cc: OpenLayers Mailing List users@openlayers.org Sent: Thursday, March 26, 2009 3

Re: [OpenLayers-Users] Problems with maxExtent and blank images (Mapserver and Mapnik)

2009-03-19 Thread Jay Douillard
Martin, Take a look at the request url that openlayers is sending to mapserver(using firebug). I've had some issues with floating point rounding errors and missing tiles. Try converting your bounds to integers and see if that fixes the problem. jay - Original Message - From:

Re: [OpenLayers-Users] strange request strings

2009-02-27 Thread Jay Douillard
Correct, I'm using EPSG 3005... Is there any kludge to get around this problem? and If not, where is this issue in the source, I'll take a look. Thanks! Jay - Original Message - From: Christopher Schmidt crschm...@metacarta.com To: Jay Douillard jay.douill...@ubc.ca Cc

[OpenLayers-Users] strange request strings

2009-02-26 Thread Jay Douillard
Hello, using OL 2.7 I keep having slow loading of pre-rendered tiles (made with tilecache). When I looked at the requests with firebug I can see that OL is requesting strange images, that shouldn't exist, and getting 404 errors. The requested URL is:

Re: [OpenLayers-Users] OpenLayers Book

2009-01-14 Thread Jay Douillard
I think perhaps a way to approach this issue is through this list. My logic is as follows Search documentation --- No answer --- Ask List --- Summarize and generalize responses and add to documentation. I know not everyone can even do that--as they might not be at the level to understand

[OpenLayers-Users] Firebug and OL

2008-12-10 Thread Jay Douillard
I've been having trouble debug my openlayers code with firebug. I thought I was doing something fundamentally wrong, but then I checked the demo map on the openlayers homepage and the same code that did not work with my map worked just fine.. for example map.layers.length should = a number in

Re: [OpenLayers-Users] Firebug and OL

2008-12-10 Thread Jay Douillard
Thanks Chris! I knew it was some ridiculously simple javascript concept I had missed! Time to spend more time actually LEARNING javascript! jay - Original Message - From: Christopher Schmidt [EMAIL PROTECTED] To: Jay Douillard [EMAIL PROTECTED] Cc: OpenLayers Mailing List users