Hi, I just found a weird behavior in GeoServer.
Having a table with just this geometry[1] in EPSG:32717 makes this
exception[2] while rendering on EPSG:900913. The exception message in
English is something like "latitude 90°00.0'S is too near to the
Pole".
However, just removing the MULTIPOLYGON and having a simple POLYGON
with exactly the same coordinates makes the rendering work.
GeoServer version is 2.5.4. Is this a known issue? If it is useful I
could try to reproduce with geotools and report in its users list.
Best.
[1] MULTIPOLYGON(((697803.658648209 9621031.75598731,697322.091746693
9621032.64972812,697322.979469726 9621511.86060929,697804.548540555
9621510.96799324,697803.658648209 9621031.75598731)))
[2]
09 oct 14:43:34 ERROR [geotools.rendering] - La Latitud 90°00.0'S esta
muy próxima al Polo.
org.geotools.referencing.operation.projection.ProjectionException: La
Latitud 90°00.0'S esta muy próxima al Polo.
at org.geotools.referencing.operation.projection.Mercator$Spherical.transformNormalized(Mercator.java:209)
at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:883)
at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:924)
at org.geotools.referencing.operation.transform.ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:81)
at org.geotools.referencing.operation.transform.ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:80)
at org.geotools.renderer.ScreenMap.checkAndSet(ScreenMap.java:105)
at org.geotools.renderer.lite.StreamingRenderer$RenderableFeature.getShape(StreamingRenderer.java:3244)