[Geoserver-users] Very Large Geoserver deployments

2023-06-07 Thread Jonathan Moules
Hi List, Does anyone have any examples of very large GeoServer deployments, by which I'm referring to Petabytes(!) of data? And is there any public information about them and their technical setup out there, maybe from a FOSS4G talk or similar? They seem to have last been talked about 5

Re: [Geoserver-users] Trying to connect to a remote WMS that insists on lower case parameter names

2020-01-19 Thread Jonathan Moules
I can confirm there are definitely a bunch of services out there where the REST keys are case sensitive. Unfortunately I can't check and see what the guilty software is right now. On 17/01/2020 08:40, Andrea Aime wrote: Hi Jody, thinking out loud, the OWS spec (that WMTS is based on) states

Re: [Geoserver-users] Best practice in agile implementation of light Inspire

2019-12-07 Thread Jonathan Moules
Hi Shao, It may be just me but it's not really clear what you're asking for. What sort of information do you want? Are you asking about what you should put in the INSPIRE fields? Or how you should set it up? Or something else? Cheers, Jonathan On 2019-12-03 14:24, Shaozhong SHI wrote: I

Re: [Geoserver-users] Getting started with GeoServer - Are there any frameworks to easily create an interactive mapping application?

2019-11-23 Thread Jonathan Moules
Hi Mark, > Is there any application frameworks out there, and somewhat easy to follow instructions to create a general interactive mapping application. Lots. It's old now (2012) but to give you an idea: http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/291-comparacion-clientes-web-v6

Re: [Geoserver-users] Another CSW question

2019-07-18 Thread Jonathan Moules
Hi Paul, The following is a valid GET request to get all records (via pagination) from a CSW: http://www.example.com/my_csw?version=2.0.2=GetRecords=CSW=1=10=results=csw%3ARecord=full=CQL_TEXT It works with PyCSW and GeoNetwork CSW deployments. Doesn't work with ESRI GeoPortal - the

Re: [Geoserver-users] 4 weighted rasters into 1 raster

2019-05-31 Thread Jonathan Moules
> Have a leaflet client, requesting 4 rasters from WMS, generating a new raster (applying the weights) in the browser and displaying this through leaflet? WMS isn't the way to go with this. I mean, it can do it, but the WMS server may alter the values of the raster before serving them because

Re: [Geoserver-users] GWC WMS Tiles are not showing correctly

2019-03-29 Thread Jonathan Moules
layer configuration: [image: image.png] Is there an optimal setting to prevent this issue? Thanks. On Thu, Mar 28, 2019 at 12:40 AM Jonathan Moules < jonathan-li...@lightpear.com> wrote: Hi, This looks like it's a metatiling issue. https://www.geowebcache.org/docs/current/co

Re: [Geoserver-users] GWC WMS Tiles are not showing correctly

2019-03-27 Thread Jonathan Moules
Hi, This looks like it's a metatiling issue. https://www.geowebcache.org/docs/current/concepts/metatiles.html Can you confirm you're using them? Cheers, Jonathan On 2019-03-25 17:23, Slava Zaitsev wrote: Hi, I am using Geoserver 2.14.2 with GWC FullWMS and a GeoTIFF raster layer store,

Re: [Geoserver-users] WMTS 400 error again

2019-03-24 Thread Jonathan Moules
Hi Paul, The problem seems to be highlighted in the top two lines: 2019-03-21 10:12:48,717 WARN [gwc.layer] - Error getting LegendURL dimensions from sample java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0 I'm not really sure what that's about, but googling the

Re: [Geoserver-users] Please remember, you're here to help each other, not just to get help

2019-01-25 Thread Jonathan Moules
To add another reason for why helping is good to Andrea's excellent post: It's also a good way to learn new and interesting things about GeoServer, and/or the standards/formats etc that it uses (depending where your interest lies). Cheers, Jonathan On 2019-01-24 13:35, Andrea Aime wrote:

Re: [Geoserver-users] GetLegend Layer group

2019-01-25 Thread Jonathan Moules
Hi, There's a thread from 2010 that may relate to this: https://sourceforge.net/p/geoserver/mailman/message/24434518/ - unless something has changed since then, the answer appears to be - either do it manually, or have the code changed. Curiously, if I'm reading the SLD/WMS specs correctly,

Re: [Geoserver-users] Monitoring Database Persistence

2018-12-27 Thread Jonathan Moules
Hi Kris, An alternative for GeoServer log analysis is Logacity - https://www.logacity.co.uk - It's non-free but should be much easier to set up and maintain. (Disclosure: I'm the developer) Cheers, Jonathan On 2018-12-21 21:22, Kris Johnson wrote: Hello, I am attempting to setup and

Re: [Geoserver-users] Mapbender does not show Geoserver maps

