[OpenLayers-Users] wrong scale and offset

2010-01-13 Thread Sarah Schuessler
No ideas? Hi list, I have a map with 3 wms and one image (.png) layer. I have different problems: 1. one of my wms layer don´t come up if my scale are than about 1:3 so it seems that my scale is wrong (in ArcMap at 1:5)- but my getcapabilities

[OpenLayers-Users] WFS Error: OpenLayers.Layer.WFS is not a constructor

2010-01-13 Thread paweluz
Hi All the time I am trying to use WFS layer I have error : OpenLayers.Layer.WFS is not a constructor for egzample var roads = new OpenLayers.Layer.WFS( Roads, /geoserver/wfs, {typename: 'topp:tasmania_roads'}, {

[OpenLayers-Users] WMSGetFeatureInfo - speed of 'text/html' vs 'application/vnd.ogc.gml'

2010-01-13 Thread Herman Badenhorst
Hi group. I was just wondering, why is the speed between 'text/html' and 'application/vnd.ogc.gml' infoFormat so different? If I select text/html and click on an area, it takes about 1 second to return. If I select application/vnd.ogc.gml and click on an area, it takes about 20 second to

Re: [OpenLayers-Users] WFS Error: OpenLayers.Layer.WFS is not a constructor

2010-01-13 Thread paweluz
I forgot to say, that this error only occurs on my local installation. When I am try to check the WFS layer from the on the Openlayers-example page WFS layers is working fine. But when I copy the WFS layer definition from example file, and I try to use it in my page I got error

[OpenLayers-Users] Pan with left, Zoom(Box) with right mouse button

2010-01-13 Thread Dirk Hamberger
Hi everyone, has anybody already tried to alter the way OpenLayers handles panning and dragging a zoombox? I don't want to have a modifier key to switch the Navigation-Control to zoombox mode, instead I want to have the ZoomBox feature on the right mousebutton. What is even trickier - at the

Re: [OpenLayers-Users] WFS Error: OpenLayers.Layer.WFS is not a constructor

2010-01-13 Thread paweluz
Solved I was using wrong Openlayers version. I downloaded the latest version and nowe everything is working just fine :) -- View this message in context: http://n2.nabble.com/WFS-Error-OpenLayers-Layer-WFS-is-not-a-constructor-tp4343721p4347986.html Sent from the OpenLayers Users mailing list

[OpenLayers-Users] WFS layer does not appear - solution and question

2010-01-13 Thread paweluz
Hi I was dealing with this problem some time ago, but finally I have decided to use WMS layer. Now unfortunately I have to use WFS layer because I have to provide functionality of clicking and editing roads on map. I was trying for some time to cope with it and I finally did it. The problem was

Re: [OpenLayers-Users] WFS layer does not appear - solution and question

2010-01-13 Thread Zac Spitzer
are both folders being served via a webserver? 2010/1/13 paweluz pawe...@o2.pl: Hi I was dealing with this problem some time ago, but finally I have decided to use WMS layer. Now unfortunately I have to use WFS layer because I have to provide functionality of clicking and editing roads on

Re: [OpenLayers-Users] WFS layer does not appear - solution and question

2010-01-13 Thread paweluz
No... the d:/my_project was just my folder, not connected to any server or something like this. I was thinking that adding openlayer library to my folder will do all the magic but I guess i will not... Everything works just fine with WMS. Why doesn't with WFS? What do you think? -- View this

Re: [OpenLayers-Users] WFS layer does not appear - solution and question

2010-01-13 Thread Christopher Schmidt
On Wed, Jan 13, 2010 at 04:38:58AM -0800, paweluz wrote: No... the d:/my_project was just my folder, not connected to any server or something like this. I was thinking that adding openlayer library to my folder will do all the magic but I guess i will not... Everything works just fine with

[OpenLayers-Users] Bug possibly related to ticket #1910

2010-01-13 Thread Atle Frenvik Sveen
Hello all! This may be related to Ticket #1910, although I’m not 100% sure. This ticket was the one that lead me onto this problem, so thought it might be relevant information here. I encountered an error: “Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0;

Re: [OpenLayers-Users] reprojecting issues

2010-01-13 Thread pere roca ristol
yes, you are right, proj4.js gives back information (reprojected bbox) used to create a new GetMap request. Pere 2010/1/12 Ian Turton ijtur...@gmail.com On Tue, Jan 12, 2010 at 2:39 PM, pere roca ristol pero...@gmail.comwrote: if the reprojection is on the client-side... I must

Re: [OpenLayers-Users] maxExtent error

2010-01-13 Thread raul1113
Thanks for the help, the solution was easier of what I tought. -- View this message in context: http://n2.nabble.com/maxExtent-error-tp4293879p4348740.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list

[OpenLayers-Users] Showing pink tiles

2010-01-13 Thread raul1113
I'm dealing with this headache that is so common. Sometimes my layers shows pink images, but when I use Firebug to inspect the div where de pink image is, Firebug shows the image ok, so I supose the image is there but by some reason OL doesn´t show it. I tried setting

[OpenLayers-Users] Scalebar Align...

2010-01-13 Thread stela anders
Hello all ... I created I scalebar : var scalebar = new OpenLayers.Control.ScaleBar({ align: right }); scalebar.divisions = 3; map.addControl(scalebar); All works fine, but the scale is always align to left... Any idea? I need align that to right... Thanks

[OpenLayers-Users] Opacity of GoogleLayer, get selected layer

2010-01-13 Thread Dirk Tanneberger
Hi everybody, I'm using Openlayers within MapFish. But I think the issue is specific to Openlayers, so I post it here. Hope somebody got a clue. What I'm trying to do is: applying a opacity to a Google-Layer with the setOpacity-method. Here is the code I'm using: var options = {

[OpenLayers-Users] Select geojson feature from hyperlink

2010-01-13 Thread Jtrsmith
I have a map that is displaying a set of polygons from geojson, when selected these polygons display a popup which contains attributes from the geojson. Is it possible to have a link on the page (not on the map) that will trigger the selectfeature event? I would like to have a list of the

Re: [OpenLayers-Users] Cursor style on control activation

2010-01-13 Thread Richard Greenwood
On Mon, Jan 11, 2010 at 11:58 AM, bart...@osgis.nl wrote: IIRC the syntax is: .olControlZoomBoxActive {  cursor: pointer; } etc. so displayClass plus Active. Bart Bart, Your post was very helpful. Thank you. I have one additional question - using displayClass plus Active correctly

[OpenLayers-Users] GoogleMaps and Layers with differents projections

2010-01-13 Thread johnalvarado
Hello. Excuse me for my english :) I need your help, I see any post, but i can't achieve yet. I need join layers form differents servers, but this layers are in differents projections (23030, 4326, 26713, etc.) and need googlemaps with base layer. It is possible? Example: - Base layer:

Re: [OpenLayers-Users] Select geojson feature from hyperlink

2010-01-13 Thread Eric Lemoine
On Thursday, January 14, 2010, Jtrsmith jtrsm...@gmail.com wrote: I have a map that is displaying a set of polygons from geojson, when selected these polygons display a popup which contains attributes from the geojson. Is it possible to have a link on the page (not on the map) that will

Re: [OpenLayers-Users] Scalebar Align...

2010-01-13 Thread Dirk Hamberger
Hi Stela, this worked for me ... ... just overwrite the following css-Class in Your custom Stylesheet ... ... the most important line: left: auto ... to clear the left alignment which for some reason takes precedence over the right alignment statement: .olControlScaleLine { left:auto;

Re: [OpenLayers-Users] Opacity of GoogleLayer, get selected layer

2010-01-13 Thread Eric Lemoine
On Wed, Jan 13, 2010 at 7:05 PM, Dirk Tanneberger dirk.tanneber...@unibas.ch wrote: Hi everybody, Hi I'm using Openlayers within MapFish. But I think the issue is specific to Openlayers, so I post it here. Hope somebody got a clue. What I'm trying to do is: applying a opacity to a