Re: [Geoserver-users] NetCDF cannot be loaded through extension

2017-01-19 Thread Max Stephan
Hi Ben, that was it. Everything working smoothly now. I just had the NetCDF Output Plugin, not the NetCDF plugin. Thanks for your help! Best regards, Max > -Ursprüngliche Nachricht- > Von: Ben Caradoc-Davies [mailto:b...@transient.nz] > Gesendet: Dienstag, 17. Januar 2017 2

[Geoserver-users] NetCDF cannot be loaded through extension

2017-01-15 Thread Max Stephan
http://osgeo-org.1560.x6.nabble.com/Adding-NetCDF-datastore-gives-a-runtime-exception-td5290171.html ? Thanks in advance, Max Stack trace: 2017-01-15 22:34:48,410 WARN [netcdf.NetCDFFormat] - Unable to connect org.geotools.data.DataSourceException: Unable to connect

Re: [Geoserver-users] Securing access to OWS. Possible through oAuth 2?

2017-01-12 Thread Max Stephan
nd regards, Max Von: alessio.fabi...@gmail.com im Auftrag von Alessio Fabiani Gesendet: Donnerstag, 12. Januar 2017 13:56:17 An: Max Stephan Cc: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-users] Securing access to OWS. Possible through oAuth

[Geoserver-users] Securing access to OWS. Possible through oAuth 2?

2017-01-12 Thread Max Stephan
would provide the right level of security. Kind regards and thanks in advance, Max Stephan Key authentication module - GeoServer 2.10.x User Manual<http://docs.geoserver.org/stable/en/user/community/authkey/index.html> docs.geoserver.org Key authentication module¶ The authkey module for GeoSe

Re: [Geoserver-users] SLD WPS rendering transformation with gs:Clip not working

2016-05-13 Thread Max Stephan
also have no idea where the date/time comes from. Could anyone help me with this please? Am I misconfiguring something? Cheers, Max Von: andrea.a...@gmail.com im Auftrag von Andrea Aime Gesendet: Freitag, 13. Mai 2016 17:20:38 An: Max Stephan Cc: GeoServer Mai

Re: [Geoserver-users] WPS Execute GET request KVP syntax

2016-05-10 Thread Max Stephan
eName := “mimetype” | “encoding” | “schema" Based on I assumed the syntax for the second parameter would be: clip=@mimetype=application/wkt. But that didn't work unfortunately. Cheers, Max Von: Ian Turton Gesendet: Dienstag, 10. Mai 2016 17:31:47 An:

[Geoserver-users] Changing the projection policy in Python

2016-03-21 Thread Max
ave(c) It appears to run with no errors, goes through the list of all files, and completes. Then I restart Geoserver, but the layers still have "Reproject native to declared" as projection policy. Am I missing something? Thanks in advance! Max --

[Geoserver-users] Most efficient way to remove thousands of layers

2016-03-21 Thread Max
them all, then delete each and every layer, and block the server for at least two or three days. Am I missing a more efficient way to do that? That workspace is the only one on that Geoserver instance. Max -- Transform

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
If I create overviews for the images, do the Geoserver layers associated with it need to be recreated? Max On 17 March 2016 at 14:21, Rahkonen Jukka (MML) wrote: > Hi, > > > > If you want to keep all 6 layers which is not optimal as Andrea just > wrote, the most obvious

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
added to the map. Max On 17 Mar 2016 13:44, "Andrea Aime" wrote: > Hi, > just to be sure, how have you published them? > As a single image mosaic or as 6 separate layers? > > Cheers > Andrea > > > On Thu, Mar 17, 2016 at 12:56 PM, Max wrote: > >&

[Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
lp, given the file size? Bonus question - if a Geotiff is changed, by reprojecting or retiling or what have you, does the Geoserver layer associated with it get invalidated? It took days to create them all. I'd really appreciate your feeback. Thanks in advance, Max -

Re: [Geoserver-users] Serving a large number of Geotiffs

2016-03-19 Thread Max
at the server's end, that's going to be a drag in any case. Going through the Geoserver on Steroids presentation now, thanks! Max On 17 March 2016 at 11:16, Ian Turton wrote: > Those sound like small tiffs so you would be better combining them together > to avoid opening too

Re: [Geoserver-users] Serve Landsat Band

2015-07-15 Thread Max Stephan
essentially: 1. Create a single datastore with your Landsata data 2. Create a layer based on the datastore 3. Create a separate SLD style for each of the bands you want to display 4. Assign the styles to the layer created earlier Regards, Max Von

Re: [Geoserver-users] Geowebcache tiles showing only when seeding and not when viewing the map

2014-09-24 Thread Max Stephan
rface > Locate the Layer > Select the Gridset you are interested in (will open the Layer Preview of this layer in this gridset) > Open the source and check if the resolutions array in the source matches the one configured in your OpenLayers application, if configured).

Re: [Geoserver-users] Add data (granule) to an imagemosaic+time

2014-09-11 Thread Max Stephan
would require deleting the granule index table and deleting the supplementary files that GeoServer creates on ImageMosaic creation before recreating the ImageMosaic). Regards, Max Von: Jean Pommier Gesendet: Donnerstag, 11. September 2014 08:44 An: geoserver

Re: [Geoserver-users] Possible Image Mosaic time bug

2014-07-15 Thread Max Stephan
: - indexer.properties - .properties - .mosaic/.properties After having set the sorting parameter for the layer to "TIME D" or "TIME A" respectively and having reloaded the configuration and catalog, the sorting should work as expected. Regards, Max -- View this me

Re: [Geoserver-users] Possible Image Mosaic time bug

