[Geoserver-users] GeoServer still using Apache Struts and effected security issues?

2017-04-04 Thread Nachtigall, Jens (init)
Hi, a customer (operations/hosting department) is asking whether geoserver (running on tomcat7) is effected by a security issue in Apache Struts[1][2]. I'm surprised because AFAIK geoserver does not use struts anymore for a long time now, right? http://blog.geoserver.org/2008/08/11/a-new-ui-is-

Re: [Geoserver-users] Styling Polygons without styling the polygon overlays

2017-03-28 Thread Nachtigall, Jens (init)
styles’ fill would not add up. Best, Jens On Tue, Mar 28, 2017 at 2:38 PM, Nachtigall, Jens (init) mailto:jens.nachtig...@init.de>> wrote: Is there some kind of SLD rule that avoids these red circle overlaps at the beginning of the polygons? Can you do something like it's done for

Re: [Geoserver-users] Performance of ECQL-Filter with up to 5000 IDs

2015-08-03 Thread Nachtigall, Jens (init)
? Best, Jens Von: Nachtigall, Jens (init) [mailto:jens.nachtig...@init.de] Gesendet: Freitag, 31. Juli 2015 16:29 An: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-users] Performance of ECQL-Filter with up to 5000 IDs It’s Oracle. Von: andrea.a...@gmail.com<mailto:andre

Re: [Geoserver-users] Performance of ECQL-Filter with up to 5000 IDs

2015-07-31 Thread Nachtigall, Jens (init)
It’s Oracle. Von: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Im Auftrag von Andrea Aime Gesendet: Freitag, 31. Juli 2015 16:11 An: Nachtigall, Jens (init) Cc: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-users] Performance of ECQL-Filter with up to 5000 IDs On Fri

[Geoserver-users] Performance of ECQL-Filter with up to 5000 IDs

