Re: [Geoserver-users] export kmz to use in google maps

2016-01-18 Thread Passmore, James H.
For WMS 1.3.0 I think you will need to specify CRS:84 and not EPSG:4326 > -Original Message- > From: cintiafreitas [mailto:cintia.cpfrei...@gmail.com] > Sent: Monday, January 18, 2016 2:15 PM > To: geoserver-users@lists.sourceforge.net > Subject: Re: [Geoserver-users] export kmz to use in

Re: [Geoserver-users] export kmz to use in google maps

2016-01-18 Thread cintiafreitas
I put CRS, but didn't work yet. The value to north and south is ok, but west and east is reverse. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/export-kmz-to-use-in-google-maps-tp5245870p5245906.html Sent from the GeoServer - User mailing list archive at Nabble.com.

[Geoserver-users] Unexpected GeoWebCache behaviour

2016-01-18 Thread Kirk, Victor
Hi, I’m a bit confused and have a couple of questions to ask about GWC. My setup is geoserver 2.7.0 and I’m using the GWC bundled with that but using gwc endpoint rather than having the wms service auto-integrated. I’m doing this as I do not want any request been made direct to the WMS,

Re: [Geoserver-users] Line offset issue

2016-01-18 Thread Jonathan
Hi, The following worked for me. 3 It's SLD 1.1, but I imagine that if you convert it back to SLD 1.0 (i.e. remove the "se:" it should probably work in that too. Although I'm using it for labels rather than lines, I'm not sure if

Re: [Geoserver-users] export kmz to use in google maps

2016-01-18 Thread cintiafreitas
Stefano, thanks for your help. I'm using WMS 1.1.0, the latitude is ok, but the longitude is reverse. My bbox is bbox=-73.990943646787,-33.7515827465927,-32.3921901638168,5.27215562971562 My problem is exactly this:

Re: [Geoserver-users] Geoserver Store NetCDF issue: Could not find layers

2016-01-18 Thread Daniele Romagnoli
Hi Matt, I was able to check your sample. It seems like a problem on your dataset OR on the underlying UCAR NetCDF java lib. Let me try to explain that in order to figure out the real issue. When GeoTools/GeoServer accesses a NetCDF file, it delegates the UCAR NetCDF lib (currently, 4.6.0

Re: [Geoserver-users] export kmz to use in google maps

2016-01-18 Thread Stefano Costa
Whoops, I replied too fast... I just realized you're talking about KMZ, so it's actually WMS: http://docs.geoserver.org/latest/en/user/services/wms/basics.html#differences-between-wms-versions http://docs.geoserver.org/latest/en/user/services/wms/basics.html#axis-ordering Try WMS 1.1.0 if you

Re: [Geoserver-users] export kmz to use in google maps

2016-01-18 Thread Stefano Costa
Hi Cinthia, default axis ordering depends on the WFS version, as explained here: http://docs.geoserver.org/latest/en/user/services/wfs/basics.html#axis-ordering Long story short, if you want long/lat order, use WFS 1.0.0, if you want lat/long order use WFS 1.1.0 or 2.0.0. Hope this helps. On

Re: [Geoserver-users] Geoserver virtual host

2016-01-18 Thread David Alda Fernandez de Lezea
Simone, Let me see if I got this right.. I have my current URL with a registered domain http://mydomain.com/geoserver/ows and my current proxy is just the same URL http://mydomain.com/geoserver We mostly use GeoServer in customized Web Apps and consuming the data with QGIS as well. If I

Re: [Geoserver-users] Import image files (.png, .pgw)

2016-01-18 Thread Jonathan
Hi Matthew, I believe you should be able to do this with the REST API - http://docs.geoserver.org/stable/en/user/rest/api/index.html - probably the Coverage Stores section. There was a recent thread about it, although it may have gone in a direction that's not useful for you:

[Geoserver-users] sqlserver datastore wfs

2016-01-18 Thread Bart Verbeeck
Dear list I have found some posts about sqlserver performance issues when doing wfs requests an large datasets. Sqlserver chooses a non-optimal queryplan when doing a spatial query with sqlserver native paging. Without native paging sqlserver is slow when performing non spatial requests This

[Geoserver-users] export kmz to use in google maps

2016-01-18 Thread cintiafreitas
I'm using geoserver 2.7.2 and I'm trying export a raster layer to kmz to use in google maps, but the longitude is flipped and not show correctly 5.27215562971562 -33.7515827465927 -73.990943646787 -32.3921901638168 0.0 Anyone know how to solve this? Cheers Cintia

Re: [Geoserver-users] Geoserver Store NetCDF issue: Could not find layers

2016-01-18 Thread Matthew Fung
Hello Daniele, Thanks for the reply, not an expert on this but I will answer to the best of my abilities. The netCDF files are an output of a fire smoke dispersion model called bluesky in which are initialized by .ARL files from National Weather Service

Re: [Geoserver-users] NetCDF mosaic in GeoServer

2016-01-18 Thread Daniele Romagnoli
Hi, could you please share some more information on your sample set? You are referring to mosaicking several NetCDF datasets. I see from the attachments, that you have reported the Polyphemus sample configuration. That is specific to deal with a custom set of sample files for demo purposes. Are

Re: [Geoserver-users] Geoserver virtual host

2016-01-18 Thread Ben Caradoc-Davies
David, the global proxy base URL affects all returned URLs generated by GeoServer so changing it will change the behaviour of any client that uses URLs in responses to discover resources. I think QGIS is a data-driven client and will be affected. A global change will affect all workspaces.

Re: [Geoserver-users] App-schema error for GML3 with Oracle 8311 GDA94

2016-01-18 Thread Peter.Warren
Hi all, I have the same problem. I did an in place update from 2.4.2 to 2.6.2 with the same database/java/config folder. It looks like geoserver is trying to encode what Oracle calls the srsname: "'Longitude / Latitude (GDA 94)" as a URI but it doesn’t encode the special characters

Re: [Geoserver-users] Import image files (.png, .pgw)

2016-01-18 Thread Jonathan
Hi Matthew, Please ensure your replies include the list, otherwise others (who will know far more than I about curl) cannot help. Cheers, Jonathan On 18/01/2016 21:21, Matt Fung wrote: > Hello Jonathan, > > Thanks for the pointer, I've now tried out the cURL examples and the > sample data