Re: [Geoserver-users] MapProjection doesn't converge

2017-10-27 Thread Ben Caradoc-Davies
And it is easy to end up outside the area of projection validity by 
using the wrong axis order in some part of your request. How did you 
specify the coordinates of your request?


Kind regards,
Ben.

On 28/10/17 03:51, Andrea Aime wrote:

Ciao Matteo,
this error usually happens when a projection is used far away from its area
of definition.
Which are the source and target projections, and the area in which you're
working?
Also, did you fiddle with the "advanced projection handling" WMS settings
(are they off by any chance)?

Cheers
Andrea


On Fri, Oct 27, 2017 at 4:41 PM, Matteo Cusmai 
wrote:


Hi all,
I have a problem with geoserver, but the error is related to geotools.

For different layers I receive the following log:

org.geotools.referencing.operation.projection.ProjectionException:
Transformation doesn't convergence.
 at org.geotools.referencing.operation.projection.
MapProjection.inv_mlfn(MapProjection.java:1399)
 at org.geotools.referencing.operation.projection.TransverseMercator.
inverseTransformNormalized(TransverseMercator.java:217)
 at org.geotools.referencing.operation.projection.
MapProjection$Inverse.transform(MapProjection.java:1050)
 at org.geotools.referencing.operation.projection.
MapProjection$Inverse.transform(MapProjection.java:1105)
 at org.geotools.referencing.operation.transform.ConcatenatedTransform.
transform(ConcatenatedTransform.java:440)
 at org.geotools.referencing.operation.transform.
ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:80)
 at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
Decimator.java:479)
 at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
Decimator.java:283)
 at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
Decimator.java:241)
 at org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.
getTransformedShape(StreamingRenderer.java:3123)
 at org.geotools.renderer.lite.StreamingRenderer$
RenderableFeature.getShape(StreamingRenderer.java:3066)
 at org.geotools.renderer.lite.StreamingRenderer.processSymbolizers(
StreamingRenderer.java:2549)
 at org.geotools.renderer.lite.StreamingRenderer.processFeature(
StreamingRenderer.java:2449)
 at org.geotools.renderer.lite.StreamingRenderer.drawPlain(
StreamingRenderer.java:2306)
 at org.geotools.renderer.lite.StreamingRenderer.processStylers(
StreamingRenderer.java:1927)
 at org.geotools.renderer.lite.StreamingRenderer.paint(
StreamingRenderer.java:831)
 at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
RenderedImageMapOutputFormat.java:550)
 at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
RenderedImageMapOutputFormat.java:273)
 at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
RenderedImageMapOutputFormat.java:143)
 at org.geoserver.wms.GetMap.executeInternal(GetMap.java:623)
 at org.geoserver.wms.GetMap.run(GetMap.java:279)
 at org.geoserver.wms.GetMap.run(GetMap.java:125)
.


It seems related to the MapProjection class and in particular on the
following method:

