Re: [Geoserver-users] SLD 1.0 has no type attribute for ColorMap

2011-03-03 Thread Andrea Aime
On Wed, Mar 2, 2011 at 9:21 PM, Chris Dobell wrote: > Hi all, > > The official Geoserver SLD examples do not validate against the official > SLD xsd because no attributes are allowed in the ColorMap element. > > For example, this element will not validate against the official SLD > schema: > > >

Re: [Geoserver-users] Help with reprojection

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 2:04 AM, wrote: > I would appreciate any help with the following… > > I have a postgres/postgis database that has a table with points using srid > = 2163. If I do: > > SELECT ST_AsEWKT(ST_Transform((select spatial_location from vw_maps where > id=1),900913)); > > I getÂ

Re: [Geoserver-users] Overriding newWebRequest

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 8:56 AM, Martin Zeller wrote: > > Hi, > > in order to create a wicket file upload with use of the ajax progress bar I > have to override the newWebRequest method of the application to return a > "new UploadWebRequest(servletRequest);" > > Now, how can I do this in my GeoSe

Re: [Geoserver-users] Specifying z-index of overlapping PointSymbolizer within ExternalGraphic.

2011-03-03 Thread Andrea Aime
On Wed, Mar 2, 2011 at 4:29 PM, velDiablo wrote: > > Hello! > > I have following problem: I have a layer with points. Each point has an > image (ExternalGraphic) attached. > > If the points are very close, then their images overlap. > > Is it possible, in GeoServer (in SLD styles?), to specify th

[Geoserver-users] Coordinate system problem.

2011-03-03 Thread Robert Buckley
Hi, I created an image pyramid which was in EPSG:4326 ie wgs84 using gdal_retile When I loaded it into geoserver it was accepted and displayed without a problem. however, the coordinates are not in lat/lon they are..(see bbox) geoserver/wms?service=WMS &version=1.1.0 &request=GetMap &layers=zg

Re: [Geoserver-users] Map Scale Denominator Issue

2011-03-03 Thread Steve Way
Hi Andrea, Thanks for your reply. I am unfortunately unable to share the data, but I can share that the data is stored in an Oracle Spatial DB. Kind Regards, Steve From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 02 March 2011 20:23 To: Steve Way Cc: g

Re: [Geoserver-users] Coordinate system problem.

2011-03-03 Thread Robert Buckley
hi, I'll answer the question mayself.I changed projection: epsg900913 to projection: epsg4326 and it was displayed ok. Does this mean that I can´t display my own epsg: base maps together with google maps? thanks, RObert Von: Robert Buckley An: geose

Re: [Geoserver-users] Map Scale Denominator Issue

2011-03-03 Thread Steve Way
Another thing - I can't tell if this is happening with Raster data as it does not print in the logs, but for vector data it definitely does print in the logs. From: Steve Way [mailto:steve@infotech-enterprises.com] Sent: 03 March 2011 09:58 To: Andrea Aime Cc: geoserver-users@lists.sourceforg

Re: [Geoserver-users] Map Scale Denominator Issue

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 10:58 AM, Steve Way < steve@infotech-enterprises.com> wrote: > Hi Andrea, > > > > Thanks for your reply. > > > > I am unfortunately unable to share the data, but I can share that the data > is stored in an Oracle Spatial DB. > Scale computation is independent of the da

Re: [Geoserver-users] Map Scale Denominator Issue

2011-03-03 Thread Steve Way
Hi Andrea, Thanks very much - this is exactly the answer I was looking for. Cheers, Steve From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 03 March 2011 10:17 To: Steve Way Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Map Scal

Re: [Geoserver-users] App-Schemas and Feature Chaining

2011-03-03 Thread Ben Caradoc-Davies
Please resend your email to the users list so that everyone can see it. Others may be able to assist. On 03/03/11 18:12, Shaw Innes wrote: > Hi Ben, >Thanks for the quick response. I realised that might make some difference > so I changed my database schema to be all lower case - which brou