2018-12-03 Thread Jonathan Moules
This may be better asked on the mapbender list - https://lists.osgeo.org/mailman/listinfo/mapbender_users On 2018-11-27 10:44, elbert wrote: hello im new in mapbender,.. how to view map in mapbender from geoserver.. im using this localhost in http://localhost:8080/geoserver/htcgensan/wms?

Re: [Geoserver-users] [QGIS-Developer] QGIS WCS is requesting FULL dataset?

2018-10-20 Thread Jonathan Moules
Hi Lists, I'm cross posting this to GeoServer-Users over from QGIS-Dev as the current QGIS code seems to be trying to work around a GeoServer quirk based on Nyall's code-comment snippet. Is there something different QGIS can do to work around the stated issue in a better way given I guess

Re: [Geoserver-users] Moving BlobStores around

2018-09-18 Thread Jonathan Moules
Hi Nik, Starting with a disclaimer: I've never used blobstores. But ... if they're handled/treated anything like the other file-like data stores GeoServer supports, they should be nice and portable. I'd suggest giving it a try - keeping the paths the same across environments usually works

Re: [Geoserver-users] Test stress

2018-09-18 Thread Jonathan Moules
I wish a page like that had existed for JMeter testing of GeoServer when I started doing it, would have saved me an hour or three. Big thanks to the GeoSolutions folks for sharing their training for all! On 17/09/2018 07:31, Steve Omondi wrote: You can use Apache Jmetetr

Re: [Geoserver-users] Disabling error response of WMS/WFS to the Clients/users

2018-09-18 Thread Jonathan Moules
gt; On Mon, Sep 17, 2018 at 3:31 PM, Jonathan Moules mailto:jonathan-li...@lightpear.com>> wrote: Hi Naresh, I do not believe it is possible which is why Ian was suggesting improvements are always welcome. Needless to say, security through obscurity is pretty poor secu

Re: [Geoserver-users] Disabling error response of WMS/WFS to the Clients/users

2018-09-18 Thread Jonathan Moules
Hi Naresh, I do not believe it is possible which is why Ian was suggesting improvements are always welcome. Needless to say, security through obscurity is pretty poor security, which is likely why this hasn't been done yet. Even as merely one layer of security. If your security relies on an

Re: [Geoserver-users] WMS does not permit cross origin framing

2018-07-04 Thread Jonathan Moules
Hi Amelia, Have you tried hand-crafting a WFS GetFeatureInfo request and sending that directly from your browser manually? Using the browser's dev tools you'll then see if you get the headers/etc you need back. That will indicate if the issue is with the GeoServer/Tomcat side, or the

Re: [Geoserver-users] Elevation profile

2018-06-21 Thread Jonathan Moules
Hi Fawzy, Off the top of my head I think that's going to be your best option, though others probably know better. It *might* be possible to do it via WPS, but you're still going to need something behind it that does the processing part. > Another question, if I put the geotiff file in a

Re: [Geoserver-users] tile cache

2018-06-15 Thread Jonathan Moules
Hi Steve, What do you mean by "dump all the cached tiles"? Truncate? GWC itself has a MassTruncate - http://geowebcache.org/docs/current/rest/masstruncate.html - I guess it's available in GeoServer but haven't tested it. Alternatively I some variant of rm -rf would definitely delete them,

Re: [Geoserver-users] Known vulnerability in commons-fileupload v1.2.1, used by geoserver

2018-06-10 Thread Jonathan Moules
Chris, Andrea, Good suggestion. If I could go one further, I'd suggest an explicit bold statement in the user/dev list sections saying not to post security stuff there. I.e.: User List This list is for end users blah blah blah *Do/Not /report security vulnerabilities here. See the Security

Re: [Geoserver-users] Two questions regarding the printing module

2018-05-19 Thread Jonathan Moules
Hi Fawzy, For my part I found it simpler to just deploy MapFish separately. This was a few years ago; I've not been as active with GeoServer so may have missed it, but I don't believe the plugin is anywhere near current, so I'd definitely suggest a standalone MFP deployment. To answer your

Re: [Geoserver-users] Jmeter results interpretation

2018-05-19 Thread Jonathan Moules
Hi, Well, to me at least, the results for 30 users look excellent. No errors and low response times across the board. 60 users wasn't quite so good - still no errors (which is good and shows your server wasn't actually overloaded), but the response times were starting to suffer significantly.

Re: [Geoserver-users] Forcing GeoServer/GeoWebCache to align tiles with top left origin

2018-05-19 Thread Jonathan Moules
Hi Barbara, I'm guess this relates to this thread: https://sourceforge.net/p/geoserver/mailman/message/32001987/ Alas I have no further insights myself, but while looking for that, I did find this which may or may not help: https://sourceforge.net/p/geowebcache/mailman/message/32026943/ I'm

Re: [Geoserver-users] WCS version negotiation question/quirk

