[OpenLayers-Users] WFS read problem

2010-03-25 Thread Balázs Bámer
Hi All, I use OpenLayers 2.8 and want to read some features using WFS and attribute filter. The code below was taken from an application, which works fine under OpenLayers 2.7 or earlier (I don't know exactly, it is legacy code and modified somewhat). During wfs.read, but before getting into callb

Re: [OpenLayers-Users] Feature label with leading zero is being trimmed

2010-03-25 Thread Arnd Wippermann
Hi, Look here http://openlayers.org/pipermail/users/2009-August/013462.html http://trac.openlayers.org/ticket/2252 Arnd -Ursprüngliche Nachricht- Von: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] Im Auftrag von Cliang Gesendet: Donnerstag, 25. März 2010 06:30 An

Re: [OpenLayers-Users] Vector Layer Labels

2010-03-25 Thread Tim Schaub
Tom B wrote: > Hi all, > > Just a quick ping on this. This functionality is something that our team > would also find very useful. > For those not reading this in a threaded context, here's the summary: Text symbolizer properties read from an SLD document are not properly applied to features

Re: [OpenLayers-Users] Vector Layer Labels

2010-03-25 Thread Tom B
Hi all, Just a quick ping on this. This functionality is something that our team would also find very useful. (Andrew, I was also unable to get TextSymbolizer to work on vector layers.) Thanks, Tom -- View this message in context: http://n2.nabble.com/Vector-Layer-Labels-tp4756237p4800107.ht

Re: [OpenLayers-Users] [OpenLayers-Dev] integrate openlayers with deegree wms

2010-03-25 Thread Marc Jansen
Hi infolcop. Since your question IMO fits better to the users-list, I CC'ed my answer to us...@openlayers.org. I hope you are subscribed to that list as well. As for your question: In terms of integration of a WMS into OpenLayers it does not matter which software is used to publish the WebMapSe

Re: [OpenLayers-Users] strange raster map behaviour

2010-03-25 Thread Christopher Schmidt
On Thu, Mar 25, 2010 at 06:24:06PM +0100, Stefanie Weykam wrote: > Hi list members, > > We are observing very strange raster map behaviour – our raster maps are > rendered with a slight shift towards south and east. The shift magnitude > also seems to be scale dependant (a bit more in x and less

Re: [OpenLayers-Users] Performance of different layers

2010-03-25 Thread Tim Schaub
Rahn Hanno (rahn) wrote: > Hello, > > This helps, Thank you Bryan. But can you give me some details about > the performance? Do you think it will be better to use an WMS Service > with UMN or Geoserver or so, or is it better to show kml, gml, > geojson. If I use this I don't need a Mapserver , rig

[OpenLayers-Users] strange raster map behaviour

2010-03-25 Thread Stefanie Weykam
Hi list members, We are observing very strange raster map behaviour – our raster maps are rendered with a slight shift towards south and east. The shift magnitude also seems to be scale dependant (a bit more in x and less in y). The maps are correctly displayed in another client (gvSIG) so the

Re: [OpenLayers-Users] Vector layer: overlapping data

2010-03-25 Thread Tim Schaub
Tim Schaub wrote: > Daniel Degasperi wrote: >> Hi, >> I have a Vector Layer with Linestrings, which can also overlapp and I've >> applied a SelectFeature Control (with hover effect) to this Vector Layer. >> My question is, is it possible to bring the current selected feature on >> top of all feat

Re: [OpenLayers-Users] Vector layer: overlapping data

2010-03-25 Thread Tim Schaub
Daniel Degasperi wrote: > Hi, > I have a Vector Layer with Linestrings, which can also overlapp and I've > applied a SelectFeature Control (with hover effect) to this Vector Layer. > My question is, is it possible to bring the current selected feature on > top of all features? See http://trac.op

Re: [OpenLayers-Users] PostGIS layer

2010-03-25 Thread Micha Silver
On 03/25/2010 04:03 PM, Mapmaker wrote: You can query PostGIS and use a PHP script to return the results as KML, GML, GeoJson- and add that layer directly in OpenLayers. Thanks. Just to complete the thread, I'm doing the following in php to dynamically create each GML layer from PostGIS vie

[OpenLayers-Users] Vector layer: overlapping data

2010-03-25 Thread Daniel Degasperi
Hi, I have a Vector Layer with Linestrings, which can also overlapp and I've applied a SelectFeature Control (with hover effect) to this Vector Layer. My question is, is it possible to bring the current selected feature on top of all features? Best regards, Daniel -- Daniel Degasperi Sof

Re: [OpenLayers-Users] Copy openlayers.js locally?

2010-03-25 Thread Mapmaker
http://openlayers.org/download/OpenLayers-2.8.zip http://openlayers.org/download/OpenLayers-2.8.zip Download and view the readme.txt -- View this message in context: http://n2.nabble.com/Copy-openlayers-js-locally-tp4797739p4798292.html Sent from the OpenLayers Users mailing list archive at Na

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-25 Thread Ian Turton
On Thu, Mar 25, 2010 at 8:14 AM, sunny74 wrote: > > Hi, > > I am able to get WFS atop a WMs. > The URL I get when I make a GetFeatureInfo request tells that > service=WFS&version=1.0.0. > But the problem is that GetFeatureInfo doesn't work. That is because GetFeatureInfo is part of the WMS specif

Re: [OpenLayers-Users] PostGIS layer

2010-03-25 Thread Mapmaker
You can query PostGIS and use a PHP script to return the results as KML, GML, GeoJson- and add that layer directly in OpenLayers. -- View this message in context: http://n2.nabble.com/PostGIS-layer-tp4777953p4797746.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] Map isn't shown in IE

2010-03-25 Thread luke82
Well the bugginess is, that I have no errors in IE. Only on a machine of a parnter this error appears. So i don't know, if he has activated JS-debugging but I try to catch this information. Anyway, isn't it like that, that a JS-error will be marked in IE with a little yellow exclamation mark in th

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-25 Thread sunny74
Hi, I am able to get WFS atop a WMs. The URL I get when I make a GetFeatureInfo request tells that service=WFS&version=1.0.0. But the problem is that GetFeatureInfo doesn't work. I get a proxy error as given in the proxy.cgi file. Is it because I am firing the OL code from a aspx webpage. The as

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-25 Thread Zac Spitzer
that should be pretty obvious? find a base map with the same data and then render that data via WFS z On 25 March 2010 21:35, sunny74 wrote: > > Hi, > > How can I test whether the WFS atop a WMS layer is formed properly or not? > can u provide  working example of such a thing with GetFeatureInf

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-25 Thread sunny74
Hi, How can I test whether the WFS atop a WMS layer is formed properly or not? can u provide working example of such a thing with GetFeatureInfo working on it? Thanks for your reply. -- View this message in context: http://n2.nabble.com/WFS-map-from-shapefiles-tp4795937p4796781.html Sent fro

[OpenLayers-Users] FW: FW: Restrict navigation

2010-03-25 Thread Jordi Romagos i Figueras
The problema resolved. The problem was the extent was not compatible with mine. I have manually zoom to each country and get the extent and put this in restrictedExtent. _ ¿Quieres saber q

[OpenLayers-Users] FW: Restrict navigation

2010-03-25 Thread Jordi Romagos i Figueras
Yes, I tried and this not work, the problem is when I put another extent the javascript returns this error: this.center is null These are the map options: My extents extracted from spatialreference.org: // This is Europe extent var extent_europa = new OpenLayers.Bounds(-859177,3907327,332421

Re: [OpenLayers-Users] Restrict navigation

2010-03-25 Thread Zac Spitzer
i think restrict extent is what your after http://www.openlayers.org/dev/examples/restricted-extent.html On 25 March 2010 19:21, Jordi Romagos i Figueras wrote: > Hi, > > Is possible to restrict to certain users the navigation to a one part of the > map. For example, one users only France, anoth

[OpenLayers-Users] Restrict navigation

2010-03-25 Thread Jordi Romagos i Figueras
Hi, Is possible to restrict to certain users the navigation to a one part of the map. For example, one users only France, another one only Spain, etc. Thanks a lot. _ Escucha a quienes ya

Re: [OpenLayers-Users] WFS map from shapefiles

2010-03-25 Thread Zac Spitzer
I'd suggest to start with, try rendering your WFS atop a base map, there are plenty of examples of this in the examples z On 25 March 2010 17:42, sunny74 wrote: > > Hi Zac, > > How can I define the scale? > Is it also necessary to define the maxresolution? > Is it necessary to use proxy.cgi for

Re: [OpenLayers-Users] WFSDescribeFeatureType - how to use it???

2010-03-25 Thread paweluz
Hi Gabriel! I works!! But I had to made some changes... It did not work in a separate variables. I have to do like this: var describeFeatureTypeRequest = OpenLayers.Request.GET({ url: 'http://localhost:8080/geoserver2_0_1/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=top