Re: [Geoserver-users] Problem visualizing coordinate grid layer when changing SRS

2014-10-24 Thread Andrea Aime
2014-10-24 9:27 GMT+02:00 Pedro Briones Garcia p...@tragsa.es: Hi everybody. I have a coordinate grid layer in Geoserver in *4326* SRS. When I previsualize it, it’s all right (attached *good.jpg*):

[Geoserver-users] Image Mosaic Plugin - Index Table - ORACLE

2014-10-24 Thread gavin.montgomery
Hello, On my current project we are using an ImageMosaic to display aerial photography for England. We are also working to enable the TIME attribute on the layer so that we can display historic imagery. Working in test environment I used postGIS to successfully generate the index table following

Re: [Geoserver-users] Customizing WMS GetFeatureInfo GML output

2014-10-24 Thread Fernando G. C.
Thanks Jonathan, Andrea. Analyzing the headers I see Accept-Encoding: gzip, deflate in the request but the response gives Transfer-Encoding: chunked and no Content-Encoding header. Looks like it is not compressing. See here[1] for another example with wget. Cheers. [1] wget -S

Re: [Geoserver-users] Customizing WMS GetFeatureInfo GML output

2014-10-24 Thread Andrea Aime
Right, in web.xml we have: filter filter-nameGZIP Compression Filter/filter-name filter-classorg.geoserver.filters.GZIPFilter/filter-class init-param !-- The compressed-types parameter is a comma-separated list of regular expressions. If a mime type

Re: [Geoserver-users] WMS Watermark Not Showing

2014-10-24 Thread Andrea Aime
On Fri, Oct 24, 2014 at 2:16 PM, Nedroscik, Jenny E jenny.kna...@austin.utexas.edu wrote: Hi Mark, I may have taken a screen shot while I was doing some testing and did not realize that I didn’t have it checked. I have it checked and it still isn’t showing after publishing. I even

Re: [Geoserver-users] complex features editing

2014-10-24 Thread Justin Deoliveira
Hi, Given that this question seems specific to opengeo suite it is recommended that you post to stackexchange with the boundless or opengeo tag. That said, in this case we'll need a complete stack trace of the error. You can get that from the GeoServer log. -Justin On Thu, Oct 23, 2014 at 11:39

[Geoserver-users] GeoServer 2.5.3 released

2014-10-24 Thread Andrea Aime
The GeoServer developers group is happy to announce the release of GeoServer 2.5.3 Please visit our blog to find out what's new and reach to the download links: http://blog.geoserver.org/2014/10/24/geoserver-2-5-3-released/ Cheers Andrea -- == GeoServer Professional Services from the experts!

Re: [Geoserver-users] complex features editing

2014-10-24 Thread emmexx
Il 10/24/2014 03:03 PM, Justin Deoliveira scrisse: Given that this question seems specific to opengeo suite it is recommended that you post to stackexchange with the boundless or opengeo tag. Unfortunately I already posted there but I got no answer. That said, in this case we'll need a

Re: [Geoserver-users] OSM mapstyle from website

2014-10-24 Thread Justin Deoliveira
Hi, On Wed, Oct 22, 2014 at 12:03 PM, yobiSource yobisou...@gmail.com wrote: Hi, is the OSM map on the website generated from Geoserver (geoserver.org)? If so is the style (.sld) available? You can get them here. https://github.com/boundlessgeo/suite-data/tree/master/openstreetmap In

Re: [Geoserver-users] complex features editing

2014-10-24 Thread Justin Deoliveira
OK, this looks pretty clearly a bug to me (not specifically related to OpenGeo Suite). Please create a bug report in our JIRA and include the stack trace. Thanks. On Fri, Oct 24, 2014 at 7:40 AM, emmexx emm...@tiscalinet.it wrote: Il 10/24/2014 03:03 PM, Justin Deoliveira scrisse: Given

Re: [Geoserver-users] complex features editing