2018-03-31 Thread Jonathan Moules
onathan p.s. - the Above is non-exhaustive manual testing. Some good unit-tests across all services may get more. On 2018-03-30 19:27, Jonathan Moules wrote: Hi Andrea, Ok, I was getting quite confused there for a bit, but I've figured out what's going on now. The WCS specs build on

Re: [Geoserver-users] WCS version negotiation question/quirk

2018-03-30 Thread Jonathan Moules
eve is based on OWS 2.0 (fun fun): http://www.opengeospatial.org/standards/common Go look for "GetCapabilities request KVP encoding" or something similar to find the requested behavior Cheers Andrea On Fri, Mar 30, 2018 at 7:20 PM, Jonathan Moules <jonathan-li...@lightpear

Re: [Geoserver-users] WCS version negotiation question/quirk

2018-03-30 Thread Jonathan Moules
ersions, not version (version works for any other call but GetCapabiltiies, GeoServer still uses it in case there is an exact match). That might play a role too. Cheers Andrea On Fri, Mar 30, 2018 at 5:52 PM, Jonathan Moules <jonathan-li...@lightpear.com <mailto:jonathan-li...@lightp

[Geoserver-users] WCS version negotiation question/quirk

2018-03-30 Thread Jonathan Moules
Hi List, I have a version negotiation question for WCS. I'm making GetCapabilities requests to various public boxes for WCS version 1.1.2, and GeoServer doesn't seem to support this particular version. GeoServer seems to go from 1.1.1, then straight to 2.0.1; I guess that's what got

Re: [Geoserver-users] BigDecimal data is sent as String in vector tiles

2017-12-28 Thread Jonathan Moules
lly turned into a string) Formats can be improved of course, pull requests welcomed. Cheers Andrea On Wed, Dec 27, 2017 at 3:15 PM, Jonathan Moules jonathan-li...@lightpear.com wrote: Hi and welcome to the list! I've not used vector tiles myself so my reply is limited, but I can see your JSON problem

Re: [Geoserver-users] BigDecimal data is sent as String in vector tiles

2017-12-27 Thread Jonathan Moules
Hi and welcome to the list! I've not used vector tiles myself so my reply is limited, but I can see your JSON problem is as you describe: "id": "27283", "lat": "27.03851051999", "lng": "88.45921040003", They're all encoded as JSON strings and should be of type Number: "id":

Re: [Geoserver-users] CRS84, EPSG4326, and min/max x/y

2017-12-11 Thread Jonathan Moules
r requesting a map of the entire Earth would be written in this CRS as BBOX=-90,-180,90,180. For me it seems that Geoserver follows the standard literally. -Jukka Rahkonen- Lähettäjä: Jonathan Moules [mailto:jonathan-li...@lightpear.com] Lähetetty: 10. joulukuuta 2017 20:57

Re: [Geoserver-users] External file for GetCapabilities

2017-10-17 Thread Jonathan Moules
Hi Oscar, If I'm understanding correctly, you want to return a custom GetCapabilities rather than the auto-generated one that GeoServer creates? I don't believe GeoServer can do this. A quick search found - https://sourceforge.net/p/geoserver/mailman/message/33191288/ - no idea if that was

Re: [Geoserver-users] Publishing combined 2d polyline and 3d data in Geoserver

2017-08-21 Thread Jonathan Moules
Hi Dragoo, There are a few suggestions on StackOverflow from our very own Andrew (and others) here: https://gis.stackexchange.com/questions/149878/3d-map-visualization-in-geoserver You will probably need to glue the data together outside of GeoServer though, and just use GS to do the serving

Re: [Geoserver-users] Production error logging

2017-08-21 Thread Jonathan Moules
Hi Paul, I can see there would be a lot of value in adding a datasource timeout error to production profile logging. I'm less sure about logging all timings within the "production" logging profile due to the overhead it would add. However a new profile for "performance" level logging would be

Re: [Geoserver-users] Security update notifications

2017-04-11 Thread Jonathan Moules
Hi Clifford, I don't think so, though I can see how it would be useful. The blog has a "vulnerability" category, though little used: http://blog.geoserver.org/category/vulnerability/ And a tag for "security" (also little used): http://blog.geoserver.org/tag/security/ On JIRA, it looks like there

Re: [Geoserver-users] Map service for ST_GEOMETRY in GeoServer

2017-04-07 Thread Jonathan Moules
Hi, Reading around I found: https://community.oracle.com/thread/863652 Which suggests that ESRI use their own flavour of ST_GEOMETRY, it's not the same as Oracle ST_GEOMETRY that you're using. So in that case, unfortunately you are locked in to accessing the data with ESRI tools and toolchains.

Re: [Geoserver-users] Map service for ST_GEOMETRY in GeoServer

