Re: [OpenLayers-Users] TileCache works when used through wms layer but not as a TileCache Layer

2008-01-11 Thread Lance Dyas
Nor is the version here updated http://www.openlayers.org/api/OpenLayers.js It seems many of very nice fixes and general improvements wait quite a while before becoming part of the "latest release" Lance Dyas wrote: > Follow up, the error was already fixed in the Trunk a month ago (Thanks > Fred

Re: [OpenLayers-Users] TileCache works when used through wms layer but not as a TileCache Layer

2008-01-11 Thread Lance Dyas
Follow up, the error was already fixed in the Trunk a month ago (Thanks Fred), but I hadnt updated my local version. Christopher Schmidt wrote: > On Fri, Jan 11, 2008 at 05:54:46PM -0600, Lance Dyas wrote: > >> So everybody knows I found the problem the clone method of >> TileCache.Layer is n

Re: [OpenLayers-Users] TileCache works when used through wms layer but not as a TileCache Layer

2008-01-11 Thread Christopher Schmidt
On Fri, Jan 11, 2008 at 05:54:46PM -0600, Lance Dyas wrote: > So everybody knows I found the problem the clone method of > TileCache.Layer is not sending the layername correctly > so Overview Map is getting the options object in place of > the layername. Please file this as a ticket. Regards, --

Re: [OpenLayers-Users] TileCache works when used through wms layer but not as a TileCache Layer

2008-01-11 Thread Lance Dyas
So everybody knows I found the problem the clone method of TileCache.Layer is not sending the layername correctly so Overview Map is getting the options object in place of the layername. Christopher Schmidt wrote: > On Thu, Jan 10, 2008 at 11:51:27PM -0600, Lance Dyas wrote: > >> The fix is gr

Re: [OpenLayers-Users] Controls and map events

2008-01-11 Thread Attila Csipa
On Friday 11 January 2008 17:49:09 Eric Lemoine wrote: > > In any case (in mine DragHandler > > and a 'click' Map.Event above a feature), I've tried setting both > > true/false manually but that did not change much as (according to my > > admittedly poor firebug skills) the event still gets stopped

[OpenLayers-Users] Possible pink tile fix

2008-01-11 Thread Ben Brehmer
Hello all, I just wanted to throw this out there as it might be useful to others; We'd been having some problems with pink tiles, even with IMAGE_RELOAD_ATTEMPTS set to a large number (10). The tile reload would max out and the tile still wouldn't load properly in IE6 & 7. But adding a dynamic

Re: [OpenLayers-Users] [newbie] Different projections, Mapserver as WMS

2008-01-11 Thread Julien-Samuel Lacroix
Hi, Your MapServer layer probably doesn't support the EPSG:4326 projection. To make it support this projection, you must specify it in the wms_srs metadata in your mapfile. This metadata list all SRS available for the layer. See the wms_srs metadata explanation here: http://mapserver.gis.umn.e

Re: [OpenLayers-Users] Controls and map events

2008-01-11 Thread Eric Lemoine
On Jan 11, 2008 2:49 PM, Attila Csipa <[EMAIL PROTECTED]> wrote: > On Thursday 10 January 2008 12:29:26 Eric Lemoine wrote: > > Since pretty soon, the drag handler has a stopDown API property that > > Now that's what I call bleeding edge :) > > > one can set to allow/disallow event propagation. You

Re: [OpenLayers-Users] [OpenLayers-Dev] Hover style not working on GML

2008-01-11 Thread Eric Lemoine
On Jan 11, 2008 5:15 PM, Dejung Gewissler <[EMAIL PROTECTED]> wrote: > Hi All- Hi Dejung > I've added a GML layer to the map would like the following scenario: > 1) features rendered differently based on feature values (done with > styles and rules) > 2) on mouseover/hover of a feature t

[OpenLayers-Users] Hover style not working on GML

2008-01-11 Thread Dejung Gewissler
Hi All- I've added a GML layer to the map would like the following scenario: 1) features rendered differently based on feature values (done with styles and rules) 2) on mouseover/hover of a feature the hover styles to take effect 3) on click of the feature a popup should appear 1) is

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-11 Thread Christopher Schmidt
On Fri, Jan 11, 2008 at 10:58:16AM -0500, Dejung Gewissler wrote: > So I spent quite a while trying to figure out the why the styling wasn't > taking hold in IE but worked in FF. Alas it my shortsightedness in not > realizing that "FF" and "#FF" are not the same!!! FF is more > forgiving

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-11 Thread Dejung Gewissler
So I spent quite a while trying to figure out the why the styling wasn't taking hold in IE but worked in FF. Alas it my shortsightedness in not realizing that "FF" and "#FF" are not the same!!! FF is more forgiving I guess and accepted the color without the hash but IE defaulted to blac

