Re: [Geoserver-users] REST question

2019-05-22 Thread Andrea Aime
Hi, are you talking about the "queriable" checkbox right before the style selection? There should be a queryable element in the layer xml description, it may not show up if the layer is queriable, as that's the default, e.g: bmng_topo_bathy RASTER raster http://www.w3.org/2005/Atom;

[Geoserver-users] REST question

2019-05-16 Thread Markus
Hello all, I am trying to configure our geoservers through the REST interface - quite successful up to now. Where I am failing is the problem of the enabling/disabling of * WMS GetFeatureInfo requests - in the GUI this is on the 2nd tab of the layers, next to the SLD assignment. Up to now I

[Geoserver-users] REST question

2019-05-15 Thread Markus
Hello all, I am trying to configure our geoservers 2.13.3 through the REST interface. Where I am failing is the problem of the enabling/disabling of the * WMS GetFeatureInfo requests In the GUI this is on the 2nd tab of the layers, next to the SLD assignment. Up to now I have inspected the

[Geoserver-users] Rest question

2013-12-03 Thread Arthur F. Zanona
Hi everybody, When i send delete request in rest, i have a NullPointerException, but layer is deleted. Scenario POST : http://127.0.0.1:8080/geoserver/rest/workspaces/workspace/datastores/oracle/featuretypes ?xml version=1.0 encoding=UTF-8? featureType metadata entry

Re: [Geoserver-users] Rest question

2013-12-03 Thread Andrea Aime
On Mon, Dec 2, 2013 at 2:58 PM, Arthur F. Zanona art...@zanona.com.brwrote: Hi everybody, When i send delete request in rest, i have a NullPointerException, but layer is deleted. Known issue, patches welcomed: http://jira.codehaus.org/browse/GEOS-6199 Cheers Andrea -- == Our support,

Re: [Geoserver-users] REST question

2012-05-14 Thread Alessio Fabiani
Hi Stephen, I guess you need to specify the workspace you would like to use when creating the coverageStore. I can suggest also to use this opensource project which allow you to manage easily every REST operation against GeoServer with a simplified Java API

[Geoserver-users] REST question

2012-05-11 Thread Stephen Crawford
All, I have been using GS to serve coverages. I use a script to place ArcGrid files in the coverages directory, and the I use the REST interface to configure them. It works great when using the default workspace, with 3 steps: 1) create coveragestore curl -u user:pass -XPOST -H

Re: [Geoserver-users] REST-question - update datastore

2011-12-07 Thread wwsmith
Hi, perhaps I solved it - I add an extra 'configure' parameter: curl ?configure=noneupdate=overwrite The store is updated an the layers untouched. Cheers Wolfram -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/REST-question-update-datastore-tp7066027p7069820.html

[Geoserver-users] REST-question - update datastore

2011-12-06 Thread wwsmith
Hi guys, I try to UPDATE an existing datastore via a batch: - first I copy the SHP files to the geoserver datastore folder - then I delete the QIX file - at last I run the REST command Something in my REST command must be wrong - the command is not updating the store - but it seems to create a