[Geoserver-users] call geoserver api rest by script bash

2014-06-24 Thread sanguinela
Hi all, I have problems with calls rest of GeoServer. I would like to post some geotiff. In my bash script I compose the string and then run it with exec $nameVariable The execution of this command causes this error in GeoServer:

Re: [Geoserver-users] Consolidation of netCDF layers

2014-06-24 Thread Weiss, Kevin
Thanks Jody, Sorry for the delayed response, but I wanted to run an actual test on our server before I reported back. We are using the database to index .nc files based on time elevation. I was hoping to combine parameters into that single store as well, but after testing the jdbcconfig

[Geoserver-users] Problems with App schema geometry mapping

2014-06-24 Thread fat_mac
We have problems to get an specific Application schema to work. We try to reference to an application schema (amxs) that contains references to common OGC geometry types. This might be in conflict with something, since we only recieve answers where the geometry is left out. See the result of the

[Geoserver-users] call geoserver api rest by script bash

2014-06-24 Thread Alessio Fabiani
Hello, it is a bit difficult to understand the full CURL command you are trying to send to GeoServer from your email. What you should do in order to ingest an *external* geotiff (which means that the GeoTIFF is already present on the server and you are just providing the full path to GeoServer)

Re: [Geoserver-users] call geoserver api rest by script bash

2014-06-24 Thread Justin Deoliveira
Ciao Alessio, I just tried a quick example and it worked for the most part as you described with this command. curl -v -u admin:geoserver -XPUT -H Content-type: text/plain -d file:///Users/jdeolive/Documents/Geodata/usa-merc.tif

[Geoserver-users] Geoserver CSS Module

2014-06-24 Thread Mark Cupitt
Good Day all. I am still having trouble with the Geoserver CSS Module with large CSS files. I have two smaller CSS files that process nicely and produce expected SLD, but when I combine them, they produce a humungus 84K line sld I am certain I am missing something, or have I have possibly hit a

Re: [Geoserver-users] Geoserver CSS Module

2014-06-24 Thread Jody Garnett
I expect you are producing a power set between when you combine your two files, this is often done by: 1) only using rules to style 2) doing your theme based on more than one aspect of your data - example; theme based on scale and attribute - example: theme based on two attributes - example: theme

Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.5.1 bug when displaying LayerGroup in KML format: java.lang.NullPointerException: Unable to transform referenced envelope, crs has not yet been pro

2014-06-24 Thread Jody Garnett
Franck: We have a user list for discussion of tips, tricks and issues setting up GeoServer. We keep the geoserver-devel list open for volunteers who are working on the GeoServer codebase to make it better for everyone. If you would like to be helpful you could report you issue to the issue

Re: [Geoserver-users] Geoserver CSS Module

2014-06-24 Thread Mark Cupitt
Hi Jody, Thanks so much. I am definitely styling on Scale and Attribute, for example [landuse='forest'][@scale6][@scale10]{ z-index: 30; stroke: #CBEBB6; fill: #CBEBB6, url( http://icons.markware.net/geoserver/icons/img/areas/forest.png;); fill-size: 20px; }

Re: [Geoserver-users] Geoserver CSS Module

2014-06-24 Thread Mark Cupitt
Hi Jody, in thinking through your remarks, in my last response would this be a better approach to the example I gave? [landuse='forest'][@scale6][@scale10]{ fill-size: 20px; } [landuse='forest'][@scale6]{ fill-size: 30px; } [landuse='commercial'][@scale100] { z-index: 40;

Re: [Geoserver-users] Geoserver CSS Module

2014-06-24 Thread Mark Cupitt
Hi Jody, another example, (In case anyone else is struggling like me and needs an example) Could I improve on this any way? (I am trying to get a fill at 5M-1M with no graphic, then a graphic and a fill color at lower zoom levels, and labelling at 100K) /* @title forest 5M - 1M */

Re: [Geoserver-users] [Geoserver-devel] GeoServer 2.5.1 bug when displaying LayerGroup in KML format: java.lang.NullPointerException: Unable to transform referenced envelope, crs has not yet been pro

2014-06-24 Thread Mark Cupitt
Hi Jody, problem is resolved, wow, what a difference. I knew I was missing the obvious .. Thanks so much .. Cheers Mark Regards Mark Cupitt If we change the world, let it bear the mark of our intelligence See me on Open StreetMap https://www.openstreetmap.org/user/Mark_Cupitt See me on