2015-07-31 Thread Nachtigall, Jens (init)
Hi, I have a WMS request including a rather long ECQL-Filter that matches on feature IDs (as described in http://docs.geoserver.org/latest/en/user/tutorials/cql/cql_tutorial.html#id-and-list-comparisons). The filter is like this: IN ('mylayer.101453', ...up to 5000 IDs here... ,'mylayer.102486'

[Geoserver-users] CSS default class (fallback) for null

2015-07-06 Thread Nachtigall, Jens (init)
Hi, we use GeoServer CSS for styling layers based on CQL based selectors. E.G. we have the following 3 classes: * { mark: symbol(circle); } /* @title < 1,5 m³/h */ [MY_ATTRIBUTE > 0][MY_ATTRIBUTE < 1.5]:mark { fill: #aaff00; stroke: black; } /* @title 1,5 - 10 m³/h */ [MY_ATTRIBUTE >= 1.

[Geoserver-users] Solved: AW: Layer creation using GeoServer Rest API fails with "invalid identifier" using Oracle

2015-06-30 Thread Nachtigall, Jens (init)
Solved, it was just a typo in the layer identifier (case sensitivity was not taken care of). Sorry for the noise. Von: Nachtigall, Jens (init) [mailto:jens.nachtig...@init.de] Gesendet: Dienstag, 30. Juni 2015 13:41 An: geoserver-users@lists.sourceforge.net Betreff: [Geoserver-users] Layer

[Geoserver-users] Layer creation using GeoServer Rest API fails with "invalid identifier" using Oracle

2015-06-30 Thread Nachtigall, Jens (init)
Hi, using geoserver manager (1.6.0) I ask the GeoServer REST API to create a new Layer. The Oracle DB throws an "ORA-00904: : invalid identifier" error. (We use http://docs.geoserver.org/latest/en/user/data/database/oracle.html, which works fine otherwise) Here is the request that geoserver m

[Geoserver-users] WMS-C (tiled=true) not using GWC's metatiling: How to debug?

2015-06-24 Thread Nachtigall, Jens (init)
Hi, I ran into the problem that text labels are omitted when the labels would go over a WMS tile border. So I thought of passing tiled=true and tileorigin=minX,minY as part of the WMS request, and use Metatiling this way. I activated *all* the options as stated on http://docs.geoserver.org/lat

[Geoserver-users] Putting GeoServer configuration into subversion repository

2015-04-22 Thread Nachtigall, Jens (init)
Hi, I would like to keep all GeoServer configuration like layer, styles, data storage configurations in a subversion repository to make it easy to later deploy the same setup at another server. I already have dedicated GEOSERVER_DATA_DIR and GEOWEBCACHE_CACHE_DIR. But both directories are stil

[Geoserver-users] Is Oracle Locator sufficient or do I need Oracle Spatial?

2015-04-20 Thread Nachtigall, Jens (init)
Hi all, for an upcoming project I will store point geometries in a Oracle DB. This DB will serve as a data store for GeoServer which will be used for WMS Requests. As I understand it Oracle handles the bounding box calculations (on behalf of GeoServer), when there is a WMS request for certain f

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-04-01 Thread Nachtigall, Jens (init)
Hi, On Wed, Apr 1, 2015 at 11:49 AM, Nachtigall, Jens (init) mailto:jens.nachtig...@init.de>> wrote: …and would it help to set the default meta tiling settings to 20x20 instead of 4x4 – or is this only relevant when GeoServer “asks” for tiles but not for seeding? Yes, I believe that

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-04-01 Thread Nachtigall, Jens (init)
…and would it help to set the default meta tiling settings to 20x20 instead of 4x4 – or is this only relevant when GeoServer “asks” for tiles but not for seeding? Best, Jens -- Dive into the World of Parallel Programming

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-04-01 Thread Nachtigall, Jens (init)
Hi Andrea, > I'd suggest you to take this giant geometries and clip them on a regular > grid, separating polygon and outlines as two different shapefiles, just like > OSM did for the world countries layer, to avoid the very same problem you're > facing (geometries that are excessively large).

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-03-31 Thread Nachtigall, Jens (init)
Hi again, I really do not understand why it takes weeks for a simple 100 MB Shapefile with just LineStrings in Germany to render. 99.99 % of all tiles are just empty/transparent PNGs anyways, rest is just some red lines… I googled and found http://gis.stackexchange.com/questions/20712/geoserve

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-03-26 Thread Nachtigall, Jens (init)
> Given the source file is not big and you're rendering vector data, I'm going > to assume the bottleneck is in the rendering phase. > Set the number of tasks to 16, and use OpenJDK, its rendering abilites scale > up better, or keep your JDK, and install Marlin, which > is going to give you both

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-03-26 Thread Nachtigall, Jens (init)
> Set the number of tasks to 16, and use OpenJDK, its rendering abilites scale > up better, or keep your JDK, and install Marlin, which is going to give you > both better scalability and better speed at the same time: > https://github.com/bourgesl/marlin-renderer One question: Is basic use enou

Re: [Geoserver-users] Speeding up GeoWebCache seeding process

2015-03-26 Thread Nachtigall, Jens (init)
o not try to render the whole world for a layer with restricted bounds. Correct me, if I am wrong. Best, Jens Von: Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi] Gesendet: Donnerstag, 26. März 2015 11:14 An: Nachtigall, Jens (init); geoserver-users@lists.sourceforge.net Betref

[Geoserver-users] Speeding up GeoWebCache seeding process

2015-03-26 Thread Nachtigall, Jens (init)
Hi, I have a 100MB shapefile with LINESTRINGs covering Germany, which I added as a cached layer. I use GeoServer 2.6.2 with included GeoWebCache 1.6.1 to seed tiles for layers 0-17 for the predefined EPSG_900913 gridset. On a server with 8 cores this process takes about 21 days. I use Oracle J

[Geoserver-users] Using CartoCSS OSM-Styles with GeoServer (OSM Bright)

2014-09-18 Thread Nachtigall, Jens (init)
Hi, as far as I understand, GeoServer comes with its own map CSS, so the map styles from https://github.com/mapnik/mapnik/wiki/StyleShare are not usable against a OSM PostGIS data source. What approach would be best, to get it working? Using something like https://github.com/dwins/mapnik2geoto

Re: [Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-15 Thread Nachtigall, Jens (init)
Hi, > The real question is: Why would you like to do so? You do not need to pay for > Oracle locator and with it you can add a new column of datatype SDO_GEOM into > your table and populate it from your X and Y columns. If you have an old > system in production and X/Y are updated from some app

Re: [Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-12 Thread Nachtigall, Jens (init)
A "does not work, you must use a spatial db to hold point coordinates" would help me, too ;) Does nobody know? Cheers, Jens -- Want excitement? Manually upgrade your production database. When you want reliability, choose

Re: [Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-12 Thread Nachtigall, Jens (init)
Yes, I need it for OGC services, that is WFS and WMS. Von: Eric Jarvies [mailto:7...@ericjarvies.com] Gesendet: Donnerstag, 11. September 2014 16:41 An: Nachtigall, Jens (init) Cc: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-users] Point Geometry in lon/lat columns of non

[Geoserver-users] Point Geometry in lon/lat columns of non-spatial db

2014-09-11 Thread Nachtigall, Jens (init)
Hi, is it possible to use a db, say Oracle *without* its spatial extension as a Data source in GeoServer, where the Point geometry is simply stored in two separate columns? The columns are simply "lon" and "lat" containing floats. That is, can I simply map these lon/lat columns in GeoServer an

[Geoserver-users] Cache Invalidation (expiration) between GWC and GS

2014-08-21 Thread Nachtigall, Jens (init)
Hi, I have a typical setup like: PostGIS => GS => GWC => Browser. Can I have preseeded tiles at GeoWebCache that are invalidated (i.e. get expired) on the fly based on caching headers? That is, is the following possible?: 1. Browser re-requests a certain tile including If-Modified-Since head

[Geoserver-users] Cache Invalidation (expiration) between GWC and GS

2014-08-20 Thread Nachtigall, Jens (init)
Hi, having a typical setup like PostGIS => GS => GWC => Browser Can I have preseeded tiles at GeoWebCache that are invalidated, that is get expired, on the fly based on caching headers? That is, is the following possible?: 1. Browser re-requests a certain tile including If-Modified-Since head

[Geoserver-users] Cascading WMTS

2014-05-21 Thread Nachtigall, Jens (init)
Hi, I know that GeoServer has the ability to proxy a remote WMS as described at http://docs.geoserver.org/latest/en/user/data/cascaded/wms.html Can GeoServer (or GeoWebCache) also act as a proxy for external WMTS servers? (cascading WMTS) That is, GeoServer (or GeoWebCache) retrieves map data

[Geoserver-users] SLD 1.1.0 support

2014-05-16 Thread Nachtigall, Jens (init)
Hi, I know that GeoServer supports SLD 1.0.0, but how widespread is SLD 1.1.0 support in GeoServer? I read on http://docs.geoserver.org/latest/en/user/styling/sld-reference/ that it is partially supported, but this does not explain which SE/SLD 1.1.0 elements are supported and which are not ye

Re: [Geoserver-users] Seeding fails with "Alpha images must have the same sample size as the sources"

2013-11-19 Thread Nachtigall, Jens (init)
rea.a...@gmail.com [mailto:andrea.a...@gmail.com] Im Auftrag von Andrea Aime Gesendet: Dienstag, 19. November 2013 15:43 An: Nachtigall, Jens (init) Cc: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-users] Seeding fails with "Alpha images must have the same sample size as the

[Geoserver-users] "nice" priority for tile seeding (geowebcache part)

2013-09-06 Thread Nachtigall, Jens (init)
Hi, I need to pre-seed a huge amount of tiles (altogether about 6 TB) and I would like to run this task in the background with a low priority (nice) so that the delivery of on-the-fly requested tiles does not get slowed down. Is this possible? Under geoserver/gwc/rest/seed/ I do not see an opti

[Geoserver-users] cascading a GeoSever WMS fails (xml.sax Error)

2013-09-05 Thread Nachtigall, Jens (init)
Dear all, After Upgrading from 2.2.4 (tomcat6/java6) to 2.3.5 (tomcat7/java7) I get the same error as mentioned in http://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg15284.html 04 Sep 14:58:22 INFO [geoserver.wms] - Request: getServiceInfo 04 Sep 14:58:23 ERROR [xml.sax] - FATAL