2017-04-07 Thread Jonathan Moules
Hi Allan, ESRI stuff is generally designed to play nicely with ESRI stuff - they like trying to sell the entire ESRI stack to you. It can integrate with other software, but as you can see from Andrea's response, it's not readily supported in the Open Source world. Another option is to take the

Re: [Geoserver-users] upgrade

2017-04-07 Thread Jonathan Moules
Yep, that's my understand too. Note: Looking at the docs, for 2.6 (which you're crossing through) there's something about GeoJSON to be aware of: http://docs.geoserver.org/stable/en/user/installation/upgrade.html Cheers, Jonathan On Fri, 07 Apr 2017 04:03:00 +0100 P O'Toole

Re: [Geoserver-users] Odd shift when rendering ECW from British National Grid to Web Mercator

2017-04-05 Thread Jonathan Moules
Hi Paul, How did you create the ECW images themselves? The problem is likely in that step rather than within GeoServer. Cheers, Jonathan On Tue, 04 Apr 2017 14:47:44 +0100 Paul Wittlep.wit...@dorsetcc.gov.uk wrote Hi, I’ve been trying to use ECW image mosaics and it

Re: [Geoserver-users] Startup with missing store index

2017-04-05 Thread Jonathan Moules
Hi Paul, The low RAM/CPU resource usage is (just guessing) because this is a I/O problem. I'm guessing ImageMosaic is reading all your datasets to determine their bounds. If you look at your disk usage, that will likely be showing copious amounts of activity. I thought that the missing

Re: [Geoserver-users] Map service for ST_GEOMETRY in GeoServer

2017-04-03 Thread Jonathan Moules
Hi, Have you tried this: https://stackoverflow.com/questions/41823494/does-geoserver-support-st-geometry-for-sde-oracle That's assuming your data is stored in ESRI's ST_GEOMETRY. Cheers, Jonathan On Sat, 01 Apr 2017 08:57:40 +0100 elyoung elyo...@163.com wrote Hi,all. Does anyone

Re: [Geoserver-users] Rendering size of layer groups

2017-03-27 Thread Jonathan Moules
. Thanks, Paul From: Jonathan Moules [mailto:jonathan-li...@lightpear.com] Sent: 27 March 2017 15:32 To: Paul Wittle p.wit...@dorsetcc.gov.uk Cc: 'geoserver-users@lists.sourceforge.net' geoserver-users@lists.sourceforge.net Subject: RE: [Geoserver-users] Rendering size of layer gro

Re: [Geoserver-users] Rendering size of layer groups

2017-03-27 Thread Jonathan Moules
Hi, I should point out that the requests are print to scale using the printing module at 300dpi so you shouldn’t compare them to standard tile requests. That said, it is still not happy. Cheers, Paul From: Jonathan Moules [mailto:jonathan-li...@lightpear.com] Sent: 27 March

Re: [Geoserver-users] Rendering size of layer groups

2017-03-27 Thread Jonathan Moules
at our raw data is not pre-processed well enough but I’m already working on a solution for that. Is 80,000KB big enough in your opinion? Cheers, Paul From: Jonathan Moules [mailto:jonathan-li...@lightpear.com] Sent: 27 March 2017 13:27 To: Paul Wittle p.wit...@dorsetcc.gov.uk Cc:

Re: [Geoserver-users] Rendering size of layer groups

