Re: [Geoserver-users] Always Visible Labels in Polygons

2017-06-29 Thread FunkMonkey33
I was able to get the behavior I want by (1) using WMS, not GWC, (2) Setting tiled=false, (3) Subclassing the Google maps overlayView class, which is the only way to get Google maps to show a custom WMS map without tiling it. Here is my code for myGoogle Maps OverlayView extension, in case it

[Geoserver-users] Labels Burst out of their Polygons

2017-06-29 Thread FunkMonkey33
I've seen a lot of posts like "I want to render a label, even if the polygon is too small to fit it".My problem is the opposite: I want to make sure that a label only will render if it fits in its polygon.Supposedly that's the default behavior, yet here is this:

Re: [Geoserver-users] Updating an App Schema Data Store via REST

2017-06-29 Thread Ben Caradoc-Davies
Gavin, as far as I know, REST can only be used to update configurations and data files, not data in a database The OGC standard to update data in a database is WFS-T (transactional WFS), but this is only supported in GeoServer for simple features, and is not supported by the app-schema

Re: [Geoserver-users] Application schema plugin and filter encoding performance concern.

2017-06-29 Thread Ben Caradoc-Davies
On 30/06/17 03:16, aquentin wrote: data But the plugin raised an error looking for a schema "data". What to put in sourceType ? as in solar collection, there is no really "type",no table, just JSON structures returned. sourceType must be the simple feature type name

Re: [Geoserver-users] multiple geotiff files in a single layer...

2017-06-29 Thread Trey Stafford
Hi Glenn, You may want to look into using an Image Mosaic (http://docs.geoserver.org/latest/en/user/data/raster/imagemosaic/index.html). Another option are layer groups (http://docs.geoserver.org/latest/en/user/data/webadmin/layergroups.html), but they may be more suitable for smaller

[Geoserver-users] multiple geotiff files in a single layer...

2017-06-29 Thread Burkhardt, Glenn B UTAS
What's the best way (or any way) to include a collection of geotiff files in a single layer so an application can pull the sections that it wants? I've discovered how to include a single geotiff file in a layer, but that's not quite what I want. The "Import Data" feature creates a separate

[Geoserver-users] CSW sortyBy

2017-06-29 Thread Jason Smith
Hello - I'm having trouble specifying a CSW GetRecords request with sorting using GeoServer 2.11.1. XML POST request: http://www.opengis.net/cat/csw/2.0.2; xmlns:ogc="http://www.opengis.net/ogc; resultType="results" outputFormat="application/xml"

Re: [Geoserver-users] Recommended reading for all GeoServer user list subscribers

2017-06-29 Thread P O'Toole
> - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html For those of you who aggressively disable javascript in your browsers, please note

[Geoserver-users] Updating an App Schema Data Store via REST

2017-06-29 Thread Gavin Medley
Hi, Has anyone implemented an App Schema Data Store (such as a Postgres database) to be updated via REST? I would love a working example of how you import data. More ambitiously, we actually map our Postgres schema to the GeodesyML schema for WFS requests (using several feature-chained app

Re: [Geoserver-users] Application schema plugin and filter encoding performance concern.

2017-06-29 Thread Nuno Oliveira
Hi, The source type should basically correspond to something that can be published as a GeoServer "layer". If you configure the data store on GeoServer you will be prompt with the available "layers" to publish, those will be your valid source types. As I say I have no experience with the SOLR

Re: [Geoserver-users] Application schema plugin and filter encoding performance concern.

2017-06-29 Thread aquentin
Hi, Thank you for your reply. Testing it today, and facing a problem configuring the data store in app schema. SOLR datastore is typed as is in datastore .xml when setup using webInterface : *SOLR* so i reuse it in app-schema like this but not sure it's correct:

Re: [Geoserver-users] Issue with Shapefile encoding through WFS

2017-06-29 Thread Emmanuel Blondel
I think can stick with the workaround i found for now, thinks are working with it, although I'm performing through REST operations instead of one. When i have some time i will create a ticket with some sample data. Thanks Le 29/06/2017 à 12:14, Andrea Aime a écrit : HI Emmanuel, I see, if

Re: [Geoserver-users] Issue with Shapefile encoding through WFS

2017-06-29 Thread Andrea Aime
HI Emmanuel, I see, if you are using an existing data store the contents are likely being read and re-written out using the wrong charset for reading, instead of just dumping the file as is (the REST API has no clue about what the target store is or does, it's just going through standard store

Re: [Geoserver-users] Issue with Shapefile encoding through WFS

2017-06-29 Thread Emmanuel Blondel
Thanks Andrea for your prompt reply. First when i create the shapefile, i encode my DBF as UTF-8. The shapefile is always pushed through API using charset UTF-8, and the target is a shapefile datastore (or directory of datastores depending on the case). I don't dump it to a database. Let me

Re: [Geoserver-users] Issue with Shapefile encoding through WFS

2017-06-29 Thread Andrea Aime
On Wed, Jun 28, 2017 at 9:11 PM, Emmanuel Blondel < emmanuel.blond...@gmail.com> wrote: > Hello, > > I'm currently trying to publish shapefiles in a Geoserver, where the > specificity of the shapefile is that it handles characters from others > alphabets (my current case is with Greek names). The

[Geoserver-users] Question about GeoServer security configuration

2017-06-29 Thread Oscar Diago Alonso
Good morning. I want to configure the security options of GeoServer so that a user can only access the "Data" and "Services" sections for a workspace. For the "Data" section I have added the following rule: myWorkspace.*.a for the user role I want. With that, the user only sees the "Data"

Re: [Geoserver-users] KML GetMap place mark response outside scale range

2017-06-29 Thread Andrea Aime
On Wed, Jun 28, 2017 at 9:12 PM, Paul Austin wrote: > Andrea, > > I wasn’t sure if it was better to discuss on the mailing list first. > You did good, we expect (hope?) people would discuss issues before reporting a ticket, as we get a number of false positives,