[Geoserver-users] Delete nested layer groups with mode Container Tree

2018-11-16 Thread jose garcia
Hi I'm having issues trying to delete nested layer groups with mode Container Tree in 2.13 and 2.14, with the UI and with the REST API. I have tested in old version (2.9) and that is working fine. I have created the following layer tree structure using *mode=Container Tree *for the 2 layer groups

Re: [Geoserver-users] Upload H2 database with REST API

2013-06-28 Thread jose garcia
s on the zip file containing a file that matches the extension, in > this case h2. But an h2 database has no file with such an extension. I > tried a hack of changing the .data.db file to .h2 but it didn't work either. > > Feel free to open a jira for this. > > -Justin > >

[Geoserver-users] Upload H2 database with REST API

2013-06-25 Thread jose garcia
Hi I'm trying to upload a H2 database to an existing PostGIS datastore using the REST API. $ curl -u admin:XX -v -XPUT -H "Content-type: h2" --data-binary @myfirstjaspadb.h2 http://localhost:8080/geoserver/rest/workspaces/postgis/datastores/postgis/file.h2 But the data is not loaded in pos

Re: [Geoserver-users] GeoServer and WAS 8 issue

2012-07-18 Thread jose garcia
from a limited number of computers, so the Firefox solution is acceptable. Thanks and regards, Jose García On Thu, Jul 12, 2012 at 11:49 PM, Andrea Aime wrote: > On Thu, Jul 12, 2012 at 11:13 PM, jose garcia wrote: > >> Hi Justin >> >> Thanks for pointing in the right way. I

Re: [Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread jose garcia
ouldn't > figure out how to make was gzip compression work. Maybe there has been a > bug fixed since then or some setting i am missing. > > Hope that helps. > > -Justin > > On Thu, Jul 12, 2012 at 8:22 AM, jose garcia wrote: > >> Hi >> >> We hav

[Geoserver-users] GeoServer and WAS 8 issue

2012-07-12 Thread jose garcia
Hi We have deploy GeoServer (2.0.2 and 2.1.4) in WAS 8, but always get a junk page when access to /geoserver or to the wms service. I found in the mailing list a workaround for WAS 6.1 using /web in the url, but unfortunately seem not working in WAS 8. Also have try to make some changes to config

[Geoserver-users] Question about AuthorityURL and Identifier support in GeoServer

2011-12-02 Thread jose garcia
Hi I tried the feature from latest nightly build and have a question: is there any plan to create automatically by GeoServer a default identifier for each layer? I think should be a nice feature, for example to use in REST API to be able to identify the layers by the identifier instead of layer n

[Geoserver-users] Differences between OpenGeo Suite components and standalone components

2011-09-02 Thread jose garcia
Hi I would like to know if any document explaining differences (if any) between OpenGeo Suite components: GeoServer, GeoWebCache, etccompared to the standalone versions. I found for GeoServer about the Import data feature (only in Suite), also think there're some improvements in SRS handling in

Re: [Geoserver-users] Capabilities broken after adding a layer to a layer group

2011-03-02 Thread jose garcia
nfig option. Feel free to open a feature request > for this. > > -Justin > > On Mon, Feb 28, 2011 at 8:25 AM, jose garcia wrote: > >> Hi >> >> I create a layer group in GeoServer 2.0.2, when add the first layer and >> generate the bounding box seem ok: EPSG:

[Geoserver-users] Capabilities broken after adding a layer to a layer group

2011-02-28 Thread jose garcia
Hi I create a layer group in GeoServer 2.0.2, when add the first layer and generate the bounding box seem ok: EPSG:4326 is shown for SRS and the correct box is calculated. Requesting WMS Capabilities document is ok. Later adding another layer to group and regenerating the bounding box no error, b

[Geoserver-users] Update feature type with REST API

2011-02-17 Thread jose garcia
Hi I create a FeatureType for a postgis table using REST API sending in the request enabled to true and the FeatureType/Layer is created correctly as enabled (featuretype.xml contains the correct value for enabled) enatrue The problem is trying later to update the FeatureType, to set Native SRS (

Re: [Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-06 Thread jose garcia
as it is registered in > geometry_columns. So the problem must lie elsewhere, possibly in the > view definition or something. > > What is the error your receive on the console? > > -Justin > > On Fri, Feb 4, 2011 at 2:48 AM, jose garcia wrote: > >> Hi >> >>

[Geoserver-users] Compute bbox in a layer created from a Postgis view

2011-02-04 Thread jose garcia
Hi I have create a view in Postgres from a spatial table. The view is also registered in geometry columns table and can use it to create a layer in GeoServer (2.0.2). When clicking on the "Compute from data"or "Compute from native bounds" buttons, no bbox are retrieved. No error in console log als

[Geoserver-users] REST API for layers

2011-01-11 Thread jose garcia
Hi In GeoServer 2.0.2 with user interface is possible to configure two layers with same name in different workspaces, but REST API methods to manage layers seem only using the layer name, no workspace information. So no possible to manage properly these layers with REST API. This seem a bug or re

Re: [Geoserver-users] Upload shapefiles REST service question

2010-12-16 Thread jose garcia
probably a bug. Do you have a stack trace that > occurs when the attempt to create the second datastore occurs? > > -Justin > > On Wed, Dec 15, 2010 at 4:12 AM, jose garcia wrote: > >> Hi >> >> I did a small change in REST API to store shapefiles in >> dat

Re: [Geoserver-users] geoserver geonetwork installation tomcat

2010-12-16 Thread jose garcia
Hi This document can help to setup GeoNetwork in tomcat: http://geonetwork-opensource.org/_static/foss4g2010/FOSS4G_Mastering_Advanced_GeoNetwork.pdf Regards, Jose García On Wed, Dec 15, 2010 at 5:38 PM, Just van den Broecke wrote: > To my knowledge there is no automatic integration. This is w

[Geoserver-users] Upload shapefiles REST service question

2010-12-15 Thread jose garcia
Hi I did a small change in REST API to store shapefiles in data/workspace/datastore instead of default data/datastore folders. The idea of this is to allow to publish different shapefiles with same name (also same datastore name) in different workspaces like: workspace1:waterways workspace2:water

[Geoserver-users] SLD ttf markers

2010-10-12 Thread jose garcia
Hi When using a ttf font for a point marker, if the font is not avalaible in the server the render fails returning an error like: *The specified mark ttf://FONT_NAME#CHAR was not found!* Is possible to configure in GeoServer a "fallback font"? So if a font is not found instead of the error messa