Re: [OpenLayers-Users] Re projecting Google

2008-01-11 Thread Mike Adair
I've added a test point for EPSG:27700 to proj4js and it is accurate to less than a mm. I was encountering a problem in that the proj4 C code codes the datum name as 'OSGB36' whereas spatialreference.org is returning 'OSB36', not sure why. In any case I've added an alias for that in proj4js n

[OpenLayers-Users] [newbie] Different projections, Mapserver as WMS

2008-01-11 Thread Cranio
Hi you all! I'm an absolute beginner so I hope that you'll have some patience. What I am trying to do is to have two layers on an Openlayers map. The FIRST layer is the OpenLayers WMS that we can found in many examples. I believe it relies on a "EPSG:4326" projection, right? var wms = new OpenL

Re: [OpenLayers-Users] CSS reference?

2008-01-11 Thread mpriour
You can find the css classes in: OpenLayers-2.5\theme\default\style.css for the Nav Tool Bar use can find several entries begining with: .olControlNavToolbar The general pattern is olControl[Class Name] for controls and olLayer[ClassName] for layers Also you can use the DOM Explorer is FF or Dev

Re: [OpenLayers-Users] Linestring oriented features

2008-01-11 Thread David R Robison
We are trying to display road closure incidents on a OL map. These incidents are linestrings. I think I will try the Vector layer with Vector features... David Pierre GIRAUD wrote: What is the use case ? Do you need to map wind direction or something similar ? If it's the case, it would be te

Re: [OpenLayers-Users] Controls and map events

2008-01-11 Thread Attila Csipa
On Thursday 10 January 2008 12:29:26 Eric Lemoine wrote: > Since pretty soon, the drag handler has a stopDown API property that Now that's what I call bleeding edge :) > one can set to allow/disallow event propagation. You can try to do > dragControl.dragHandler.stopDown = true. Currently, there'

Re: [OpenLayers-Users] Openlayers.Handler.MOD_SHIFT

2008-01-11 Thread Eric Lemoine
On Jan 10, 2008 7:03 PM, Marcelino Ferreira Soares Neto <[EMAIL PROTECTED]> wrote: > > > > > Openlayers.Handler.MOD_SHIFT is null or not an object > > > > This error happens always when I access my application from outside the > network. > > Someone knows what happens? Your email doesn't provide e

Re: [OpenLayers-Users] TileCache works when used through wms layer but not as a TileCache Layer

2008-01-11 Thread Christopher Schmidt
On Thu, Jan 10, 2008 at 11:51:27PM -0600, Lance Dyas wrote: > The fix is great and the tilecache layer is working nicely ... but isnt > there always a but... > this is probably an easy one.. ;-) the overview map now isnt recognising > the > layer name properly in the urls it requests... > http://

Re: [OpenLayers-Users] Linestring oriented features

2008-01-11 Thread Pierre GIRAUD
What is the use case ? Do you need to map wind direction or something similar ? If it's the case, it would be technically possible to use the vectorSymbols I started to develop [1] and give it an angle. [1] http://dev.openlayers.org/sandbox/camptocamp/vectorSymbols/examples/vector-symbols.html

Re: [OpenLayers-Users] OL and FS - puzzled

2008-01-11 Thread Pierre GIRAUD
As far as I can remember, there is a ratio option. Here is the definition given in the code : "the ratio of image/tile size to map size (this is the untiled buffer)" Given this, you can set a ratio to 1 and you'll see your 50 markers in the current visible extent. A ratio set to 2 prevents the d

Re: [OpenLayers-Users] OL and FS - puzzled

2008-01-11 Thread Brian Hamlin
On Jan 10, 2008, at 11:24 PM, Brian Hamlin wrote: > I have recently hooked up a trivial instance of FeatureServer against a > PostGIS data source > The WFS GML is being displayed in an OpenLayers display > > Why arent there as many markers showing in the window as are coming > back from the server