2017-03-27 Thread Jonathan Moules
Hi Paul, In my experience GeoServer is smart enough to know when to ask for a given layer (and layergroup) based on the styles and min/max denominator. At Warwickshire I had a basemap that consisted of: * All Ordnance Survey Layers (layergroup) which in turn contained: ** OS Strategi (a

Re: [Geoserver-users] geoserver for desktop GIS clients only

2017-03-27 Thread Jonathan Moules
Hi Dimitrios, I don't believe GeoServer itself has the tools for this (GeoFence maybe?). However, you can do this fairly easily with Apache and the httpd.conf file by blocking a user-agent. If you google around for "apache block user agent" or similar you'll find various examples which should

Re: [Geoserver-users] Geowebcache and retina display

2017-03-21 Thread Jonathan Moules
moved to tiles. Thanks Esteban On Tue, Mar 21, 2017 at 10:55 AM, Jonathan Moules <jonathan-li...@lightpear.com <mailto:jonathan-li...@lightpear.com>> wrote: Hi, I don't believe so (others likely know better of course!). I believe the only way to do this with GeoServer

Re: [Geoserver-users] Geowebcache and retina display

2017-03-21 Thread Jonathan Moules
Hi, I don't believe so (others likely know better of course!). I believe the only way to do this with GeoServer / GWC would be to simply request more tiles using the client and then scale appropriately. As of GeoServer 2.11.x (which is in RC right now

Re: [Geoserver-users] Image Pyramid - Geoserver

2017-03-17 Thread Jonathan Moules
am going to publish the image on geoserver and use it on internet using WMS. I shall try your suggestions too. Regards, Srikanth On Fri, Mar 17, 2017 at 8:40 PM, Jonathan Moules jonathan-li...@lightpear.com wrote: Hi Srikanth, GeoServer definitely supports JPEG compression in tiffs, I

Re: [Geoserver-users] Image Pyramid - Geoserver

2017-03-17 Thread Jonathan Moules
Hi Srikanth, GeoServer definitely supports JPEG compression in tiffs, I have done that, but I've not used gdal_retile. Observations/thoughts (others may have more useful ones): * You're converting to Byte type. Maybe a Int8 for each band would work better? * How about compressing to JPEG at the

Re: [Geoserver-users] geowebcache TMS

2017-03-14 Thread Jonathan Moules
Hi, This question was asked on Stack Overflow about a year ago: https://gis.stackexchange.com/questions/224624/any-16-bit-tms-wms-tile-renderer-servers The summary of the comments (which may or may not be correct) is that GeoServer doesn't do it, but other tools like MapServer. Cheers,

Re: [Geoserver-users] errors gwcFacade and DiskQuotaMonitor

2017-03-08 Thread Jonathan Moules
Hi Eugenio, I think this is the important line: "Could not locate a layer or layer group with id LayerInfoImpl-4b9ea1ed:15a87d16d6a:-7ff9 within GeoServer configuration, the GWC configuration seems to be out of synch" Maybe try clearing and rebuilding your GWC? Cheers, Jonathan On Mon, 06

Re: [Geoserver-users] Geoserver

2017-02-28 Thread Jonathan Moules
Hi Ashton, Is it your GeoServer installation? If so you will need to set permissions using whatever your file-system is so you can edit that file. If the GeoServer is maintained by someone else, talk to them and ask them to give you writer permission to that file. That said, I'm not sure why

Re: [Geoserver-users] How to get GeoServer layers into QGIS forcing use of tile server

2017-02-22 Thread Jonathan Moules
Hi Paul, Like Ian I can add a EPSG:27700 GWC gridset to QGIS so I think it's something specific to your setup. Warwickshire have one here (you may want to test it to confirm it's not your QGIS being silly): WMTS: http://maps.warwickshire.gov.uk/gs/gwc/service/wmts?REQUEST=GetCapabilities TMS:

Re: [Geoserver-users] Microsoft Issues

2017-01-06 Thread Jonathan Moules
Hi Josh, I would have thought this is application side; I don't know how you're doing the authentication, but I'd be surprised if the backed (GeoServer) wasn't browser agnostic. If you do think it's the back-end, have you tried comparing the requests that FF/Chrome make versus those that

Re: [Geoserver-users] remove tiles

2017-01-04 Thread Jonathan Moules
Hi Steve, The REST API would be the "right" way to delete the cache (and definitely the layers). But for the cached tiles at least, in my experience it's generally ok to simply delete them directly - the only problem I came up against doing that was that the quota calculators would lose track

Re: [Geoserver-users] Could not access Geoserver admin page

2016-12-28 Thread Jonathan Moules
Hi, Looking at the logs you pasted, it appears to me you have a bad installation. This line for example isn't normal.: /Context initialization failed/ /org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 566 in XML document from URL

Re: [Geoserver-users] Unauthorized Service

2016-12-23 Thread Jonathan Moules
Hi Josh, What happens if you try and access that URL from within the web-browser, does it work? Does it work if you request it from the geoserver box itself via a browser/CuRL/wget to your x domain? Does it work if you change the domain to localhost? If the error is different between them,

Re: [Geoserver-users] WMS GetMap on Imagemosaic with filter

2016-12-17 Thread Jonathan Moules
Hi Sabine, To the best of my knowledge you can only make requests via WMS using Boxes. Remember that the resulting image has to be a square, so if you were to send a non-box polygon, it would simply act as a cartographic mask, and you'd have lots of black (or white) surrounding the desired

Re: [Geoserver-users] Geoserver- label part in different style and colour

2016-11-30 Thread Jonathan Moules
Hi Manoj, I'm not sure this is really possible with GeoServer. The closest solution I can think of would be to use two labels with different anchor-points/displacements (i.e. one on the left, one or the right) and style them accordingly, but unless at least one of the text strings is always

Re: [Geoserver-users] Geoserver 2.8, WMS

2016-11-29 Thread Jonathan Moules
Hi Jakub, I can't replicate this myself making requests for GetCapabilities documents. What was the version "number" you were using? Or was it for a different request type? On an old 2.7 instance, the following bring back an exception document of type NoApplicableCode containing the

Re: [Geoserver-users] Force SSL

2016-11-18 Thread Jonathan Moules
Hi, I'd suggest this is a bug. Looking on GitHub for ol.js, it appears that the URL is using a variable called ${baseUrl}, though where that is set I have no idea (it's in lots of files). If you can report it on Jira with a reproduction case, hopefully one of the devs will look into it at some