Re: [Geoserver-users] error with wfs 1.1.0 after huge number of requests

2011-03-03 Thread Wouter Schaubroeck
The bugreport seems indeed similar. I'll test it out, and keep you informed. thx, wouter -- Wouter http://blog.giswhat.be On 2 March 2011 21:52, Andrea Aime wrote: > On Wed, Mar 2, 2011 at 12:00 PM, Wouter Schaubroeck wrote: > >> Hi list, >> >> We have several instances of GeoServer running in

Re: [Geoserver-users] geoserver and layers security

2011-03-03 Thread marwa El-said
Hello all, I mean that I wann to add a key to my map to prevent any one from streaming my maps and using it for any other purpose How can I add key to my maps on geoserver like google maps API key or something similar to this. Regards, Marwa Elsaid Date: Wed, 2 Mar 2011 14:11:58

Re: [Geoserver-users] App-Schemas and Feature Chaining

2011-03-03 Thread Shaw Innes
-- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physi

[Geoserver-users] geoserver can´t see my pyramid store

2011-03-03 Thread Robert Buckley
hi, after creating tiles in gdal_retile I loaded the tiles onto my server. When I try to create the store I always get the following error... "Could not find file: file:data/coverages/zgb/tk50" however I have checked that the path is correct and the data was tested locally on geoserver and gave

[Geoserver-users] GEOS-3586 Feedback on worldwind formats module

2011-03-03 Thread tisham
Hi All, I have asked the worldwind community to test and evaluate the Geoserver module - http://forum.worldwindcentral.com/showpost.php?p=90716&postcount=19. I am cross-posting here to get some review on the code and accompanying documentation (which is very simple at this stage). https://svn.cod

Re: [Geoserver-users] Cannot get GeoExt Styler to display [SOLVED]

2011-03-03 Thread mickae1
Hi, I've the same problem as him. I mean, that I have GeoServer 2.0.2 and when i try this page : .../styler/index.html It doesn't work, I figure out from firebug that my Styler version is too old. http://projects.opengeo.org/styler/wiki/howto/build I tried to get the new one, but I couldn't

[Geoserver-users] WMS GetMap inlineFeature not working in GeoServer 2.1.x?

2011-03-03 Thread Gottfrid Linge
Hi! Using the SLD_BODY and inlineFeature has previously worked in GeoServer 2.0.x. When I try to use it in GeoServer 2.1.x, for example by using the demo request "WMS_getMap_inlineFeature.url" I get the following error: "java.lang.RuntimeException: base url not specified and unable to find intern

[Geoserver-users] Nested SLD rules?

2011-03-03 Thread Charles Galpin
I apologize in advance for not finding the spec and reading it, but I fear it would be a waste of time and an easy one for someone to answer anyway (probably with 2 letters). Is there a way to nest rules, or otherwise use more advanced control logic in SLD? I am making a stylesheet which would

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread Shaw Innes
Further to my previous post - I have found this error which is coming up whenever I click the publish button on the complex feature layer. Caused by: org.geotools.data.DataSourceException: http://sidelab:Locality:Locality not found. Available: [http://sidelab:Locality] at org.geotools.d

Re: [Geoserver-users] Help with reprojection

2011-03-03 Thread Alex Barros
Andrea: Thank you for your insight. My issue is that I am trying to put my layer on top of a google map, which requires srid 900913. I am assuming that at some point I need to do the reprojection from 2163 to 900913, and geoserver WMS seems to be the right place. do you know if there is a way t

Re: [Geoserver-users] Help with reprojection

2011-03-03 Thread Rahkonen Jukka
Hi, EPSG:900013 is a pseudo-code for the Pseudo-Mercator projection and it has never been under that code in the EPSG registry. It was for a little while EPSG:3785 but it is no more valid so forget it, too. The right code to use is EPSG:3857 http://www.epsg-registry.org/report.htm?type=sele

