Re: [Geoserver-users] weird contour lines when using rendering transformation for coverage view

2022-09-13 Thread Vera Green
Looks like you are essentially giving a OR logic streamif this OR this OR this OR this draw me. You might need to change this to an AND logic instead. Hope this makes sense. On Tue., Sep. 13, 2022, 1:28 p.m. Andres Trei, wrote: > Hi list. > > I have a netcdf store that contains multiple

Re: [Geoserver-users] Geoserver Issue

2022-08-25 Thread Vera Green
eb browsers, to use GeoServer." On Thu., Aug. 25, 2022, 9:19 a.m. Jovan Ninkovic, wrote: > How to configure cors? And why is it important? > Tnx > > On Thu, Aug 25, 2022 at 17:00, Vera Green > wrote: > Did you configure cors? > > nano /opt/tomcat/latest/conf

Re: [Geoserver-users] Geoserver Issue

2022-08-25 Thread Vera Green
Did you configure cors? nano /opt/tomcat/latest/conf/web.xml If not google allowing cors for GeoServer. Vera On Thu., Aug. 25, 2022, 3:52 a.m. Richard Duivenvoorde, wrote: > IF you can reach your server from within the network your geoserver is > running > and NOT from outside that network

Re: [Geoserver-users] GeoServer 2.21 - Admin and Proxy Base Url

2022-06-14 Thread Vera Green
I am also proxying tomcat to Apache https to have a nice url without the port, so from 8080 to 80 ( 442). For me, the global setting worked for the proxy but I believe I could still go through tomcat (xxx:8080) prior to closing the port. Might be a workaround. If you can't get around it,

Re: [Geoserver-users] GeoServer community support improvements

2022-04-02 Thread Vera Green
Wow, all these years on geoServer and I didn't realize it worked that way! Totally bookmarking this as I do agree with Erhhung that the SourceForge mailing list archive for GeoServer isn't the best format. Maybe just add this to the standard footer and or guidelines: User List Archives

Re: [Geoserver-users] Geoserver not running

2021-12-21 Thread Vera Green
You are using a custom port for postgres? It's usually 5432. Also why such an old version of GeoServer? On Tue., Dec. 21, 2021, 5:19 a.m. Mauricio Vieira Cardoso Filho, < mcard...@topocart.com.br> wrote: > good morning everyone. How are you? > > I found out that my geoserver problem occurs if

Re: [Geoserver-users] Geoserver not running

2021-12-21 Thread Vera Green
PS. You should not include your IP address for security reasons. On Tue., Dec. 21, 2021, 12:28 p.m. Vera Green, wrote: > You are using a custom port for postgres? It's usually 5432. Also why such > an old version of GeoServer? > > On Tue., Dec. 21, 2021, 5:19 a.m. Mauricio Vieira C

Re: [Geoserver-users] Geoserver not running

