[Geoserver-users] slow vector tiles

2018-11-07 Thread Matt Hakim
We are having an issue with very slow (>60s) generation of Vector tiles (mapbox) via open layers TMS calls. This can be reproduced through the geoserver web interface on the "Tile Layers" page. The same tiles seem to be generated very quickly in the PNG format. We are running geoserver 2.14 on

Re: [Geoserver-users] slow vector tiles

2018-11-17 Thread Matt Hakim
it this large polygons into > smaller ones, for example by pre-clipping it over a regular grid > (OpenStreeMap has been doing this for years to make world coastlines > manageable). > > Cheers > Andrea > > > > On Thu, Nov 8, 2018 at 8:16 AM Matt Hakim wrote: > >

[Geoserver-users] cross layer geometry intersection

2019-01-21 Thread Matt Hakim
hi all, is it possible to write a WFS filter that intersects a subset of the geometry from one layer with a subset of the geometry from another layer? This is mainly for performance reasons. In the below query I am intersecting a subset of geometry over the whole base layer. Instead, can I first

Re: [Geoserver-users] Contract from More Green Energy!!L'no(0LuncLo)L

2018-11-23 Thread Matt Hakim
I am no longer interested. PmmP On Fri., 23 Nov. 2018, 7:38 pm janet carter Hi Matt, > > Thank you for choosing More Green Energy! > > *Here is the final formal quote to go ahead, we require following > documents to proceed ahead* > > *1. Signed quote.* > > *2.Energy bill copy Or NMI Number

[Geoserver-users] WFS boundedBy

2019-03-12 Thread Matt Hakim
Hi, In the GML WFS response the boundedBy element is null unless the 'Return bounding box with every feature' check box is ticked in the web console. We require the bounding box for the feature geometry (but not the geometry itself). Are there any performance implications for having the checkbox

Re: [Geoserver-users] WFS boundedBy

2019-04-08 Thread Matt Hakim
into the feature when clicked. I can attempt a pull request for this, or post on devel mailing list first. Regards, Matt On Wed, Mar 13, 2019 at 7:30 PM Andrea Aime wrote: > On Wed, Mar 13, 2019 at 1:30 AM Matt Hakim wrote: > >> Hi, >> In the GML WFS response the boundedBy element is null

[Geoserver-users] Gridlines appearing with geoserver 2.15.0 and vector tiles

2019-04-14 Thread Matt Hakim
Hi, We use openlayers and vector tiles to display features on the map. After upgrading to 2.15.0 and we apply a new style to highlight the feature, gridlines (or a gutter around the tiles) appears within the highlighted region. This is a change of behaviour from 2.11. Any ideas on what is causing

Re: [Geoserver-users] Gridlines appearing with geoserver 2.15.0 and vector tiles

2019-05-22 Thread Matt Hakim
Hi Scott, Are you setting the tileGrid property when creating the vector layer? If so, remove it. I think everyone copies this code off the Geoserver website: var map = new ol.Map({ target: 'map', view: new ol.View({ center: [0, 0], zoom: 2 }), layers: [new

[Geoserver-users] Geoserver Rest API to add new layer

2019-12-17 Thread Matt Hakim
I have been investigating using the REST API to upload a new shape file to an existing ‘Directory of spatial files’ datastore. It looks like this is not supported? I am using geoserver 2.15.1. I am doing an HTTP PUT to URL: /geoserver/rest/workspaces/WORKSPACE/datastores/DATASTORE/file.shp

Re: [Geoserver-users] Geoserver Rest API to add new layer

2019-12-18 Thread Matt Hakim
Hi Oyster, The documentation you linked indicates 'POST' is invalid for a file.shp upload. And I checked the source code for FeatureTypeController.java, no mapping for a POST request unfortunately. Matt On Wed., 18 Dec. 2019, 2:12 pm Olyster, wrote: > Hi, > > you need to *POST* to the

[Geoserver-users] Persistence of config to disk

2020-02-13 Thread Matt Hakim
Hi, does anyone know if geoserver config changes are written to disk as soon as save is clicked in the web interface. We've had a few instances where config went missing if the geoserver instance was killed. Looks like the changes were only in memory? Regards, Matt.