protected final double inv_mlfn(double arg) throws ProjectionException {

Has someone experienced the same issue? Could you help me?

Thanks a lot,
Matteo.




Matteo Cusmai


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to
this list:
- Earning your support instead of buying it, but Ian Turton:
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: http://geoserver.org/comm/
userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users







--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users



--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, 

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-27 Thread Andrea Aime
Ciao Matteo,
this error usually happens when a projection is used far away from its area
of definition.
Which are the source and target projections, and the area in which you're
working?
Also, did you fiddle with the "advanced projection handling" WMS settings
(are they off by any chance)?

Cheers
Andrea


On Fri, Oct 27, 2017 at 4:41 PM, Matteo Cusmai 
wrote:

> Hi all,
> I have a problem with geoserver, but the error is related to geotools.
>
> For different layers I receive the following log:
>
> org.geotools.referencing.operation.projection.ProjectionException:
> Transformation doesn't convergence.
> at org.geotools.referencing.operation.projection.
> MapProjection.inv_mlfn(MapProjection.java:1399)
> at org.geotools.referencing.operation.projection.TransverseMercator.
> inverseTransformNormalized(TransverseMercator.java:217)
> at org.geotools.referencing.operation.projection.
> MapProjection$Inverse.transform(MapProjection.java:1050)
> at org.geotools.referencing.operation.projection.
> MapProjection$Inverse.transform(MapProjection.java:1105)
> at org.geotools.referencing.operation.transform.ConcatenatedTransform.
> transform(ConcatenatedTransform.java:440)
> at org.geotools.referencing.operation.transform.
> ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:80)
> at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
> Decimator.java:479)
> at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
> Decimator.java:283)
> at org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(
> Decimator.java:241)
> at org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.
> getTransformedShape(StreamingRenderer.java:3123)
> at org.geotools.renderer.lite.StreamingRenderer$
> RenderableFeature.getShape(StreamingRenderer.java:3066)
> at org.geotools.renderer.lite.StreamingRenderer.processSymbolizers(
> StreamingRenderer.java:2549)
> at org.geotools.renderer.lite.StreamingRenderer.processFeature(
> StreamingRenderer.java:2449)
> at org.geotools.renderer.lite.StreamingRenderer.drawPlain(
> StreamingRenderer.java:2306)
> at org.geotools.renderer.lite.StreamingRenderer.processStylers(
> StreamingRenderer.java:1927)
> at org.geotools.renderer.lite.StreamingRenderer.paint(
> StreamingRenderer.java:831)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:550)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:273)
> at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(
> RenderedImageMapOutputFormat.java:143)
> at org.geoserver.wms.GetMap.executeInternal(GetMap.java:623)
> at org.geoserver.wms.GetMap.run(GetMap.java:279)
> at org.geoserver.wms.GetMap.run(GetMap.java:125)
> .
>
>
> It seems related to the MapProjection class and in particular on the
> following method:
>
> protected final double inv_mlfn(double arg) throws ProjectionException {
>
> Has someone experienced the same issue? Could you help me?
>
> Thanks a lot,
> Matteo.
>
>
>
>
> Matteo Cusmai
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/comm/
> userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi 

[Geoserver-users] MapProjection doesn't converge

2017-10-27 Thread Matteo Cusmai
Hi all,
I have a problem with geoserver, but the error is related to geotools.

For different layers I receive the following log:

org.geotools.referencing.operation.projection.ProjectionException:
Transformation doesn't convergence.
at
org.geotools.referencing.operation.projection.MapProjection.inv_mlfn(MapProjection.java:1399)
at
org.geotools.referencing.operation.projection.TransverseMercator.inverseTransformNormalized(TransverseMercator.java:217)
at
org.geotools.referencing.operation.projection.MapProjection$Inverse.transform(MapProjection.java:1050)
at
org.geotools.referencing.operation.projection.MapProjection$Inverse.transform(MapProjection.java:1105)
at
org.geotools.referencing.operation.transform.ConcatenatedTransform.transform(ConcatenatedTransform.java:440)
at
org.geotools.referencing.operation.transform.ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:80)
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:479)
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:283)
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:241)
at
org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.getTransformedShape(StreamingRenderer.java:3123)
at
org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.getShape(StreamingRenderer.java:3066)
at
org.geotools.renderer.lite.StreamingRenderer.processSymbolizers(StreamingRenderer.java:2549)
at
org.geotools.renderer.lite.StreamingRenderer.processFeature(StreamingRenderer.java:2449)
at
org.geotools.renderer.lite.StreamingRenderer.drawPlain(StreamingRenderer.java:2306)
at
org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1927)
at
org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:831)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:550)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:273)
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:143)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:623)
at org.geoserver.wms.GetMap.run(GetMap.java:279)
at org.geoserver.wms.GetMap.run(GetMap.java:125)
.


It seems related to the MapProjection class and in particular on the
following method:

protected final double inv_mlfn(double arg) throws ProjectionException {

Has someone experienced the same issue? Could you help me?

Thanks a lot,
Matteo.




Matteo Cusmai
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GEOSERVER geotools rendering

2017-10-27 Thread geography79
Hi all,I’m adding a new datastore type Directory of spatial files
(shapefiles) , the layers are properly viewed in Geoserver OpenLayers
windows, but if I see the log I have  the following error:27 Oct 15:28:58
ERROR [geotools.rendering] - Transformation doesn't
convergence.org.geotools.referencing.operation.projection.ProjectionException:
Transformation doesn't convergence.at
org.geotools.referencing.operation.projection.MapProjection.inv_mlfn(MapProjection.java:1399)
   
at
org.geotools.referencing.operation.projection.TransverseMercator.inverseTransformNormalized(TransverseMercator.java:217)
   
at
org.geotools.referencing.operation.projection.MapProjection$Inverse.transform(MapProjection.java:1050)
   
at
org.geotools.referencing.operation.projection.MapProjection$Inverse.transform(MapProjection.java:1105)
   
at
org.geotools.referencing.operation.transform.ConcatenatedTransform.transform(ConcatenatedTransform.java:440)
   
at
org.geotools.referencing.operation.transform.ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:80)
   
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:479)
   
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:283)
   
at
org.geotools.geometry.jts.Decimator.decimateTransformGeneralize(Decimator.java:241)
   
at
org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.getTransformedShape(StreamingRenderer.java:3123)
   
at
org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.getShape(StreamingRenderer.java:3066)
   
at
org.geotools.renderer.lite.StreamingRenderer.processSymbolizers(StreamingRenderer.java:2549)
   
at
org.geotools.renderer.lite.StreamingRenderer.processFeature(StreamingRenderer.java:2449)
   
at
org.geotools.renderer.lite.StreamingRenderer.drawPlain(StreamingRenderer.java:2306)
   
at
org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1927)
   
at
org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:831)  
 
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:550)
   
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:273)
   