2014-06-27 Thread Max Stephan
And as the logfile content only seems to be visible in nabble, here it is to be visible in a mail as well. The sorting of the ImageMosaic granules crashes when the process tries to determine if the column is sortable. Best regards, Max Stephan The Logfile excerpt: 2014-06-26 15:28:10,436 ERROR

Re: [Geoserver-users] Possible Image Mosaic time bug

2014-06-26 Thread Max Stephan
to the database via org.geotools.data.oracle.OracleNGDataStoreFactory) Does anyone have an idea what is going wrong here and how we could fix it? Thanks in advance, Max Stephan The logfile entry is the following: -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Possible-Image-Mosaic-time-bug-tp5089638p514814

Re: [Geoserver-users] image mosaic pyramid with time dimension

2014-05-16 Thread Max Stephan
o the index of the underlying mosaics, will it? Thank you very much in advance! Cheers, Max -- View this message in context: http://osgeo-org.1560.x6.nabble.com/image-mosaic-pyramid-with-time-dimension-tp5073298p5140777.html Sent from the GeoServer - User mailing list archive at Nabbl

Re: [Geoserver-users] Use of Geoserver Pritning Module with OpenLayers client?

2013-05-28 Thread Max Stephan
the scripts are still available): http://geoext.org/examples.html. What you will use of that depends on your intended functionality. Cheers and good luck with the implementation, Max Von: Stephen V. Mather [mailto:s...@clevelandmetroparks.com] Gesendet: Dienstag, 28. Mai 2013 21:54 An: Benjamin

Re: [Geoserver-users] GeoServer 2.3.0 and and JBoss 7.1.1 WMS Issue

2013-04-24 Thread Max Guscoff
Was able to resolve this issue after coming across JIRA AS7-3958. The imageio packages are not in the sun.jdk module for JBoss 7.1.1. This issue is resolved in JBoss 7.2.0. *Some packages required to use the Java Advanced Imaging (JAI) API are missing in the module sun.jdk. * https://issues.jb

[Geoserver-users] GeoServer 2.3.0 and and JBoss 7.1.1 WMS Issue

2013-04-23 Thread Max Guscoff
The issue I’m having is runningGeoServer 2.3.0 with JBoss 7.1.1 on CentOS 6.3 with Open JDK 1.6 and getting aWMS getMap request to work when requesting a PNG or JPEG (it works when theformat is TIFF).  The only thing a OpenLayers request returns is a blankcanvas and the error message below which ca

[Geoserver-users] GeoServer 2.2.4 and GDAL Native Libs on JBoss 7.1.1 using modules

2013-04-15 Thread Max Guscoff
I'm working on a project using GeoServer and would like to use the GDAL extension for GeoServer to add the GDAL raster formats.So following the basic instructions on the GeoServer webpage I can get it to work by added the GDAL native library path to LD_LIBRARY_PATH or copying them to the /usr/lib64

Re: [Geoserver-users] hide features

2012-12-19 Thread Max Stephan
Hey, Please try to determine first how GeoExplorer handles GetFeatureInfo-requests (e.g. through firebug). But you should usually see at first sight if it´s the standard-HTML-response (like in Geoserver´s layer preview) or a customized one within GeoExplorer. Best regards Max Stephan From

Re: [Geoserver-users] hide features

2012-12-19 Thread Max Stephan
raw data from Geoserver (i.e. all attributes and their values plus maybe also the geometry). As far as I know there´s no possibility to limit which features/attributes shall be displayed in your GetFeatureInfo other than removing them from the data itself. Best regards Max Stephan From: Aitor

Re: [Geoserver-users] possible reasons for "does not have a properly configured datastore"-error

2012-07-05 Thread Max Stephan
there anything else I could do or any additional information I could provide for finding a solution for this? Best regards Max Stephan From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 05 July 2012 14:09 To: Max Stephan Cc: geoserver-users

[Geoserver-users] possible reasons for "does not have a properly configured datastore"-error

2012-07-05 Thread Max Stephan
te all layers after restart or having to recreate all layers). Best regards and thanks in advance Max Stephan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/possible-reasons-for-does-not-have-a-properly-configured-datastore-error-tp4986227.html Sent from the GeoServer

[Geoserver-users] Layer publishing from Oracle OCI not working with Geoserver 2.1.3

2012-03-28 Thread Max Stephan
-td3801495.html#a3801496 where the solution seemed to be that you have to connect to the database with the credentials of the schema-owner to make it work. Unfortunately I don´t have those credentials but apart from that: Is that the real reason for the problems? Best regards and thanks in advance M

Re: [Geoserver-users] GeoWebCache geowebcache.xml bug? custom GridSet and applying it to a layer

2012-03-01 Thread Max Stephan
helps in your case. Best regards Max Stephan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/GeoWebCache-geowebcache-xml-bug-custom-GridSet-and-applying-it-to-a-layer-tp4538078p4538906.html Sent from the GeoServer - User mailing list archive at Nabble.com

[Geoserver-users] PNG image palette error when requesting raster

2011-06-25 Thread Max Stephan
GeoServer 2.1 on Ubuntu-Linux-64 bit with Sun-JDK (JAI and ImageIO installed). Any clue what the reason for this behavior could be? Thanks in advance Max Stephan -- All the data continuously generated in your IT infrastructure

Re: [Geoserver-users] GetFeatureInfo Support

2011-02-20 Thread Max Stephan
true, null); popup.closeOnMove = true; popup.panMapIfOutOfView=true; map.addPopup(popup); Best regards, Max Stephan Von: Emmanuel L [mailto:manieboy...@yahoo.com] Gesendet: Sonntag, 20. Februar 2011 19:03