Re: [Geoserver-users] Help with reprojection

2011-03-03 Thread Radoslaw Panczak
see also http://gis.stackexchange.com/questions/253/what-is-the-current-web-mercator-projection-code On 3 March 2011 15:55, Rahkonen Jukka wrote: > Hi, > > EPSG:900013 is a pseudo-code for the Pseudo-Mercator projection and it has > never been under that code in the EPSG registry. It was for a

Re: [Geoserver-users] Nested SLD rules?

2011-03-03 Thread David Winslow
SLD itself doesn't have a way to combine rules in the way you discuss. GeoServer does offer filter functions that let you use if/then/else constructs for individual properties, so you might be able to use that. Those filter functions don't have access to scale information, so you can't use it for

[Geoserver-users] RC2 Testing

2011-03-03 Thread Steve Way
Hi Everyone, I have just started testing RC2 from a fully working RC1 installation and receive the following error on all Oracle Vector Data. Has anyone else had this issue? Cheers, Steve java.lang.RuntimeException: java.io.IOException: Error occured calculating bounds at org.geoto

[Geoserver-users] [Firefox][BUG] GeoServer+2.1-RC1

2011-03-03 Thread Micka
Hi, Here is an information : I've just downloaded the last version of geoserver : /GeoServer+2.1-RC1 And when I'm trying to select a layer I got : Wicket.showIncrementally is not a function http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.layer.LayerPage Li

Re: [Geoserver-users] RC2 Testing -- Please ignore

2011-03-03 Thread Steve Way
Please ignore. From: Steve Way [mailto:steve@infotech-enterprises.com] Sent: 03 March 2011 15:22 To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] RC2 Testing Hi Everyone, I have just started testing RC2 from a fully working RC1 installation and receive the following erro

Re: [Geoserver-users] Cannot get GeoExt Styler to display [SOLVED]

2011-03-03 Thread Justin Deoliveira
Unfortunately the way the styler is built has changed. Your best bet is to post on http://getsatisfaction.com/opengeo and ask how you can build it standalone. Or you can grab the opengeosuite community edition since it is being bundled there. On Thu, Mar 3, 2011 at 6:23 AM, mickae1 wrote: > > Hi

Re: [Geoserver-users] Help with reprojection

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 3:55 PM, Rahkonen Jukka wrote: > Hi, > > EPSG:900013 is a pseudo-code for the Pseudo-Mercator projection and it has > never been under that code in the EPSG registry. It was for a little while > EPSG:3785 but it is no more valid so forget it, too. The right code to use > is

Re: [Geoserver-users] [Firefox][BUG] GeoServer+2.1-RC1

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 4:25 PM, Micka wrote: > Hi, > > Here is an information : > > I've just downloaded the last version of geoserver : /GeoServer+2.1-RC1 > > > And when I'm trying to select a layer I got : > > Wicket.showIncrementally is not a function > > http://localhost:8080/geoserver/web/?

Re: [Geoserver-users] WMS GetMap inlineFeature not working in GeoServer 2.1.x?

2011-03-03 Thread Justin Deoliveira
Hi Gottfrid, Confirmed this is a bug. I have created a jira issue for it: http://jira.codehaus.org/browse/GEOS-4406 Thanks for the bug report. -Justin On Thu, Mar 3, 2011 at 6:39 AM, Gottfrid Linge wrote: > Hi! > > > > Using the SLD_BODY and inlineFeature has previously worked in GeoServer >

Re: [Geoserver-users] [Firefox][BUG] GeoServer+2.1-RC1

2011-03-03 Thread Micka
If it is true, where I can find it ? Because before installing the new geoserver.war file, I've cleaned the folder webapps of my tomcat6. And It is working well on IE 8 but not in Firefox 4.0 Beta 12 . Thx, On Thu, Mar 3, 2011 at 4:43 PM, Andrea Aime wrote: > On Thu, Mar 3, 2011 at 4:25 PM, Mi