2014-10-24 Thread Andrea Aime
On Fri, Oct 24, 2014 at 4:10 PM, Justin Deoliveira jdeol...@boundlessgeo.com wrote: OK, this looks pretty clearly a bug to me (not specifically related to OpenGeo Suite). Please create a bug report in our JIRA and include the stack trace. Thanks. Hem... yes and no. It's well known that

Re: [Geoserver-users] complex features editing

2014-10-24 Thread emmexx
Il 10/24/2014 04:25 PM, Andrea Aime scrisse: Hem... yes and no. It's well known that GML2 cannot encode complex features, you have to ask for GML3 to get an output The code built by the opengeo sdk defaults to gml2 (?). Of course, app-schema is a read only store, so no editing is possible

Re: [Geoserver-users] complex features editing

2014-10-24 Thread Andrea Aime
On Fri, Oct 24, 2014 at 5:14 PM, emmexx emm...@tiscalinet.it wrote: Il 10/24/2014 04:25 PM, Andrea Aime scrisse: Hem... yes and no. It's well known that GML2 cannot encode complex features, you have to ask for GML3 to get an output The code built by the opengeo sdk defaults to gml2 (?).

Re: [Geoserver-users] WFS output format speed

2014-10-24 Thread Jody Garnett
This may be a case of the source code being the reference, spending some time with a profiler to identify areas of the code that can be optimized. GML has had a lot more time (both in funding and volunteer effort) optimizing for performance. -- Jody Jody Garnett On Thu, Oct 23, 2014 at 3:46 AM,

Re: [Geoserver-users] Customizing WMS GetFeatureInfo GML output

2014-10-24 Thread Fernando G. C.
This worked. Many thanks. I will try this solution to see if it is good enough. Ticket here: http://jira.codehaus.org/browse/GEOS-6734. For the record, my previous wget command was wrong. You actually have to specify the header accepting a compressed response: wget --header='Accept-Encoding:

[Geoserver-users] Dynamic WMS SQL View

2014-10-24 Thread Jairo de Almeida
Hi guys, I have development a pilot project, to make. a proof of concept about mapserver and geoserver perform to existing web application implemented using mapserver midware, But i get the problem, hard problem, the web application projected to this company is made with strange url pattern. sends

[Geoserver-users] PNG not working using WMS on Ubuntu 14.04 using either Java version

2014-10-24 Thread Stadin, Benjamin
Hi all, I can’t get WMS to work with PNG on Ubuntu 14.04 (fresh install). I’m trying with one of the demos and Leaflet. I’ve tried Oracle JDK 7 and 8, as well as OpenJDK 7. I’ve installed JAI / imageio to the Oracle JDK 7 manually - but no success. I’m not sure if this is a bug I should file,

Re: [Geoserver-users] PNG not working using WMS on Ubuntu 14.04 using either Java version

2014-10-24 Thread Olle Markljung
Hi, Try changing to 'image/png'. http://docs.geoserver.org/latest/en/user/services/wms/outputformats.html Regards Olle fredag 24 oktober 2014 skrev Stadin, Benjamin benjamin.sta...@heidelberg-mobil.com: Hi all, I can’t get WMS to work with PNG on Ubuntu 14.04 (fresh install). I’m trying

Re: [Geoserver-users] address is not valid when trying to delete Workspace

2014-10-24 Thread Andrea Aime
Thank you, any workaround/trick is helpful until we can find enough resources to upgrade our Wicket dependencies Cheers Andrea On Fri, Oct 24, 2014 at 7:34 PM, Craig Weaver craig...@msn.com wrote: After adding it to the compatibility list, it worked as we you mentioned except for publishing

Re: [Geoserver-users] Customizing WMS GetFeatureInfo GML output

2014-10-24 Thread Riaan van den Dool
Why not use WPS to calculate a simplified or bounding box geometry server side? R On 24 Oct 2014 6:00 PM, Fernando G. C. fernando.gonza...@geomati.co wrote: This worked. Many thanks. I will try this solution to see if it is good enough. Ticket here: http://jira.codehaus.org/browse/GEOS-6734.