[Geoserver-users] ExternalGraphic mis-sized for PostGIS

2016-09-01 Thread Jonathan Moules
Hi List, I'm seeing some very odd behaviour with external graphics. The TextSymboliser is this: TextSymbolizer Label ogc:PropertyNameroad_no/ogc:PropertyName /Label Font CssParameter name="font-family"Arial/CssParameter

Re: [Geoserver-users] Rendering Transformations

2016-08-09 Thread Jonathan Moules
Hi Paul, I'm guessing you're working off this page (http://docs.geoserver.org/stable/en/user/styling/sld-extensions/rendering-transform.html) already. I can't find anything else so my only suggestion would be to look in the code. Looking in the repository, I see this is the only place that

Re: [Geoserver-users] Disable / alter Geoserver web admin interface for    external users

2016-07-11 Thread Jonathan Moules
layers themselves. Will have a look at the information provided by Jim in the previous post. Chris From: Jonathan Moules [mailto:jonathan-li...@lightpear.com] Sent: 11 July 2016 14:20 To: Chris Buckmaster Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users

Re: [Geoserver-users] Disable / alter Geoserver web admin interface for    external users

2016-07-11 Thread Jonathan Moules
Hi Chris, Have you tried the two options at the bottom of this page: http://docs.geoserver.org/latest/en/user/production/config.html#disable-the-geoserver-web-administration-interface They will allow you to disable the web admin interface entirely I believe. Cheers, Jonathan On Mon, 11 Jul

Re: [Geoserver-users] error on using svg or png in style

2016-07-11 Thread Jonathan Moules
Hi Annalisa, I'm a little unclear on the question - you're saying that the SLD works in the legend preview? (which i guess is a form of GetLegendRequest). But when you try and view it on a map (Layer Preview) you're getting an exception? Do you have the rest of the exception? That might help

Re: [Geoserver-users] How Can I use Weighted Overlay Analysis / Suitability Analysis in Geoserver

2016-06-28 Thread Jonathan Moules
Hi, So you want to do raster overlaying and cell calculations? I'd guess you could do that with WPS, but I've not used it myself so I'm not overfamiliar with what it can do. The standard tools in GeoServer won't let you do this though. Cheers, Jonathan On Mon, 27 Jun 2016 09:15:12 +0100

Re: [Geoserver-users] How to serve large spatio-temporal dataset with GeoServer?

2016-06-22 Thread Jonathan Moules
, Jonathan On Wed, 22 Jun 2016 13:31:39 +0100 Andrea Aimeandrea.a...@geo-solutions.it wrote On Wed, Jun 22, 2016 at 2:15 PM, Jonathan Moules jonathan-li...@lightpear.com wrote: While Andrea has an (understandable) leaning towards PostGres, I'd be surprised if you can't optimise Oracle

Re: [Geoserver-users] How to serve large spatio-temporal dataset    with GeoServer?

2016-06-22 Thread Jonathan Moules
Hi Peter, To build on the other answers you've received - you need to create indexes that the database will use. This applies to all relational databases - Oracle/SQL Server/PostGres/Sqlite, etc. When you send a query to a database there's a query planner which takes your query and tries to

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Jonathan Moules
be configurable per-service - to deal with the different usages you noted. Alas I don't have any funding. Just wondering aloud. :-) Thanks, Jonathan On Mon, 23 May 2016 13:48:54 +0100 Andrea Aimeandrea.a...@geo-solutions.it wrote On Mon, May 23, 2016 at 2:27 PM, Jonathan

Re: [Geoserver-users] Control flow extension troubleshooting

2016-05-23 Thread Jonathan Moules
Ok, this may suggest the ControlFlowCallback never received the finished event for some requests, and thus it did not return their tokens: the system is based on a finite number of tokens in a pool, each request starting grabs one, each one finishing returns one back, requests not finding a

Re: [Geoserver-users] How to use tiles

2016-05-17 Thread Jonathan Moules
Hi, GeoServer creates tiles and then OpenLayers (or any other OGC-standards compliant piece of software) uses those tiles. It's also possible for GeoServer to consume "tiles" from another service, and then feed them onward to OpenLayers (or whatever). This is called cascading. On Sun, 15

Re: [Geoserver-users] Optimising the JVM and Garbage Collectors

2016-05-16 Thread Jonathan Moules
or so with no reported issues. When you mention the performance of G1, do you mean in general or under GeoServer-specific workloads? Thanks Jack On 14 May 2016 at 00:10, Jonathan Moules jonathan-li...@lightpear.com wrote: Hi List, I was wondering if maybe the "Optimize your JVM" page

[Geoserver-users] Optimising the JVM and Garbage Collectors

2016-05-13 Thread Jonathan Moules
Hi List, I was wondering if maybe the "Optimize your JVM" page could use an update? (http://docs.geoserver.org/stable/en/user/production/container.html ) Reasoning: "-XX:+UseParallelGC" - is enabled by default (although not on everything -

Re: [Geoserver-users] GeoServer slowdowns during PostGres performance testing

2016-05-12 Thread Jonathan Moules
wrote most likely cause is that you have saturated the postgis connection pool and are waiting for earlier requests to complete. I can't think of anything else obvious that might cause that problem. Ian On 12 May 2016 at 13:08, Jonathan Moules jonathan-li...@lightpear.com wrote: Hi List

[Geoserver-users] GeoServer slowdowns during PostGres performance testing

2016-05-12 Thread Jonathan Moules
Hi List, Doing some performance testing (WMS GetMap) on a GeoServer (2.7.2) with PostGreSQL (9.5.2) using JMeter, we're getting some odd slowdowns. It seems that for a short while (up to a few minutes) GeoServer massively slows down in responding to requests; the "max" times shoot up from a

Re: [Geoserver-users] GeoServer layer creation using REST API very slow in a PostGIS store with thousands of layers

2016-05-06 Thread Jonathan Moules
Hi Paolo, Good detective work! I'd suggest either reporting it as a bug on bug tracker - http://docs.geoserver.org/stable/en/user/introduction/gettinginvolved.html#bug-tracking - or posting this to the GeoServer dev list if you're interested in trying to fix it yourself. Even if not technically

Re: [Geoserver-users] Avoid duplicated labels in Geoserver/Geowebcache

2016-04-25 Thread Jonathan Moules
Hi Tommaso, I can't think of any "ideal" solutions (others may have better suggestions), but below are a few ideas: * I'm guessing you're using the PointPlacement labelling, which with the large metatiling you're using should hopefully ensure only one label in any given large area.

Re: [Geoserver-users] Print module

2016-04-21 Thread Jonathan Moules
Hi Paul, We have a standalone MapFish print which isn't timing out at all at the MapFish end, I have some requests go up to 90seconds. Any timeouts are all at the GeoServer and/or HAProxy end (60 seconds by default). This is both MFP 1.x and 2.x. There is nothing in the config.yaml to configure

Re: [Geoserver-users] Difficulties with Road data labelling

2016-04-21 Thread Jonathan Moules
Hi Stephanos, I wonder if it's because it's a multi-part line? I see that Omirou has four lines, so it's not a one off. Or maybe there are invisible (i.e. whitespace) characters that make the road names different, but that seems unlikely. Otherwise I can't see any obvious reason for it to be

[Geoserver-users] ImageMosaic: "Schema ... already exists"

2016-04-20 Thread Jonathan Moules
Hi List, I'm converting an ImageMosaic index from Oracle to PostGIS, but am having a problem. My datastore.properties: SPI=org.geotools.data.postgis.PostgisNGDataStoreFactory host=example.com port=5432 database=osmm schema=example_schema user= passwd= max\ connections=50 min\

Re: [Geoserver-users] sortBy in WFS Url request

2016-04-19 Thread Jonathan Moules
Hi Nhan, I think you could do this with a "group by NAME" in an SQL View - http://docs.geoserver.org/stable/en/user/data/database/sqlview.html - at that point each Name will only appear once as far as the layer is concerned. Cheers, jonathan On Tue, 19 Apr 2016 14:15:49 +0100 Nhan

Re: [Geoserver-users] JPEG artifacts when imagery has black areas

2016-04-15 Thread Jonathan Moules
Hi Jason, The following two should help: http://gis.stackexchange.com/questions/114370/compression-artifacts-and-gdal http://osgeo-org.1560.x6.nabble.com/gdal-dev-JPEG-compressed-GeoTIFF-ignores-Nodata-td3746232.html Cheers, Jonathan On Thu, 14 Apr 2016 21:36:59 +0100 Jason

Re: [Geoserver-users] Managing WFS and WMS Services

2016-03-30 Thread Jonathan Moules
Hi, - Disabling WFS shouldn't stop the Layer Preview from working. - Restricting access to only certain output formats - http://osgeo-org.1560.x6.nabble.com/WMS-output-format-restrictions-td3796402.html - Are you sure you want OpenLayers as the output format? If you're building your own

Re: [Geoserver-users] Styling when points symbols are overlapping

2016-03-29 Thread Jonathan Moules
Hi Stephanos, Well, if you're using the points as labels, you can use priority to ensure a specific label is shown in preference to any other one. http://docs.geoserver.org/latest/en/user/styling/sld-reference/labeling.html#priority-labeling The same page also details using label grouping. If

Re: [Geoserver-users] Polygon pattern made of multiples SVGs

2016-03-24 Thread Jonathan Moules
Hi Geoffrey, It's definitely possible to get aligned patterns that are symetrical (i.e. a grid-like layout); I'm not so sure about offset as you have as your desired output. I'd suggest just experimenting and post back the parameters if you get it working. Cheers, Jonathan On Tue, 22

Re: [Geoserver-users] Managing legend in WMS tiled service

2016-03-21 Thread Jonathan Moules
, Alberto On 21 March 2016 at 15:02, Jonathan Moules wrote: Hi Alberto, I'm not sure this is possible with decorations. But two (non-ideal) alternative ways to try and get the same outcome: 1) A second layer that you overlay client-side - the second layer would be requested as a non-tiled image. 2

Re: [Geoserver-users] Getting the Legend as JSON

2016-03-19 Thread Jonathan Moules
Note that there is the "GetStyles" request (it's part of the SLD spec) - this returns the Style used for the layer as XML. There are various convertors out there to convert XML to JSON - if you plugged one of them in as a piece of middleware between the client which needs JSON and GeoServer

Re: [Geoserver-users] Polygon SVG stroke

2016-03-11 Thread Jonathan Moules
Hi Geoffrey, The output definitely looks squiffy, and that's even having split up the SLD? Looking at it, it apears GeoServer isn't anticipating the size of the symbol and is thus "overflowing" the length of the line. Have you tried using a Custom WKT symbol for the style instead? -

Re: [Geoserver-users] SHAPE Export is empty 2.8.2 SNAP

2016-03-11 Thread Jonathan Moules
Hi Michael, No idea if it's this, but given the area, maybe there's a space or other illegal/confusing character in either the zip file that's trying to be produced, or the file that's meant to be getting zipped? Otherwise, if it's repeatable, it's probably worth reporting as a bug. Cheers,

Re: [Geoserver-users] Disable WMS on Specific workspace?

2016-03-10 Thread Jonathan Moules
and offerable by GeoServer WMS service. I can't disable global services, because i wanna tell client which workspaces and layers are available on the server. Regards On Wednesday, March 9, 2016 2:21 PM, Jonathan Moules jonathan-li...@lightpear.com wrote: Hi Saka, Virtual services

Re: [Geoserver-users] Disable WMS on Specific workspace?

2016-03-09 Thread Jonathan Moules
Hi Saka, Virtual services should do most (all?) of what you want: http://docs.geoserver.org/2.1.0/user/services/virtual-services.html Cheers, Jonathan On Wed, 09 Mar 2016 06:16:20 + Saka Royban sakaroy...@yahoo.com wrote Hi all How can i disable WMS on some workspaces while

[Geoserver-users] GeoServer Heap memory use for large images

2016-03-08 Thread Jonathan Moules
Hi List, I'm experiencing some memory issues with GeoServer 2.7.1 on Linux. The startup settings are: jvm_opts=-Xms2G -Xmx6G -XX:MaxPermSize=1024m (So 6GB of Heap). I'm running some JMeter tests to make requests like this:

Re: [Geoserver-users] GeoServer Heap memory use for large images

2016-03-08 Thread Jonathan Moules
So I doubled the XMX to 12G and sure enough it can now handle 8 threads with no problems. But curiously, I then restarted the instance again (to throw in a second instance) but the very first request returned: Rendering process failed java.lang.OutOfMemoryError: Java heap space Java heap

Re: [Geoserver-users] Not all polygons shown in WMS

2016-03-02 Thread Jonathan Moules
Hi Hugo, I know that ArcSDE exhibits exactly that behaviour when it encounters bad data. I see you've confirmed the data is valid in PostGIS - have you tried viewing it in a separate GIS like QGIS? It may also be worth turning up the GeoServer logging to Geotools Developer level and seeing

Re: [Geoserver-users] Leader lines in SLD

2016-03-01 Thread Jonathan Moules
Although one thing to bear in mind - more complex SLD's created with QGIS often don't work in GeoServer without manual tweaking. Certainly worth trying though. Cheers, Jonathan On Tue, 01 Mar 2016 10:36:36 + Ian Turton ijtur...@gmail.com wrote One option would be to create a

Re: [Geoserver-users] SLD problem with attribute filtering

2016-02-29 Thread Jonathan Moules
I've been looking into this this week for my own work. I note in the OGC Filters specification 2.0 (http://docs.opengeospatial.org/is/09-026r2/09-026r2.html) the following definition for the PropertyIsNull operator: "The PropertyIsNull operator tests the specified property to see if it exists

[Geoserver-users] Label Priority and non-Integer fields

2016-02-12 Thread Jonathan Moules
Hi List, Trying to confirm desired behaviour. I was trying to use the Priority labelling feature (http://docs.geoserver.org/stable/en/user/styling/sld-reference/labeling.html#priority-labeling ) I have two polygons that overlap and want the label for one to take precedence over the other, so

  1   2   3   4   5   6   7   >