Re: [OpenLayers-Users] arcgis server 10

2010-08-17 Thread Sarah Schuessler
Thanks for testing and suggestion! I will check these different suggestions for our needs and report back then. best regards Sarah Hi Sarah, You can test OpenLayers with http://resources.arcgis.com/content/arcgisserver/10.0/sample-gis-server-and-gis-services

Re: [OpenLayers-Users] Increasing gap between pan panels

2010-08-17 Thread Sarah Schuessler
Hi, I don`t know if this is the right solution for your problem: did you use margins for your different panels? best regards Sarah Hi, I want to increase gap between north, south, east and west pan panels. I have tried to change in style.css but didn't find

[OpenLayers-Users] arcgis server 10

2010-08-17 Thread Sarah Schuessler
Hi list, is there support for accessing arcgis server 10 (publishing data)? Or is it a better choice to access with geoserver and database? Any experience? Thanks! best regards Sarah ___ Users mailing list Users@openlayers.org http://openlayers.org/m

Re: [OpenLayers-Users] Using overview map, no layers showing up

2010-08-11 Thread Sarah Schuessler
Hi, did you try this: var redgisOverview = new OpenLayers.Control.OverviewMap(options); where options are projection, units, maxExtent. best regards Sarah ___ Users mailing list Users@openlayers.org http://openl

Re: [OpenLayers-Users] GeoExt & OpenLayers

2010-08-06 Thread Sarah Schuessler
Hi, I think you can find some examples for pan, zoom and measure at OpenLayers example page. For changing map layers while zooming you could possible use maxResolution for your layer (or SLD). best regards Sarah Von: "petrus...@canada.com" An: OpenLayers G

Re: [OpenLayers-Users] Delete title in layerswitcher

2010-07-21 Thread Sarah Schuessler
Hi, I think you have to change your .css (or.js) file. Do a search for "overlays". HTH best regards Sarah Von: Rahn Hanno (rahn) An: users@openlayers.org Gesendet: Mittwoch, den 21. Juli 2010, 10:44:05 Uhr Betreff: [OpenLayers-Users] Delete title in layerswit

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Sarah Schuessler
Hi, did you see this (you can even look at examples pages of OL): var infoControls = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://x:8080/geoserver/wms?', title: 'Identify features', infoFormat: 'text/plain', queryVisi

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Sarah Schuessler
Hi, do you want to show only ux and uy or do you want to do a wmsgetfeatureinforequest with that? best regards Sarah Von: Zuhex An: users@openlayers.org Gesendet: Freitag, den 16. Juli 2010, 7:31:10 Uhr Betreff: [OpenLayers-Users] Need help with WMSGetFeature

Re: [OpenLayers-Users] Change the background color of the WMS layer

2010-07-16 Thread Sarah Schuessler
Hi, try using .png or .gif images. best regards Sarah Von: Jehanzeb Orakzai An: users@openlayers.org Gesendet: Donnerstag, den 15. Juli 2010, 21:16:34 Uhr Betreff: [OpenLayers-Users] Change the background color of the WMS layer Hi, I have a problem with m

Re: [OpenLayers-Users] right way for Spatial filtering

2010-06-25 Thread Sarah Schuessler
Hi, and what did you found? ;-) best regards Sarah found! ;-D -- --- Tafuni Vito v...@vitotafuni.com - "Verba volant, scripta manent... data corrupted" 2010/6/24 Vito Tafuni >I would like to draw a sh

[OpenLayers-Users] Gridpanel with dynamic featurestore

2010-06-14 Thread Sarah Schuessler
Hi list, I hope I´m at the right mailing list- if not let me know. I have a featurestore loaded in at gridpanel for a layer. Now I want to change the featurestore if I change the layer at layerswitcher with 'radiochanged'. I think I have to preconfigure the store and the grid because data vary

Re: [OpenLayers-Users] Problem with OpenLayers.Protocol.WFS from Geoserver

2010-06-11 Thread Sarah Schuessler
Hi, for example at geoserver giu you have Namespace topp then you have to declare http://www.openplans.org/topp as featureNS. If you have further problems I think best way is to use the geoserver mailinglist. Have you used pro4j for your epsg:2180 because OL doesn`t support this? HTH best reg

Re: [OpenLayers-Users] Problem with OpenLayers.Protocol.WFS from Geoserver