at
org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:143)
   
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:623)at
org.geoserver.wms.GetMap.run(GetMap.java:279)at
org.geoserver.wms.GetMap.run(GetMap.java:125)at
org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:320)
   
at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   
at java.lang.reflect.Method.invoke(Method.java:498)at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
   
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
   
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
   
at
org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
   
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
   
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:62)
   
at
org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:36)
   
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
   
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:87) 
  
at
org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:55) 
  
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
   
at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:33)  
 
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
   
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
   
at com.sun.proxy.$Proxy112.getMap(Unknown Source)at
sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   
at java.lang.reflect.Method.invoke(Method.java:498)at
org.geoserver.ows.Dispatcher.execute(Dispatcher.java:857)at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:268)   
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:147)
   
at

Re: [Geoserver-users] Using SpatiaLite

2017-10-27 Thread Rahkonen Jukka (MML)
Hi,

That spatialite community module has been made with Spatialite version 2.4.0 
and current development of Spatialite happen in version 4.4.0. I would say that 
forget that outdated extension but if you absolutely want to use it then it 
might work better with a Geoserver version that is from the same historic time.

Geoserver 2.12 has now support for GeoPackage in core. That is also SQLite 
database and should give rather similar experience even you can't utilize the 
spatial functions of Spatialite.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: Markus Jackenkroll [mailto:m.jackenkr...@uni-hohenheim.de] 
Lähetetty: 17. lokakuuta 2017 0:08
Vastaanottaja: geoserver-users 
Aihe: [Geoserver-users] Using SpatiaLite

Hey,

I followed
http://docs.geoserver.org/latest/en/user/community/spatialite/index.html ton 
install the access to SpatiaLite-sources. I am using Geoserver 2.10.2.
Like others
(http://osgeo-org.1560.x6.nabble.com/Problem-with-GeoServer-2-8-SpatiaLite-extension-td5253443i20.html,
 
https://gis.stackexchange.com/questions/231277/geoserver-2-11-beta-spatialite-as-data-source-proper-installation)
 I only see "SpatiaLite (JNDI)" in my list of possible vector sources. The 
simple "SpatiaLite" option does not appear.
In the logs SpatiaLite is not mentioned.
Can anybody help?

KR
Markus



--
Check out the vibrant tech community on one of the world's most engaging tech 
sites, Slashdot.org! http://sdm.link/slashdot 
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GEOSERVER AND CQL FILETR

2017-10-27 Thread Mauro Bartolomeoli
Hi Annalisa,

2017-10-27 13:18 GMT+02:00 annalisa :

> Hi to everyone!
> Please can tou help me?
> I have a map populate by a layer wms loaded in geoserver, that takes points
> from a db.
> The layer regulary appears on my map, but if i set same filter (for example
> i want to see all the points that have name='anna') the layer regulary is
> refreshed, but if i clicked on the map where there are now (after filter)
> points, the description of my point appears.
> It seems like if the points stay on my map but only are hidden, meanwhile i
> want to remove them.
> I can i do?
> thank you!
>

It looks like a problem with your client. When you click on the map,
probably, a WMS GetFeatureInfo request is sent to GeoServer. If that
request does not specify the same filter used for the map you will get the
result even if you don't see anything on that point.

Mauro


-- 

Regards,

Mauro Bartolomeoli

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==

Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GEOSERVER AND CQL FILETR

2017-10-27 Thread annalisa
Hi to everyone!
Please can tou help me?
I have a map populate by a layer wms loaded in geoserver, that takes points
from a db.
The layer regulary appears on my map, but if i set same filter (for example
i want to see all the points that have name='anna') the layer regulary is
refreshed, but if i clicked on the map where there are now (after filter)
points, the description of my point appears.
It seems like if the points stay on my map but only are hidden, meanwhile i
want to remove them.
I can i do?
thank you!
 



-
annalisa
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Adding imagePyramid granules for time series in Postgresql db

2017-10-27 Thread Darell van der Voort
Hello everybody,

I'm running Geoserver 2.11.2 on Java 1.8.0_144 32 bits on Amazon Linux
together with Tomcat 9. The plugins I have installed are imagemosaic,
imagepyramid, GeowebCache (internal) and Geofence.

I have a question about updating the granules for an imagePyramid in a
Postgresql database. I can successfully publish an imagePyramid and publish
the granules for each zoom level in a Postgresql database. However I also
want to be able to add tiffs to each zoom level as a time series.

For imagemosaics this works by PUTing each file to:
'workspaces/workspacename/coveragestores/storename/external.imagemosaic'.
Using the filename as the payload:
'file:/geoserver_datadir/imagery/filename.tif'. However when I apply the
same method to an imagePyramid I get a 405 in return. I tried both
external.imagemosaic as external.imagepyramid.

Is there any known method to update imagePyramids the same way as can be
done with imagemosaics? I could always drop the tables and re-build the
pyramid granule tables after adding the new files, but this seems like
a cumbersome
solution.

Kind regards,
Darell
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users