2021-12-17 Thread Vera Green
Hmmm . . . . > > But if you leave the default path > (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine. I am not a 100% sure but some system files stay in the original location I think. Specifically: nano /opt/tomcat/latest/conf/server.xml It certainly seems like

Re: [Geoserver-users] proxy url redirecting connection from localhost in 2.19.3 / 2.20.0

2021-10-29 Thread Vera Green
Very interested in this issue as I had the same problem but no time to delve into it. Great details. Hope someone can help. On Fri., Oct. 29, 2021, 6:48 a.m. , wrote: > Hi, > > > > currently we are upgrading some Geoserver instances to 2.19.3 / 2.20.0 and > play around with them. > > > > To

Re: [Geoserver-users] HOW TO LOAD JSON API TO GEOSERVER

2021-10-28 Thread Vera Green
Check out Open layers or Leaflet. Mike Miller has some great tutorials on getting started with Leaflet. https://youtu.be/AcPJtA41-5Q On Thu., Oct. 28, 2021, 12:57 a.m. kaoutar hraka, wrote: > Thanks , I mean in web page > > Le jeu. 28 oct. 2021 06:21, Jody Garnett a > écrit : > >> Do you want

Re: [Geoserver-users] Layer-Preview-OpenLayers-does-not-work-with-a-SSL-Reverse-Proxy

2021-08-19 Thread Vera Green
Did you resolve this? If not look at the settings I mentioned in my recent email to the mailing list titled: GeoServer 2.19.2 reverse proxy to apache Error It shows all of my configurations for reverse proxy. Your architecture is different but it might be useful. Vera On Wed, Jun 9, 2021 at 1:40

[Geoserver-users] GeoServer 2.19.2 reverse proxy to apache Error

2021-08-15 Thread Vera Green
Hello, I am having difficulty installing GeoServer 2.19.2 hosted with reverse proxy to apache. I have done this setup previously successfully several times with geoserver 2.18, To test I uninstalled 2.19.2 and re-installed 2.18.4 and it worked as expected so I suspect there is a change in 2.19.2

Re: [Geoserver-users] OpenID Connect pluging gives 404 not found

2021-07-09 Thread Vera Green
I had a similar issue with a general geoserver install. The issue was cors. Did you set cors correctly in your web host? Vera On Fri., Jul. 9, 2021, 1:07 a.m. Bart Zwemmer | GIS Specialisten, < b...@gisspecialisten.nl> wrote: > Dear Alessio, > > > > I tried with an empty cache and a private

Re: [Geoserver-users] Caching for dynamic tables

2021-06-06 Thread Vera Green
I can not confirm this but an alternative solution would be to use a materialized view and an update trigger on the DB size. This would effectively stop the data in GeoServer from changing during the day. Just a thought. Vera On Fri., Jun. 4, 2021, 10:57 a.m. Bart Zwemmer | GIS Specialisten, <

Re: [Geoserver-users] Help reading GeoServer WMS from AGOL

2021-06-02 Thread Vera Green
read from: Data Security *However I am not convinced that this is actually accurate information from ESRI*. I can still not access the service from AGOL. Vera On Mon, May 31, 2021 at 1:38 PM Vera Green wrote: > Reply from ESRI: >> >> This is Esri Canada Technical Support, I und

Re: [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Vera Green
Are you installing it in tomcat? Should be easy and if you are *not moving the data dir *from it's default location you should not need to set this variable. systemctl stop tomcatsudo sucd /home/you/wget

Re: [Geoserver-users] ImageMosaic problem with grayscale JPEG image

2021-05-26 Thread Vera Green
I concur with that request for gdal info. We have had to use custom styles for gray scale images to display properly, tailor the style to the DN range if your data. Vera On Mon., May 24, 2021, 3:00 a.m. Daniele Romagnoli, < daniele.romagn...@geo-solutions.it> wrote: > Hi Ashley, > could you

Re: [Geoserver-users] A simple authentication fix...?

2021-05-18 Thread Vera Green
Your message brings an understanding chuckle to my face... The words authentication and simple are incompatible didn't you know? Especially when you add more words like proxy and SSL. Did you check the Catalina log files? System dependent but for me the log is at:

Re: [Geoserver-users] Password-protected WMS

2021-05-17 Thread Vera Green
It is definitely well documented. The issue you might run into is that users then have to log in before they can see the data. You will have to provide them login credentials. We have used this successfully before with KML's. Alternately things get more complicated if you are integrating

Re: [Geoserver-users] Remote Geoserver redirects to localhost

2021-05-16 Thread Vera Green
That is correct. Some details from my server recipes in case it helps. Note that I am using reverse proxy to apache but should be similar for Nginx Proxy To support the reverse proxy setup we need to add this as per documentation

Re: [Geoserver-users] I can't make tiles in Geowebcache or Geoserver

2021-05-14 Thread Vera Green
Did you set a disk quota for geowebcach? This is required for it to work. Also look up past issues regarding geowebcash getting deleted on server reboot. Short answer, to avoid the issue specify a custom geowebcash folder location. Vera On Fri., May 14, 2021, 1:31 a.m. Javier garcia, wrote: >

Re: [Geoserver-users] Fwd: GeoServer printing module fails

2021-04-25 Thread Vera Green
Thanks for sharing this. Very helpful! On Sat., Apr. 10, 2021, 8:02 p.m. Stephen V. Mather via Geoserver-users, < geoserver-users@lists.sourceforge.net> wrote: > And, for anyone following along at home who knows as little as me about > the ecosystem as I do, you can download that jar here: >

Re: [Geoserver-users] Merging GeoServers

2021-04-20 Thread Vera Green
EST API of geoserver to migrate >> the content between the 2 instances. >> >> Regards >> Alexandre >> >> Le lun. 19 avr. 2021 à 23:48, Vera Green a >> écrit : >> >>> Hello, >>> >>> I have recently had the interesting experience

[Geoserver-users] Merging GeoServers

2021-04-19 Thread Vera Green
Hello, I have recently had the interesting experience of not migrating an old geoserver to a new instance but *merging *an old GeoServer with another, newer already active Geoserver that had some duplication with the old GeoServer. I was able to transfer all the styles by removing the workspace

Re: [Geoserver-users] Geoserver-Pointcloud data

2021-03-20 Thread Vera Green
ointcloud/index.html > > Thanks Again > > > *--* > M.A. ABNAN YAZDANI > *GEOMATICS & CIVIL ENGINEER* > Skype : muhammad_madina > | Jeddah | Saudi Arabia. > > > > > > On Thu, Mar 18, 2021 at 6:40 P

Re: [Geoserver-users] Geoserver-Pointcloud data

2021-03-18 Thread Vera Green
I am not sure about using GeoServer for this. We are using pottery to display 3D point clouds, it was a bit finicky to set up but now that it's running it works very well and is easy to deploy new data. https://github.com/potree/potree Vera On Thu., Mar. 18, 2021, 4:38 a.m. Muhammad Abnan,

Re: [Geoserver-users] JDBC authentication

2021-03-05 Thread Vera Green
Absolutely. We use PG to control authentication across our entire system. This includes authenticated WMS calls to geoServer. It's critical for us. On Wed., Mar. 3, 2021, 11:01 a.m. Andrea Aime, wrote: > Each of those source file has an author tag, they all say: > > @author christian > > About

[Geoserver-users] GeoServer tileSize and SRS for best performance with Leaflet

2021-03-01 Thread Vera Green
3 questions in one. Our end goal is serving vector and raster data from GeoServer (GeoWebCash) in Leaflet quickly - in other words we are trying to improve performance. *Tile Size * We are deciding if our workflow should use the tile size of 512 OR 256. GeoSolutions raster processing tutorial

Re: [Geoserver-users] Problem with using PostgreSQL as an authentication provider

2021-02-24 Thread Vera Green
I can confirm this is what we have done successfully. I also missed the step of adding to the provider chain at first. Make sure to add the PG authentication ABOVE the default in the Provider Chain. [image: image.png] Hope this helps, Vera On Tue, Feb 23, 2021 at 9:01 AM Andrea Aime wrote: >

[Geoserver-users] GeoWebCash erased on reboot

2021-02-22 Thread Vera Green
Hello, Does anyone have any advice regarding why geoWebCashes get deleted on server reboot? We are experiencing this across several systems, most recently geoServer 2.18, tomcat 9 on Ubuntu 20. Thanks, Vera ___ Geoserver-users mailing list Please make

Re: [Geoserver-users] Printing Vector Layers to Geospatial PDFs

2021-02-14 Thread Vera Green
Very interesting question. I would also be interested in the answer. We currently generate PDF maps in a different way but for performance reasons we are investigating printing directly from GeoServer and generating georeferenced PDF's would be fantastic if it is possible. Vera On Wed, Feb 10,

Re: [Geoserver-users] Preview VectorTileService

2021-02-10 Thread Vera Green
You should be able to set the default tile caching settings globally and then this setting should apply to all new layers IF you don't set it specifically at the layer level. Vera On Wed., Feb. 10, 2021, 1:52 p.m. Brad Hards, wrote: > Maybe you could try updating. > > > > I was looking for

Re: [Geoserver-users] Tomcat and Java versions

2021-01-28 Thread Vera Green
I've had no issues with this, Replace xx with minor version . . . Description: Ubuntu 20.04.1 LTS apt install default-jdk useradd -r -m -U -d /opt/tomcat -s /bin/false tomcatcd /tmpwget http://apache.mirror.iweb.ca/tomcat/tomcat-9/v9.0.xx/bin/apache-tomcat-9.0.xx.tar.gz -P /tmptar xf

[Geoserver-users] Unable to set Global layer group rule in 2.18.1

2021-01-15 Thread Vera Green
Hello, On this stack: Ubuntu 20 Tomcat 9 GeoServer 2.18.1 (Note that I am proxying tomcat through apache2 and I also externalized the data directory to a mounted volume) When setting global data rules I am getting this error in the logs: 2021-01-15 22:53:56,022 WARN [form.Form] - IFormValidator

Re: [Geoserver-users] Reverse Proxy routing

2021-01-15 Thread Vera Green
Have you done this? <#proxy>Proxy To support the reverse proxy setup we need to add this as per documentation nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xmlsystemctl restart tomcat ADD this:

Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-10 Thread Vera Green
ards > > Em qui., 10 de set. de 2020 às 03:14, Vera Green > escreveu: > >> In my experience figuring out this plugin is the way to go. >> You can get the legend through getFeatureInfo. >> >> https://github.com/heigeo/leaflet.wms >> >> >> >> On

Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-09 Thread Vera Green
In my experience figuring out this plugin is the way to go. You can get the legend through getFeatureInfo. https://github.com/heigeo/leaflet.wms On Wed., Sep. 9, 2020, 5:11 p.m. Endi Soares, wrote: > Hi, > > I want to consume the Geoserver data in the leaflet, someone has an > example

[Geoserver-users] Vector CSS Color Map

2020-08-13 Thread Vera Green
Hello, We have scoured the styling documentation looking for a way to assign a random color map by type. In other words we have a layer which we want to style on a field, however we do not want to define each field value individually, we want to say: Using this field, assign a random color to each

Re: [Geoserver-users] Use catalog parameters in SQL View layers

2020-07-02 Thread Vera Green
Hmm, for that to work the schema would need to be detected from the store and then injected into the SQL, since when on PG the schema is required. You do not have access to PG and can't create the views on the database end of things? From my understanding this is preferable in terms of

Re: [Geoserver-users] How to filter raster data (geotiff format) using geoserver?

2020-06-28 Thread Vera Green
If you are just starting out I highly recommend looking into css styling. It's much easier than sld. The extension is very easy to install. https://docs.geoserver.org/stable/en/user/styling/css/cookbook/index.html Vee On Sun., Jun. 28, 2020, 4:10 a.m. Richard Duivenvoorde, wrote: > On 6/28/20

Re: [Geoserver-users] Leaflet to GeoServer Authentication

2020-06-11 Thread Vera Green
ithin larger service supporting the mapping > application. > > > > *From:* Vera Green > *Sent:* Friday, 12 June 2020 03:40 > *To:* GeoServer Mailing List List > *Cc:* John Poole ; Rob Jones > *Subject:* [Geoserver-users] Leaflet to GeoServer Authentication > > > > Th

[Geoserver-users] Leaflet to GeoServer Authentication

2020-06-11 Thread Vera Green
The issue I am solving currently is authenticating from Leaflet to GeoServer. There is this post and I'm pretty sure that is what I need to do but I don't completely understand it. It doesn't

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Hmmm...it's a little bit round about but... 1. Front end triggers error 2. PG populates table with error 3. Code looks up error in PG table ( through GeoServer or directly) 4. User is provided error Theoretically it could work. Also with this method you could "translate" common errors to user

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Interesting. So it would be possible for the admin to look up the error later but the front end could not "pass" a meaningful error to the front end user because the error can't be passed through with the users authentication programmatically, user would not have access to server side I

Re: [Geoserver-users] Request to help on GIS Query improvement suggestion.

2020-05-22 Thread Vera Green
If you are transforming the geom in your query this could be the issue. I prefer to create views in PG, rather than using GeoServer queries but I believe it is essentially the same. If I create a PG view where I am altering the geom, basically any st_ function or aggrigation, this results in poor

Re: [Geoserver-users] Geoserver 2.17, first access to admin gui very slow

2020-05-08 Thread Vera Green
I have never had this issue on centOS or Ubuntu. If anyone is going to assist they will probably need to know more details about your installation...which OS , did you install as a web app or not? Etc. Is performance slow only for GeoServer specifically but tomcat admin page or access to other

Re: [Geoserver-users] Server for GeoServer

2020-05-07 Thread Vera Green
*A member of the Lloyd’s Register Group* > > > > *From:* Samy Otero > *Sent:* Thursday, May 7, 2020 1:16 PM > *To:* Vera Green > *Cc:* GeoServer Mailing List List > *Subject:* Re: [Geoserver-users] Server for GeoServer > > > > Hi Vera, > > > >

[Geoserver-users] Server for GeoServer

2020-05-07 Thread Vera Green
Hello, We are putting together a project plan for hosting a large amount of raster data and serving it out as a WMS service through GeoServer. We have been working with GeoServer for several years primarily with vector data so we are generally familiar and have a proof of concept but now we need

Re: [Geoserver-users] Two questions on CSS styling

2020-04-18 Thread Vera Green
I can't answer #2 for you but for #1 this is an example I have for labeling at different scales which works as you are describing: /* @title ats_sec_centroid 20k-40k */ [@sd < 20] *{ label-anchor: 0.5 0.5; font-family: "Arial"; font-fill: #44; font-style: normal; font-weight:

Re: [Geoserver-users] GeoServer AD Integration

2020-03-25 Thread Vera Green
Hello, If you have any related experience/advice we would appreciate it. thanks much, Vera On Sat, Mar 21, 2020 at 8:01 PM Vera Green wrote: > Hello, > We have integrated our GeoServer with active directory (AD) as per this > documentation > <https://docs.geoserver.org/latest/e

[Geoserver-users] GeoServer AD Integration

2020-03-21 Thread Vera Green
Hello, We have integrated our GeoServer with active directory (AD) as per this documentation . We are attempting to RESTRICT GeoServer access through the use of an active directory GROUP. Goal: - KEEP

Re: [Geoserver-users] WFS SHAPE-ZIP Output not working

2020-02-17 Thread Vera Green
I have previously had issues if there is a space in the layer name but works fine for layers without spaces. But haven't used this recently. Vera On Mon., Feb. 17, 2020, 7:26 p.m. Tobias Schulmann, wrote: > Hi > > When trying to generate shape-zip output for layers in PostGIS(JNDI) and >

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
x.html > which > gives you an example LDAP set up to work with while you get the hang of it. > > Ian > > On Wed, 29 Jan 2020 at 17:18, Vera Green wrote: > >> Haha...yes the authentication has been...not fun. We are integrating it >> with active directory. >

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
Haha...yes the authentication has been...not fun. We are integrating it with active directory. Thanks, will investigate. Any doc's you recommend would be appreciated. V On Wed., Jan. 29, 2020, 9:24 a.m. Ian Turton, wrote: > > > On Wed, 29 Jan 2020 at 16:12, Vera Green wrote: > >

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
This makes me wonder if it's more efficient to export geojason from wfs or directly from PG. Currently I'm going to the database for this in my web applications. Vera On Wed., Jan. 29, 2020, 3:58 a.m. Ian Turton, wrote: > The obvious way to do this is to skip the geojson and just add the

Re: [Geoserver-users] Error while adding new cached layer under Tile Caching > Tile Layers

2020-01-25 Thread Vera Green
The first thing I would double check is permissions to make sure your destination is writable by your apache host. But it's just a guess. Vera On Sat., Jan. 25, 2020, 11:46 a.m. Erick Opiyo, wrote: > Hi All, > > I'm getting the below stacktrace when I want to add a new cached layer > under Tile

[Geoserver-users] Native SRS Not Detected for layer from PG Store After Permission Update

2019-12-03 Thread Vera Green
Hello, This issue is a bit of a ghost so I apologies for the long lead-up but it is necessary. I WAS having an issue where some (but not all) tables coming from a PostGIS database store did not automatically pick up the native SRS from the layer. It can be resolved by declaring the SRS manually

Re: [Geoserver-users] missing templates folder

2019-10-23 Thread Vera Green
headers and footers in "dataDir/workspaces" rather than in > "dataDir/templates". > > Cheers > Andrea > > *: there is another past that, which looks up the templates in the > GeoServer own jar files. > > > > On Fri, Oct 18, 2019 at 3:35 PM Vera Green

Re: [Geoserver-users] missing templates folder

2019-10-18 Thread Vera Green
itself, > to have one specific for the layer in question. > > Here is an example: > https://geoserver.geo-solutions.it/edu/en/pretty_maps/info.html > > Cheers > Andrea > > On Tue, May 21, 2019 at 11:16 PM Vera Green > wrote: > >> Hello, >> I am looking at custom

Re: [Geoserver-users] Which Java 8? A quick benchmark

2019-10-17 Thread Vera Green
Very interesting and useful. Thanks for sharing. Vera On Thu, Oct 17, 2019 at 4:55 PM timita wrote: > Since Oracle's long-term support JRE 8 is not available for free anymore, > we > needed to find an alternative that is just as performant. The advice on > this page

[Geoserver-users] URL Error On Logout

2019-10-02 Thread Vera Green
Hello, When I "logout" of GeoServer I often get this error: [image: image.png] Note the URL: https://.../geoserver/web/j_spring_security_logout Is this an issue with redirecting to .../geoserver/web? Thanks, Vera

Re: [Geoserver-users] Tomcat and geoserver

2019-07-22 Thread Vera Green
I very recently (last week) installed geoserver-2.15.0-war on apache-tomcat-9.0.22, openjdk version "1.8.0_191", no issues. Did you set Tomcat up correctly? Opened port, made user, changed permissions, allowed execution? If Tomcat is running it should be easy. GeoServer--- As

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
; > · Change the web.xml file as outlined above > > · Start Geoserver. > > > > All your data should now be available > > > > *From:* Vera Green [mailto:vera.green...@gmail.com] > *Sent:* Thursday, 13 June 2019 10:02 AM > *To:* Uwe Seher

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
I have had a similar issue migrating from a much older GeoServer version to a new one and my solution was to NOT migrate the data folder in it's entirety but instead to migrate only some components. I won't pretend to understand the underlying issue but it fixed it for me. The components I

[Geoserver-users] missing templates folder

2019-05-21 Thread Vera Green
Hello, I am looking at customizing some templates for WMS but I do not have a templates folder. Is this usual? Can I create it? It should be here correct: /opt/tomcat/webapps/geoserver/data GeoServer 2.15.0 running as web

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Sorry...you said. I can't recall 100% but the 777might be causing the issue. On Thu, Apr 25, 2019, 10:19 AM Vera Green wrote: > Who's the owner of the data folder? I think it has to be tomcat...chown > tomcat:tomcat data. > > On Thu, Apr 25, 2019, 10:03 AM Russ Hore wrote: >

Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Who's the owner of the data folder? I think it has to be tomcat...chown tomcat:tomcat data. On Thu, Apr 25, 2019, 10:03 AM Russ Hore wrote: > I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9, > installed OpenJDK 11 and installed GS 2.15 > > I have a folder called /data

Re: [Geoserver-users] Authenticate WFS-T

2019-04-16 Thread Vera Green
* > > > > > > > > CorsFilter > > /* > > > > > > Hope this helps. > > > > Graham > > > > *From:* Vera Green [mailto:vera.green...@gmail.com] > *Sent:* Tuesday, 16 April 2019 7:25 AM > *To:* Eric Plassot &

Re: [Geoserver-users] Authenticate WFS-T

2019-04-15 Thread Vera Green
r.wfs.WFSException: Error performing insert: Error inserting > features > Yet I try to replicate the examples > Le 15/04/2019 à 00:05, Vera Green a écrit : > > I have the same problem with leaflet and WMS. Same setup with data in > postgreSQL, basic authentication and the Cata

Re: [Geoserver-users] Authenticate WFS-T

2019-04-14 Thread Vera Green
I have the same problem with leaflet and WMS. Same setup with data in postgreSQL, basic authentication and the Catalog Mode set to Challenge which I have read is required. This related post suggest the authentication should be "handled automatically" but this does not occur:

Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-31 Thread Vera Green
I tested today in our environment. Everything worked. Environment is: Centos 7, tomcat 8.5.31, openjdk version "1.8.0_171" When we built this VM (May 2018) we tried to use oracle java because of the recommendation for GeoServer but we could not get Tomcat to run on it so ended up using openjdk. If

Re: [Geoserver-users] cross layer geometry intersection

2019-01-25 Thread Vera Green
If your data is in PostgreSQL you can definitely do this type of query with a view on the database side (I can provide an example) . This is the solution I am using and the performance is very good since the query occurs database side. When you say "subset of the geometry" is this subset based on

Re: [Geoserver-users] Workspace Specific Services Security

2019-01-25 Thread Vera Green
You can get info about JIRA here: https://docs.geoserver.org/stable/en/user/introduction/gettinginvolved.html The JIRA site is here: https://osgeo-org.atlassian.net/projects/GEOS/issues/GEOS-8552?filter=allopeniss ues Cheers, Vera On Fri, Jan 25, 2019 at 7:14 AM Olyster wrote: > > Vera : I

Re: [Geoserver-users] Workspace Specific Services Security

2019-01-25 Thread Vera Green
What is your catalogue mode? We have this issue as well but only with the mixed or hide catalog mode. On Fri, Jan 25, 2019, 2:56 AM Andrea Aime Hi Olyster, > confirmed, I believe it's a bug. > Can you open a report in Jira? > > Cheers > Andrea > > > On Tue, Jan 22, 2019 at 10:25 PM Olyster >

Re: [Geoserver-users] New feature request: meta-tiles greater than 256x256 in size

2019-01-19 Thread Vera Green
You can have the separate label layer for each layer you are labeling, that way users can turn them on/off for each layer. A bit of setup but we use this trick and it works well, also useful for more control over label placement. On Sat, Jan 19, 2019, 1:37 PM Eugene Podshivalov Another common

Re: [Geoserver-users] Shapefile export issue

2019-01-04 Thread Vera Green
wrote: > Try opening the file it probably contains the error message, or you can > look at the log file. > > Ian > > On Fri, 4 Jan 2019, 17:42 Vera Green >> Hello, >> We are having an issue serving/exporting Shapefile files from >> GeoServer. Our environ

[Geoserver-users] Shapefile export issue

2019-01-04 Thread Vera Green
Hello, We are having an issue serving/exporting Shapefile files from GeoServer. Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7. When a user goes to the layer Preview page and selects Shapefile as the format a .zip file is provided but the file is of extremely small

[Geoserver-users] Issue with Catalog Mode

2019-01-04 Thread Vera Green
Hello, We are running GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7. I am having an issue with the Catalog Mode feature and am wondering if this is a bug or an error with my configuration. We are trying to restrict access to the layer preview page to Authenticated users. We also

Re: [Geoserver-users] Monitoring Database Persistence

2018-12-22 Thread Vera Green
I have no advice but am looking forward to anyone's reply as I would like to set this up as well. Vera On Fri, Dec 21, 2018, 2:26 PM Kris Johnson Hello, > > I am attempting to setup and configure the monitoring extension for > Geoserver 2.13.3 so that requests will be recorded in a postgresql

Re: [Geoserver-users] Zoom Dependant Rendering in KMZ

2018-12-09 Thread Vera Green
On Sun, Dec 9, 2018 at 1:39 AM Andrea Aime wrote: > Hi Vera, > see notes inline. > > On Sun, Dec 9, 2018 at 1:32 AM Vera Green wrote: > >> I am using GeoServer to publish password protected network links to >> Google Earth. This all works but in the conversation to

[Geoserver-users] Zoom Dependant Rendering in KMZ

2018-12-08 Thread Vera Green
I am using GeoServer to publish password protected network links to Google Earth. This all works but in the conversation to KMZ a lot of the styling features are lost. For example dashed lines and any scale dependency. I'm using 2.14.1 and tried with both the SLD and CSS styling. Thanks for any