2010-06-11 Thread Sarah Schuessler
Hi, AFAIK you have to use featureNS with original namespace and not the short one and WFS can´t do GET (but I´m not sure of this one). HTH best regards Sarah Von: Bartłomiej Burkot An: users@openlayers.org Gesendet: Freitag, den 11. Juni 2010, 11:12:53 Uhr B

Re: [OpenLayers-Users] Map begin at specific zoom level

2010-06-08 Thread Sarah Schuessler
Hi, if you use a viewport there is a zoom option (you need to define different scales at your map options). HTH. thanks Sarah How do I cause my map to load at a specific zoom level or scale level when it is first initialized? thank you -- Signed, Alessan

Re: [OpenLayers-Users] unselect did not work

2010-04-28 Thread Sarah Schuessler
for selected features) to see that you have select a feature. Arnd ____ Von: Sarah Schuessler [mailto:sarah_f...@yahoo.de] Gesendet: Dienstag, 27. April 2010 09:57 An: Arnd Wippermann Cc: users@openlayers.org Betreff: AW: [OpenLayers-Users] unselect did not

Re: [OpenLayers-Users] control.SelectFeature

2010-04-27 Thread Sarah Schuessler
Hi, I did not use a filter yet. But I think you can find some examples at example page of OL (http://dev.openlayers.org/releases/OpenLayers-2.9/examples/filter.html for example). There is no filter named "buffer". You can make a GetFeature request with param "buffer"(distance). DWITHIN is usi

Re: [OpenLayers-Users] control.SelectFeature

2010-04-27 Thread Sarah Schuessler
Hi, for question 1 and 2: yes. For question 3 you can use "buffer". best regards Sarah Von: sunny74 An: users@openlayers.org Gesendet: Dienstag, den 27. April 2010, 11:16:33 Uhr Betreff: Re: [OpenLayers-Users] control.SelectFeature Hi Bart, I am interested

Re: [OpenLayers-Users] control.SelectFeature

2010-04-27 Thread Sarah Schuessler
Hi, I think you cannot use a circle instead of a box. But you can change your code to do a GeFeature-request with a filter, so you can request your features around a circle area. To question 1: I had same occurrence with the fast disappearing box- but I think that has to do with event and style

Re: [OpenLayers-Users] unselect did not work

2010-04-27 Thread Sarah Schuessler
_ Von: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] Im Auftrag von Sarah Schuessler Gesendet: Montag, 26. April 2010 10:28 An: users@openlayers.org Betreff: [OpenLayers-Users] unselect did not work Hi list, I try to use Control.SelectFeature but I can`t unselect

Re: [OpenLayers-Users] control.SelectFeature

2010-04-26 Thread Sarah Schuessler
Hi, I want to do the same like here: http://dev.openlayers.org/releases/OpenLayers-2.9/examples/getfeature-wfs.html and get information about selected feature(s) back. I think that it didn`t work because of problems with geoserver wfs version (reproject) and/or params. I don`t know exactly (mo

Re: [OpenLayers-Users] Basic GeoServer OpenLayers map

2010-04-26 Thread Sarah Schuessler
Hi Steven, perhaps this: http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost could help you a little bit. At examples page of OL you can find a proxy.cgi scipt for reference. best regards Sarah Von: Steven Venter An: Frank Broniewski ; users@op

[OpenLayers-Users] unselect did not work

2010-04-26 Thread Sarah Schuessler
Hi list, I try to use Control.SelectFeature but I can`t unselect (selection layer does not get removed). Here is my code: var selectFeature = new OpenLayers.Control.SelectFeature(wfs2, {clickout: true, multiple: false, hover: false, toggle:false, toggleKey: "shiftKey", box: true, multipleKey: "

Re: [OpenLayers-Users] Projection problem

2010-04-20 Thread Sarah Schuessler
Hi, just an idea of mine: do you use 'sphericalMercator': true at your google layer? best regards Sarah Von: José Angel Rodríguez Leyva An: users@openlayers.org Gesendet: Dienstag, den 20. April 2010, 17:33:46 Uhr Betreff: [OpenLayers-Users] Projection probl

Re: [OpenLayers-Users] control.SelectFeature

2010-04-20 Thread Sarah Schuessler
some other things at geoserver but problem still remain. I asked about this issue at geoserver list some time ago but could not solved it yet. Thanks. best regards Sarah ________ Sarah, Sarah Schuessler wrote: > If I use map.addLayers(wfs2) after defining my layer my map

Re: [OpenLayers-Users] control.SelectFeature

2010-04-20 Thread Sarah Schuessler
Check the first example about that matter (the other is just to let you know of the cool 'highlight' feature you might be interested into ): http://www.openlayers.org/dev/examples/select-feature.html http://www.openlayers.org/dev/examples/highlight-feature.html Best regards, Alexandre

[OpenLayers-Users] control.SelectFeature

2010-04-20 Thread Sarah Schuessler
Hi list, I try to select a feature from a wfs layer but it didn´t work. var select = new OpenLayers.Layer.Vector("Selection", { styleMap: new OpenLayers.StyleMap({strokeColor: "blue", strokeWidth: 5 , strokeOpacity: 0.5, fillOpacity: 0.4}), displayInLayerSwitcher: true, visibility: true}); va

Re: [OpenLayers-Users] Geocoding different result sets

2010-04-20 Thread Sarah Schuessler
Hi, I tried this and could not confirm. It does not matter if I use the link or the page I get same results. (I don´t know if this mailinglist is the right place to ask, so perhaps ask on the openstreetmap list.) best regards Sarah Hello, If I enter on

Re: [OpenLayers-Users] WFS not shown, but data received?!

2010-04-19 Thread Sarah Schuessler
Hi, did you defined featureNS at your vector layer? best regards Sarah Von: agentsees An: users@openlayers.org Gesendet: Samstag, den 17. April 2010, 14:18:49 Uhr Betreff: Re: [OpenLayers-Users] WFS not shown, but data received?! Hi, My problem still exists

Re: [OpenLayers-Users] draw feature example

2010-04-13 Thread Sarah Schuessler
Hi, did you searched mapserver list? I´ve found this topic: http://n2.nabble.com/Simple-up-to-date-example-for-Mapserver-and-Openlayers-WFS-td4555146.html#a4555146 Try searching examples page of OpenLayers for Eric´s information. Best regards Sarah Von: sunny

Re: [OpenLayers-Users] WMS GetFeatureInfo not returning results

2010-04-12 Thread Sarah Schuessler
Hi, did you tried using info_format=text/plain? I had same problem some weeks ago and I think with that I get info back. HTH best regards Sarah Von: Tobias Luetticke An: users@openlayers.org Gesendet: Dienstag, den 13. April 2010, 6:32:01 Uhr Betreff: [Open

[OpenLayers-Users] dynamic layer choosing to get attributes

2010-04-09 Thread Sarah Schuessler
Hi list, is there a best practice for choosing a layer: I have different layer and for one of them I want to get attribute data. By now I 'choose' my layer with a GeoExt.data.FeatureStore and a OpenLayers.Protocol.WFS. I would think of either a window, panel,.. that appears if user have clicked

Re: [OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Ok, sorry guys I had a typo,error at my code. I can now confirm that my wfs layer is loaded but my attributestore is all time empty at IE. var styleMap = new OpenLayers.StyleMap({ strokeColor: "red", strokeWidth: 5, strokeOpacity: 0.5,

Re: [OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Update: my first post was only for Firefox: With IE8 I get my attributeStore but no WFS layer (a error report referencing OpenLayers/Format/XML.js line 128: object does not support this attribute or method. (line 128 is: var index = text.indexOf('<'); ) ). Is this issue a browser one or a codin

[OpenLayers-Users] wfs layer

2010-03-31 Thread Sarah Schuessler
Hi list, I´ve noticed a strange behaviour with my wfs layer at my map: my code is at Geoserver www directory (Geoserver 1.7.x comes with Geonetwork and is at webapps directory of my tomcat, so I have to authentificate at tomcat). After I had authentificated my wfs layer and attributestore came u

Re: [OpenLayers-Users] Info button in EditingToolbar

2010-03-30 Thread Sarah Schuessler
Hi, I`m new to OL but I would say that you forgot your options. But why do you want to do it at Toolbar class and not at your own code? best regards Sarah Von: Maribel Bernal An: users@openlayers.org Gesendet: Dienstag, den 30. März 2010, 15:01:40 Uhr Betreff:

Re: [OpenLayers-Users] Opemlayers.loadURL() does not work in GetFeatureInfo

2010-03-29 Thread Sarah Schuessler
Hi, only thing I´ve noticed fast scanning through your code: have you tried setting layer1.map.size.w instead of map.size.w? And have you tried changing INFO_FORMAT? best regards Sarah Von: sunny74 An: users@openlayers.org Gesendet: Dienstag, den 30. März 201

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread Sarah Schuessler
Hi, GetFeatureInfo (WMS) show you the attributes of selected (visible) features. GetFeature show you every Feature of your Layer(WFS). Hope it helps a little bit. best regards Sarah Von: sunny74 An: users@openlayers.org Gesendet: Freitag, den 26. März 2010,

Re: [OpenLayers-Users] wfs response.features empty

2010-03-23 Thread Sarah Schuessler
Hi Bart, thanks a lot! That solved my problem! I had a uri for featureNS at the beginning and it did not work-so something else was even not correct then. Cheers Sarah Hi, featureNS is a URI, not the prefix like you have defined. Check examples/wfs-protoco

[OpenLayers-Users] wfs response.features empty

2010-03-23 Thread Sarah Schuessler
Hi list, I want to load a wfs layer in my map. var wfs = new OpenLayers.Layer.Vector("wfs", {styleMap: styleMap, strategies: [new OpenLayers.Strategy.Fixed()], protocol: new OpenLayers.Protocol.WFS({ url: "http://myserver:81/geoserver/wfs?";, featureNS: "gn",

Re: [OpenLayers-Users] getting Feature Info data directly from .shpfiles

2010-03-22 Thread Sarah Schuessler
HI, did you already see this: http://www.openlayers.org/dev/examples/ (and http://dev.openlayers.org/releases/OpenLayers-2.8/examples/) ? HTH. best regards Sarah Von: sunny74 An: users@openlayers.org Gesendet: Samstag, den 20. März 2010, 21:17:14 Uhr Betreff

Re: [OpenLayers-Users] wfs not displaying

2010-03-09 Thread Sarah Schuessler
Hi, I tried to make it work, but my wfs layer won´t be displayed. I got a respone at firebug (if I use projection: "EPSG:900913" but even if I use no projection, only with EPSG: 31467 I got no features back). If I use these lines: var ddBounds = new OpenLayers.Bounds( -73.839111,40.2879

Re: [OpenLayers-Users] wfs not displaying

2010-03-08 Thread Sarah Schuessler
srsName: "EPSG:4326" } ); If it still doesn't show up then there must be some problem re-projecting the layer to the map's SRS. Good luck, Luís 2010/3/8 Sarah Schuessler > > >>> >>Hi, >>

Re: [OpenLayers-Users] wfs not displaying

2010-03-08 Thread Sarah Schuessler
{ typename: 'myLayersNameInTheServer', } ); If it shows as expected you can try to build it up from there. Good luck, Luís On Mon, Mar 8, 2010 at 3:32 PM, Sarah Schuessler wrote: Hi list, > >I want to display a wfs layer but I get only a

[OpenLayers-Users] wfs not displaying

2010-03-08 Thread Sarah Schuessler
Hi list, I want to display a wfs layer but I get only a firebug response. My code: var wfs2 = new OpenLayers.Layer.Vector("WFS_", {strategies: [new OpenLayers.Strategy.BBOX()], projection: new OpenLayers.Projection("EPSG:4326"), protocol: new OpenL

Re: [OpenLayers-Users] layer.projection.getCode is not a function

2010-03-05 Thread Sarah Schuessler
Von: Christopher Schmidt An: Sarah Schuessler CC: users@openlayers.org Gesendet: Donnerstag, den 4. März 2010, 21:12:02 Uhr Betreff: Re: [OpenLayers-Users] layer.projection.getCode is not a function On Thu, Mar 04, 2010 at 02:13:02PM +, Sarah Schuessler wrote: > Hi list, >

[OpenLayers-Users] layer.projection.getCode is not a function

2010-03-04 Thread Sarah Schuessler
Hi list, I want to add a selectControl to my map (like the getfeature-wfs example). I use Openlayers.Control.GetFeature and OpenLayers.Protocol.WFS.fromWMSLayer. At firebug I see that EPSG from my WMS layer is found ("EPSG:4326") but error came up at WFS.js (line 56) saying layer.projection.getC

Re: [OpenLayers-Users] [MapFish-Users] wrong scale and offset

2010-01-22 Thread Sarah Schuessler
true, displayInLayerSwitcher: true, visibility: true, resolutions: [0.952, 0.0001269, 0.0001587 ]} ), But that did not change anything. Please ask again if something is not clear or you need more code. Thanks best regards Sarah Von: Eric Lemoine An: Sarah Sc

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Sarah Schuessler
. Think its a IE problem (IE can´t find a variable, map or something else). But I don´t have any further ideas how to solve this, sorry. best regards Sarah Von: "Rauch, Barbara" An: Sarah Schuessler ; Marc Jansen CC: users@openlayers.org Gesendet:

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Sarah Schuessler
Hi Barbara, I could confirm that my IE 8 gave me a white page. At Firefox 3.5.7 popups only occur when clicking on the orange circles.(green gave me "searching for data"). best regards Sarah Von: "Rauch, Barbara" An: Marc Jansen CC: users@openlayers.org Ges

Re: [OpenLayers-Users] [MapFish-Users] wrong scale and offset

2010-01-20 Thread Sarah Schuessler
Hi list, I wanted to show that I solved one of my problems: offsets went away after I added 'projection: EPSG:4236' to my OpenLayers.Layer.WMS. I could not manage problem about scale. Any hints about that? Thanks. best regards Sarah No ideas? _

[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 re

Re: [OpenLayers-Users] Projection issue

2009-12-11 Thread Sarah Schuessler
property, or choose something near 1 to see the difference. Regards, Andreas. On 2009-12-11 11:22, Sarah Schuessler wrote: Hi list, > >I`m using mapfish and I want to load WMS/ArcIMS layer. But I see that my >coordinates from bbox are wrong: >I get something like 9.5,48.5,90409.5,90448.5.

Re: [OpenLayers-Users] Projection issue

2009-12-11 Thread Sarah Schuessler
Hi, thanks. But that did not change anything. best regards Sarah Hi, units are not meters for EPSG:4326, but deegrees (units: 'dd'). Best regards, Bart > Hi list, > > I`m using mapfish and I want to load WMS/ArcIMS layer. But I see that my > coordinates f

[OpenLayers-Users] Projection issue

2009-12-11 Thread Sarah Schuessler
Hi list, I`m using mapfish and I want to load WMS/ArcIMS layer. But I see that my coordinates from bbox are wrong: I get something like 9.5,48.5,90409.5,90448.5. WMS epsg is 4326. projection: new OpenLayers.Projection("EPSG:4326"), //default displayProjection: new OpenLayers.Projection("EPSG:4326

Re: [OpenLayers-Users] Postgis layer srs 2908 supported?

2009-12-04 Thread Sarah Schuessler
Thanks Ivan! I will investigate on this. best regards Sarah Von: Ivan Grcic An: Sarah Schuessler CC: users@openlayers.org Gesendet: Freitag, den 4. Dezember 2009, 13:59:29 Uhr Betreff: Re: [OpenLayers-Users] Postgis layer srs 2908 supported? Check out last

Re: [OpenLayers-Users] Postgis layer srs 2908 supported?

2009-12-04 Thread Sarah Schuessler
Hi Ivan, I have about 6500 features (multipolygon). best regards Sarah Von: Ivan Grcic An: Sarah Schuessler CC: users@openlayers.org Gesendet: Freitag, den 4. Dezember 2009, 12:53:53 Uhr Betreff: Re: [OpenLayers-Users] Postgis layer srs 2908 supported? Hi

[OpenLayers-Users] ArcIMS/WMS layers

2009-12-04 Thread Sarah Schuessler
Hi all, I want to add a ArcIMS/WMS layer to my map. I use this code: new OpenLayers.Layer.ArcIMS("ArcIMS", "http://myserver/wmsconnector/com.esri.wms.Esrimap";, { service: "GIS-layer",layers: [{id: "0", visible: true}]}), new OpenLayers.Layer.WMS("WMS", "http://myserver

Re: [OpenLayers-Users] Postgis layer srs 2908 supported?

2009-12-04 Thread Sarah Schuessler
I have solved this: new OpenLayers.Layer.Vector("N.Y.C", {protocol: new mapfish.Protocol.MapFish ({url: "nyc_buildings"}), strategies: [new OpenLayers.Strategy.BBOX({ratio: 1})], isBaseLayer: true, visibility: true , styleMap: new OpenLayers.StyleMap(OpenLayers.Util.appl