Re: [Geoserver-users] urn:ogc:def:query:OGC-WFS::GetFeatureById

2019-04-17 Thread Rusu Sorin via Geoserver-users
Hi Bart, I am pretty sure this is a known, un-fixed issue when using complex features served from Geoserver + AppSchema, due to the fact that gml:id isn't getting resolved. I believe this is regardless of the underlying DB: we were working on PG + PostGIS, but should replicate on SQL Server.

Re: [Geoserver-users] define specific scales for geoserver viewer in web app

2019-03-19 Thread Rusu Sorin via Geoserver-users
>From the image you attached looks like you are using an older version of the >Boundless GeoExplorer. The zoom levels defined in the app are by default the >scales defined for OSM/Bing/Here tile matrices. I don't think you can change >it, to limit max zoom-out level at scale 1:500.000 (for

Re: [Geoserver-users] Improving Performance using SQL Server

2018-12-17 Thread Rusu Sorin via Geoserver-users
Hi Cliff, I would first look into desktop performance and average response times from the database. If the DB views are un-indexed or the index is woefully out of date, I am expecting to see similarly slow performance on the desktop side. (Suggest using QGIS which is lightning fast even with

Re: [Geoserver-users] Searching in layers

2018-09-25 Thread Rusu Sorin via Geoserver-users
Hi, There are some missing information from what you wrote to the list, and as always, if possible concrete examples help (especially if your geoserver is public) My assumptions:You are working with WMS that has a SLD that filters various elements in the dataset in order to compose clean

Re: [Geoserver-users] GeoServer Hardware Setup

2018-08-14 Thread Rusu Sorin via Geoserver-users
Hi Paul, It depends on what you will be using geoserver for. If you are going to rely heavily on tile generation via geo-web-cache, you will have to deal with potentially many hundreds of thousands of small PNG files, just as an example, a map rendered as google mercator lvl 5 - lvl 17 covering

Re: [Geoserver-users] Fwd: Raster load from postgis

2018-08-06 Thread Rusu Sorin via Geoserver-users
This is a long conversation, but here are my two cents about the issue: On the PostGIS/PGSQL side: try storing the Lat/Long with values as an actual raster, instead of having to rely on the st_astiff() function from the database. You cannot hope for the function to have good performance

Re: [Geoserver-users] Geoserver 2.9.0 service fails to start

2018-07-23 Thread Rusu Sorin via Geoserver-users
Hi, This might be a simple case of a wrong path to the Java folder (updating Java will change the name of the folder, and I don't think tomcat gets automatically updated to the new one). Could you try opening the Tomcat Configuration Window and make sure that it is configured to whatever

Re: [Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-06-28 Thread Rusu Sorin via Geoserver-users
not help, source code here:https://github.com/geoserver/geoserver/blob/6e9e25c0c7cdda9ada9f33f8255130d3afc76801/src/main/src/main/java/org/geoserver/filters/XFrameOptionsFilter.java#L18 CheersAndrea On Thu, Jun 21, 2018 at 2:31 PM, Rusu Sorin via Geoserver-users wrote: Hi, I am trying to use

[Geoserver-users] Help disabling X-Frame-Options for Geoserver

2018-06-21 Thread Rusu Sorin via Geoserver-users
Hi, I am trying to use Geoserver data into an JS WebGIS application. I am having trouble disabling the X-Frame-Options from adding the SAMEORIGIN header to incoming requests. I have read the instructions on: