[Geoserver-users] Feature type details - customize attributes via rest api?

2024-03-19 Thread Nikolaus Pruzsinszky
Hi user group, does anyone know if it is possible to customize the attributes of a feature type using the rest api? I would like to limit the number of attributes that are exposed to a getfeatureinfo request - basically I just want to remove one or the other attribute. Since my data is published

Re: [Geoserver-users] Layer name for an image mosaic.

2021-03-16 Thread Nikolaus Pruzsinszky
Hi Simon, I know this behaviour too. In the first step, after the creation of the datastore and the layer I download the xml with the coverage information and change the name (and other information) manually. Then I upload the modified xml in a second step (be careful to update the correct

[Geoserver-users] REST configuration Geopackage raster

2020-07-01 Thread Nikolaus Pruzsinszky
Hi list, I am trying to add a geopackage to my geoserver instance via the REST interface, these are my lines: First I create the Coverage store: curl -v -u %login% -POST -H "Content-type: application/json" -d "{"coverageStore":{"name":"Sentinel_2","workspace":"%wsname40%"}}"

[Geoserver-users] REST configuration Geopackage raster

2020-05-05 Thread Nikolaus Pruzsinszky
Hi list, I am trying to add a geopackage to my geoserver instance, these are my lines: First I create the Coverage store: curl -v -u %login% -POST -H "Content-type: application/json" -d "{"coverageStore":{"name":"Sentinel_2","workspace":"%wsname40%"}}" "%url%%ws40%/coveragestores/" Then I try to

Re: [Geoserver-users] SLD rest upload character problem

2019-10-16 Thread Nikolaus Pruzsinszky
> Ian > > On Wed, 16 Oct 2019 at 10:05, Nikolaus Pruzsinszky > wrote: > >> Hi everyone, >> I have problems uploading an sld via REST. Special characters get >> converted into something I don't like ;-). The problematic characters are ° >> and >. If I jus

[Geoserver-users] SLD rest upload character problem

2019-10-16 Thread Nikolaus Pruzsinszky
Hi everyone, I have problems uploading an sld via REST. Special characters get converted into something I don't like ;-). The problematic characters are ° and >. If I just copy the sld from my Texteditor (Notepad++) or use the upload funtcion in the interface I have no issues at all. This is the

Re: [Geoserver-users] programmatically add Footprint Behavior

2019-10-02 Thread Nikolaus Pruzsinszky
Hi Dominique, just 2 examples how I did it recently (Windows batchfile extract): In the first step I create the coveragestaor for the Image Mosaic (geotiff's in a Directory): curl -v -u %login% -XPUT -H "Content-type: text/plain" -d "file://MYDIRECTORY" "

Re: [Geoserver-users] Default gridset configuration via REST

2019-09-26 Thread Nikolaus Pruzsinszky
( http://localhost:8080/geoserver/rest/resource/gwc-gs.xml), but the update seems not to work. Cheers, Niko Am Do., 26. Sept. 2019 um 12:30 Uhr schrieb Nikolaus Pruzsinszky < nikopr...@gmail.com>: > Thanks for the pointer Andrea, > unfortunately they only cover the configurations th

Re: [Geoserver-users] Default gridset configuration via REST

2019-09-26 Thread Nikolaus Pruzsinszky
., 25. Sept. 2019 um 17:26 Uhr schrieb Andrea Aime < andrea.a...@geo-solutions.it>: > I've found this in the GWC documentation, seems what you're looking for? > > https://www.geowebcache.org/docs/current/rest/gridsets.html > > Cheers > Andrea > > > On Wed, Sep 25, 201

[Geoserver-users] Default gridset configuration via REST

2019-09-25 Thread Nikolaus Pruzsinszky
Dear list, is it possible to configure the GWC Caching Standards (especially Standard gridsets) via REST? I already configured a lot of other components with REST but somehow I can't find the right URL for that one (I am now on 2.16.0). Cheers, Niko ___

Re: [Geoserver-users] GWC seeding via rest - error

2018-09-11 Thread Nikolaus Pruzsinszky
ny better but other people have no possibilities to > know if there is something else in your data that can make problems. So > always try to make the problem appear with the Geoserver test layers or > with some small, public datasets so that it is possible to build similar > environ

Re: [Geoserver-users] GWC seeding via rest - error

2018-09-11 Thread Nikolaus Pruzsinszky
ttp://docs.geoserver.org/stable/en/user/geowebcache/rest/seed.html. Even > better if you can make your problem to appear with some of the demo layers > because we do not have your data and layers. > > > > -Jukka Rahkonen- > > > > *Lähettäjä:* Nikolaus Pruzsinszky [mai

[Geoserver-users] GWC seeding via rest - error

2018-09-11 Thread Nikolaus Pruzsinszky
Hi list, I am trying to seed tiles for a layer via rest and run into the following error mesage: Chunk [___ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead

Re: [Geoserver-users] Rest configuration of layergroup fails

2018-08-27 Thread Nikolaus Pruzsinszky
e http://docs.geoserver.org/latest/en/api/#/1.0.0/ > layergroups.yaml plus it worked this way for me. > Kind regards, > Steve Omondi > > > On Mon, Aug 27, 2018 at 10:57 AM Nikolaus Pruzsinszky > wrote: > >> Hi list, >> I am trying to set up a layergroup consisting

[Geoserver-users] Rest configuration of layergroup fails

2018-08-27 Thread Nikolaus Pruzsinszky
Hi list, I am trying to set up a layergroup consisting of layergroups that I created before and I run into the same error all the time. Is it because of the empty style elements? But how do I address a style for a layergroup? This is what I tried: curl -v -u %login% -POST -H "Content-type:

Re: [Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Nikolaus Pruzsinszky
with binary masks in our examples). > > Maybe you are experiencing the problem being fixed by this? > https://osgeo-org.atlassian.net/browse/GEOT-5484 > > Can you share some more detail about your datasets and the type of > footprint being used? > Cheers, > Daniele >

[Geoserver-users] black tiles in tiled WMS request

2016-10-27 Thread Nikolaus Pruzsinszky
Hi all, following situation: I have got an ImageMosaic with footprint management. This works fine, as long as I do not use the tiled=yes option in my openlayers application. When is request the tiles, I get black ones for the parts of the bounding box that sould be 100% transparent (at least that

[Geoserver-users] GeoPackage - WPS request

2016-01-12 Thread Nikolaus Pruzsinszky
s=default}, name=mygeopackage} into a GeoPackageProcessRequest object Has anyone any ideas on that or experience with this community extension? THX, Niko -- Nikolaus Pruzsinszky Referent Geoinformationssysteme Institut für militärisches Geowesen Führungsunterstützungszentrum Stiftga

Re: [Geoserver-users] (no subject)

2015-09-25 Thread Nikolaus Pruzsinszky
Sorry, we managed to solve the problem, the request that was meant to be sent by some monitoring tool was corrupt. Mixing up spaces with something else. Thank you anyway, Niko Andrea Aime <andrea.a...@geo-solutions.it> schreibt: >On Fri, Sep 25, 2015 at 7:52 AM, Nikolaus Pr

[Geoserver-users] (no subject)

2015-09-24 Thread Nikolaus Pruzsinszky
Hello list, I have a problem with one of my layers I recently published. When I send the WMS GetMap request, I get the correct image but meanwhile I also get an error in the log-file. Request:

Re: [Geoserver-users] (no subject)

2015-09-24 Thread Nikolaus Pruzsinszky
e, instead of four. > > >Is that a standard GeoServer downloaded from [ http://geoserver.org >]geoserver.org? Do you have any extra >plugins? > > >What default national language is the server using? > > >Cheers >Andrea > > > >On Thu, Sep 24, 2015 at 4:33 PM

Re: [Geoserver-users] Image mosaic - black background

2014-03-03 Thread Nikolaus Pruzsinszky
No, I don't use caching (in that case), but I have experienced that behaviour with earlier versions too (2.3.x). Regards, Niko Zitat von Andrea Aime andrea.a...@geo-solutions.it: On Fri, Feb 28, 2014 at 7:16 AM, Nikolaus Pruzsinszky nikolaus.pruzsins...@bmlvs.gv.at wrote: Thanks Simone

Re: [Geoserver-users] Image mosaic - black background

2014-02-28 Thread Nikolaus Pruzsinszky
, 2014 at 3:29 PM, Nikolaus Pruzsinszky nikolaus.pruzsins...@bmlvs.gv.at wrote: Hello, I am working with 2.4.4 on windows. I have added an image mosaic as a datastore (several dispersed air pictures, geotiff rgb, big holes in between) and published it as a layer. I have set the Input

[Geoserver-users] Image mosaic - black background

2014-02-27 Thread Nikolaus Pruzsinszky
as long as there is a part of one of the mosaicked pictures in my extent. As soon as I pan to a region where there is no picture, all I get is a black screen. I have gone through the archive and found some related threads but no real solution for my problem. -- Nikolaus Pruzsinszky Referent

[Geoserver-users] Can't project Image Mosaic from 900913 to 4326

2013-12-19 Thread Nikolaus Pruzsinszky
Hello, Geoserver ver. 2.3.4 I have got an Image Mosaic with about 10 Geotiffs (inner tiling, overviews), all in all about 1 GB, they are all in EPSG 900913 (web mercator). When I try to view them in WGS84 (EPSG 4326), I get nothing or pink tiles and the following error: 2013-12-19 07:55:09,266