Re: [Geoserver-users] WMS GetMap inlineFeature not working in GeoServer 2.1.x?

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 4:48 PM, Justin Deoliveira wrote: > Hi Gottfrid, > > Confirmed this is a bug. I have created a jira issue for it: > > http://jira.codehaus.org/browse/GEOS-4406 > Ah ha, interesting. The other sample request (WMS_getMap_inlineFeatureSmile.xml), posting an xml, was actually w

Re: [Geoserver-users] WMS GetMap inlineFeature not working in GeoServer 2.1.x?

2011-03-03 Thread Justin Deoliveira
The difference is validation. The first request turns validation on, the smiley face does not. If the second one did i believe the same error would occur. On Thu, Mar 3, 2011 at 8:59 AM, Andrea Aime wrote: > On Thu, Mar 3, 2011 at 4:48 PM, Justin Deoliveira wrote: > >> Hi Gottfrid, >> >> Confirme

Re: [Geoserver-users] Nested SLD rules?

2011-03-03 Thread Charles Galpin
Thanks David, I'll look into both of these! charles On Mar 3, 2011, at 10:15 AM, David Winslow wrote: > SLD itself doesn't have a way to combine rules in the way you discuss. > GeoServer does offer filter functions that let you use if/then/else > constructs for individual properties, so you mi

Re: [Geoserver-users] Coordinate system problem.

2011-03-03 Thread Ian Turton
On 3 March 2011 04:59, Robert Buckley wrote: > hi, > > I'll answer the question  mayself.I changed projection: epsg900913 to > projection: epsg4326 and it was displayed ok. > > Does this mean that I can´t display my own epsg: base maps together with > google maps? You can display any layer yo

Re: [Geoserver-users] WFS SocketTimeoutException, works fine in V1.7.6

2011-03-03 Thread Andrea Aime
On Wed, Mar 2, 2011 at 1:55 PM, Roger Bedell wrote: > > Some more information about the WFS SocketTimeout. (read timeout) we've > been seeing: > > This appears to be something newish, definitely not a good thing, plus very > hard to reproduce or characterize. I have two mostly identical servers,

[Geoserver-users] GeoServer+2.1-RC1 : problem with a layer from postgis

