Re: [Geoserver-users] GetFeatureInfo Exception

2017-07-12 Thread Marc Jansen
Hi Danny. Can you provide an URL? Are you sure you are providing the QUERY_LAYERS and all other required parameters (see e.g. http://docs.geoserver.org/stable/en/user/services/wms/reference.html#getfeatureinfo)? HTH, Marc On 12/07/17 23:03, Danny Cheng wrote: Hi All, I am getting the

Re: [Geoserver-users] Reference download in geoserver WPS extension

2017-07-12 Thread Andrea Aime
Hi, in origin the processes would only receive Java objects, however some needed access to the raw contents, so RawData was created. Do you really need a link to the original data, in other words, a raw representation of what the user entered (which could be anything, ranging from a link, to a

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread Nuno Oliveira
I just give it a try with last GeoServer trunk and is working: I have two possible differences from your setup, I'm using Oracle JDK 8 and I have spatialite Ubuntu packages installed (this should not make any difference): ii libspatialite-dev:amd64 4.3.0a-5 amd64 Geospatial

Re: [Geoserver-users] Mapbox vector tile cache

2017-07-12 Thread Nuno Oliveira
Hi, I just made a test with trunk GeoServer, I basically perform this request several times: http://localhost:8075/geoserver/gwc/service/wmts?REQUEST=GetTile=WMTS=1.0.0=sf:AggregateGeoFeature==EPSG:4326:6=EPSG:4326=application/x-protobuf;type=mapbox-vector=78=7 and once the needed tiles are

Re: [Geoserver-users] WMS GetCapabilities and time enabled layers

2017-07-12 Thread Richard Duivenvoorde
On 12-07-17 00:45, Jonathan Meyer wrote: > Our team deploys GeoServers fronting datasets regularly upwards of a > hundred million (occasionally billions) records. All our datasets are > time enabled which often causes issues for the responsiveness of our WMS > GetCapabilities. Everything goes

Re: [Geoserver-users] Application schema plugin and filter encoding performance concern.

2017-07-12 Thread aquentin
Hi nuno, debugging this method show me that "obj" is a SimpleFeatureImpl, that have userData empty, properties empty, propertyMap empty. Maybe interesting thing : In SolrFeatureReader, line 172, final int attributeCount = featureType.getAttributeCount(); for (int i = 0; i <

Re: [Geoserver-users] Reference download in geoserver WPS extension

2017-07-12 Thread chadi jaber
Hello Guys Thanks for your answers, @Patrice I considered using a string to replace the geom parameter but we will loose the wps interface typing the geotiff is seen as a LitteralData string type (when we do the describe process request for example).

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread nino formica
Yes, I already did . but It does'nt change anything! I guess that the indications: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib java -Djava.library.path=/usr/local/lib are incorrect or ambiguous ! Nino Il 12 lug 2017 9:47 AM, "Nuno Oliveira" ha

Re: [Geoserver-users] Number of decimal places in WFS

2017-07-12 Thread Andrea Aime
On Wed, Jul 12, 2017 at 12:15 PM, Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello, > > I have a layer which has some properties that geoserver indicates are > "Double". If I get these properties through WFS (e.g. > http://chemicalse.etme.gr/geoserver/etme/ows?service= >

Re: [Geoserver-users] Mapbox vector tile cache

2017-07-12 Thread Ben Jerrim
Hey Nuno, if i seed the layer for png8 and request these tiles, i get a 100% HIT on the cache for the requests. If i seed the same layer for the mapbox-vector format I get about a 10% HIT on the cache. Apart from the format value, the request query string is identical. I'm using the default 'line'

Re: [Geoserver-users] Geoserver behind IIS proxy, tiled layer preview and print

2017-07-12 Thread David I
Hi, Thanks, the mention of 'proxy' in the supplied mapfish v2 protocol page is "/The “url” query parameter is here to help the print servlet to know what URL is used by the browser to access the servlet. This parameter is here because the servlet can be behind a proxy, hiding the real URL./"

Re: [Geoserver-users] Mapbox vector tile cache

2017-07-12 Thread Nuno Oliveira
Hi, The type of used data store (vector tiles in this case) per se should not have any impact on the GWC number of hits / misses. GWC will request from the data store the needed tiles, store them and try to map them with future requests. If a request doesn't match any existing tiles then GWC

[Geoserver-users] Mapbox vector tile cache

2017-07-12 Thread Ben Jerrim
Hello, wondering if anyone has used the integrated GWC much for vector tiles? I've been trying to get it running but am experiencing some odd results. I'm seeing requests return a MISS for vector tiles that work fine (HIT) if requested as a png8. I'm seeding the cache for both formats in advance

[Geoserver-users] Number of decimal places in WFS

2017-07-12 Thread Antonis Christofides
Hello, I have a layer which has some properties that geoserver indicates are "Double". If I get these properties through WFS (e.g. http://chemicalse.etme.gr/geoserver/etme/ows?service=WFS=1.1.0=GetFeature=etme:DIKTYO_EPIFANEIAKWN_POTAMIA=EPSG:3857=gml3), here is (part of) what I get (I've bolded

Re: [Geoserver-users] Problem with GeoServer 2.8 SpatiaLite extension

2017-07-12 Thread Nuno Oliveira
I remember vaguely that you may need to define this variable too on Linux: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib On 07/10/2017 07:27 PM, nformica wrote: geowolf wrote Brad is giving you good questions, please share the logs, from the description it seems that GeoServer is not