2011-03-03 Thread Micka
Hi, It's difficult to explain, so here is a picture : http://img696.imageshack.us/i/problemhb.png/ I don't understand (_( -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splu

Re: [Geoserver-users] (no subject)

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 5:18 PM, Steve Way < steve@infotech-enterprises.com> wrote: > > > Hi GS Users, > > > > Using GS 2.21 RC1 and RC2, I see the strange behaviour demonstrated below > in my vector data. There are gaps in the motorways as highlighted by the > blue circles. > > If I remove ev

Re: [Geoserver-users] GeoServer+2.1-RC1 : problem with a layer from postgis

2011-03-03 Thread Ian Turton
On 3 March 2011 11:56, Micka wrote: > Hi, > > It's difficult to explain, so here is a picture : > > http://img696.imageshack.us/i/problemhb.png/ > >  I don't understand (_( > Its hard to understand from the picture - what were you trying to do? Ian -- Ian Turton ---

[Geoserver-users] MS SQL Server 2008 geometry/geography/byte[]

2011-03-03 Thread Charles Galpin
I have been using postgresql as a data store and although I am very happy with it, I need to use sql server if at all possible. I have run into a couple of problems that I am hoping there are solutions for 1. Geography vs Geometry types. Afaik geography is preferred in sql server so I initially

Re: [Geoserver-users] GeoServer+2.1-RC1 : problem with a layer from postgis

2011-03-03 Thread Micka
I just tried to preview a layer from a postgis datastore. the data come from a table created from shp2pgsql command /usr/lib/postgresql/9.0/bin/shp2pgsql -W LATIN1 -cDIk -s 4326 $filename $tableName | psql -d $database -U $username; In my table I just have 1 row. On Thu, Mar 3, 2011 at 6:00 PM

Re: [Geoserver-users] GeoServer+2.1-RC1 : problem with a layer from postgis

2011-03-03 Thread Andrea Aime
On Thu, Mar 3, 2011 at 6:23 PM, Micka wrote: > I just tried to preview a layer from a postgis datastore. > > the data come from a table created from shp2pgsql command > > /usr/lib/postgresql/9.0/bin/shp2pgsql -W LATIN1 -cDIk -s 4326 $filename > $tableName | psql -d $database -U $username; > > In

Re: [Geoserver-users] Extended user rights with GeoServer-2.1.x

2011-03-03 Thread Andrea Aime
On Wed, Mar 2, 2011 at 11:23 AM, Martin Zeller wrote: > > Hi, > > I found out that the "visibility" of navigation links and the security of > pages is controlled through the DefaultPageAuthorizer - wouldn't it be nice > if we could define a custom DefaultPageAuthorizer (an own class) per xml > se

Re: [Geoserver-users] GeoServer+2.1-RC1 : problem with a layer from postgis

2011-03-03 Thread Micka
yes, Thx it was a SRID=27582 . On Thu, Mar 3, 2011 at 6:37 PM, Andrea Aime wrote: > > On Thu, Mar 3, 2011 at 6:23 PM, Micka wrote: > >> I just tried to preview a layer from a postgis datastore. >> >> the data come from a table created from shp2pgsql command >> >> /usr/lib/postgresql/9.0/bin/

Re: [Geoserver-users] [Firefox][BUG] GeoServer+2.1-RC1

2011-03-03 Thread Micka
Well, it seems that sometime I got error from the wicket class , an example among other : org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.geoserver.web.admin.StatusPage() at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.jav

Re: [Geoserver-users] WFS SocketTimeoutException, works fine in V1.7.6

2011-03-03 Thread Roger Bedell
Hi Andrea. Unsettling is a better word - our client is back using the 1.7.6 version for WFS until this gets fixed. I don't think the "null as child" thing is unrelated, something has changed with WFS that is weird. I'll try to isolate it better and get back to you. Roger On Thu, Mar 3, 2011 at

[Geoserver-users] can I pull back a set of GetFeature's sans geometries

2011-03-03 Thread Charlton Galvarino
Hi, all. Is there a way to pull back features w/o pulling back the geometries? I have a set of town parcels, and I'd like to ask geoserver for only, say, the owner of a parcel given a certain cql_filter / BBOX combo. WFS works great, but I don't want the geometries to come across the wire --

Re: [Geoserver-users] can I pull back a set of GetFeature's sans geometries

2011-03-03 Thread Ian Turton
On 3 March 2011 14:21, Charlton Galvarino wrote: > Hi, all.  Is there a way to pull back features w/o pulling back the > geometries?  I have a set of town parcels, and I'd like to ask geoserver for > only, say, the owner of a parcel given a certain cql_filter / BBOX combo.   > WFS works great, b

Re: [Geoserver-users] can I pull back a set of GetFeature's sans geometries

2011-03-03 Thread Charlton Galvarino
Genius. Thanks, Ian. >-Original Message- >From: Ian Turton [mailto:ijtur...@gmail.com] >Sent: Thursday, March 03, 2011 2:33 PM >To: Charlton Galvarino >Cc: geoserver-users@lists.sourceforge.net >Subject: Re: [Geoserver-users] can I pull back a set of GetFeature's sans >geometries > >On 3

[Geoserver-users] GS 2.1 RC2 code="internalError" Rendering process failed with large ECW files

2011-03-03 Thread Sjoerd Brandsma
Hi All, Out of a sudden I get errors when using WMS to serve large ECW files (approx. 10GB or more) - code="internalError" Rendering process failed - Error rendering coverage on the fast path This only happens with ECW files with a large pyramid. Smaller ECW files seem to go fine. I've used RC2

[Geoserver-users] Convite para conectar-se no LinkedIn

2011-03-03 Thread Rodrigo Avila via LinkedIn
LinkedIn Rodrigo Avila requested to add you as a connection on LinkedIn: -- Andrea, Eu gostaria de adicioná-lo à minha rede profissional no LinkedIn. -Rodrigo Accept invitation from Rodrigo Avila http://www.linkedin.com/e/jhu8j5-gku481bz-51/pLB

[Geoserver-users] How to remove background color in tiff layer?

2011-03-03 Thread NNL
Hello! I have a raster layer with a .tif file as a datastore, wich has a black background color. So when this layer is on top of another - black color overlaps the first one. How can I exclude this color from the layer? I suppose, styling it as a colormap in an SLD style cannot be applied, beca

Re: [Geoserver-users] MS SQL Server 2008 geometry/geography/byte[]

2011-03-03 Thread David Collins
Charles, 1. I am using SQL Server 2008 SP2 with Geoserver for internal use only. I only use the Geometry data type, possibly because of what you have found - I can't remember now - but for me, I think Geometry is probably good enough. 2. I do have a number of SQL Server 2008 views being delivere

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread VT@CSIRO
Hi there is a tutorial and a example config file that you can download :) http://docs.geoserver.org/stable/en/user/data/app-schema/tutorial.html?highlight=app%20schema Below are some of the documentation that you may want to go through after the tutorial above http://docs.geoserver.org/stable/e

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread VT@CSIRO
Error on the second link, my apologies. http://docs.geoserver.org/stable/en/user/search.html?check_keywords=yes&area=default&q=app+schema&x=14&y=8 VT@CSIRO wrote: > > Hi there is a tutorial and a example config file that you can download :) > > http://docs.geoserver.org/stable/en/user/data/ap

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread Rini Angreani
Hi Shaw, I am guessing namespace.xml has http://sidelab:Locality in the uri. If that's the case, you should change it to http://sidelab, and it should work. If it's not that, it must be something in one of the config files (featuretype.xml etc.) that causes the feature type name to be built inco

[Geoserver-users] Fwd: Re: App-Schemas and Feature Chaining

2011-03-03 Thread Ben Caradoc-Davies
Here is Shaw's original email. (Please keep discussions on-list) Original Message Subject: Re: [Geoserver-users] App-Schemas and Feature Chaining Date: Thu, 3 Mar 2011 18:12:50 +0800 From: Shaw Innes To: Caradoc-Davies, Ben (CESRE, Kensington) Hi Ben, Thanks for the quick

Re: [Geoserver-users] App-Schemas and Feature Chaining

2011-03-03 Thread Ben Caradoc-Davies
Shaw, (1) I don't know if this is causing your initial problems, but your XSD element should be in the gml:_Feature substitution group, otherwise it might not be valid to include it in a wfs:FeatureCollection (a WFS response). (2) Your featuretype.xml has your type names in lowercase. Type n

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread Ben Caradoc-Davies
Oh, I see the problem. You are trying to use the GUI with app-schema. app-schema has no GUI support. Never attempt to publish or otherwise access or manipulate layers using the GUI. In practice you can use the GUI to make new workspaces, but do not use it to create any stores or layers for app-

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread Ben Caradoc-Davies
On 04/03/11 12:18, Shaw Innes wrote: >I'd be keen to have a look at the example you mention - even if it's more > comlpex than I require it might give me some hints. Have a look at the documentation for the DataReferenceSet: https://www.seegrid.csiro.au/wiki/bin/view/Infosrvices/DataReference

Re: [Geoserver-users] App-Schemas and Feature Chaining (Updated)

2011-03-03 Thread Shaw Innes
Thanks Ben, Your feedback looks like it will sort it all out for me. I'll try again without using the UI. I'd be keen to have a look at the example you mention - even if it's more comlpex than I require it might give me some hints. One further question. Do I require a feature/featuretype.