Aleksander Vines created an issue |
exception in StreamingRenderer.getStyleQuery for Lambert Azimuthal Equal-Area EPSG:3409 |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.5-RC1, 2.4.4 |
Assignee: |
|
Components: |
WMS |
Created: |
25/Feb/14 6:36 PM |
Priority: |
Major |
Reporter: |
Originally a comment in GEOS-6354:
https://jira.codehaus.org/browse/GEOS-6354?focusedCommentId=341972&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-341972
I have now tested the build at http://files.ivec.org/geoserver/geoserver-master/2014-02-25/ geoserver-2.6-SNAPSHOT-war.zip 25-Feb-2014 03:33 52M
Build Information
Version
2.6-SNAPSHOT
Git Revision
15e959052d88d64a20e4d5fcae77ad9546a54934
Build Date
20140225-0231
GeoTools Version
12-SNAPSHOT (rev ca79b6b21f09c2861f9c1c2c8e79af24f0c16555)
GeoWebCache Version
1.5-SNAPSHOT (rev master/4e59f43099865dc68cb211e6df8027c5f73b8beb)
I have tested with a lot of different polar stereographic projections, and almost all of them seem to work fine.
Works:
EPSG:5041
EPSG:5042
EPSG:3408
EPSG:3411
EPSG:3412
EPSG:3413
EPSG:3031
EPSG:32661
EPSG:32761
EPSG:3995
However, EPSG:3409 does not work. Example request to get 1 image from the server:
http://localhost:8081/geoserver/greensad/wms?LAYERS=greensad:ne_50m_ocean&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:3409&BBOX=3363157.238,3363157.238,9563157.238,9563157.238&WIDTH=256&HEIGHT=256
Results in a ~500 lines stacktrace, see
attached logfile.
https://jira.codehaus.org/secure/attachment/65265
EPSG:3409 did not seem to work on 2.4.4 either, with approximately the same stacktrace (30 lines shorter, haven’t really compared them other than seeing that there seem to be the same errormessages.
Start of stack trace:
2014-02-25 09:59:11,395 ERROR [geotools.rendering] - Error querying layer
java.lang.Exception: Error transforming bbox
at org.geotools.renderer.lite.StreamingRenderer.getStyleQuery(StreamingRenderer.java:1073)
at org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:2024)
at org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:837)
at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:483)
at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:251)
at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:123)
at org.geoserver.wms.GetMap.executeInternal(GetMap.java:509)
at org.geoserver.wms.GetMap.run(GetMap.java:253)
at org.geoserver.wms.GetMap.run(GetMap.java:124)
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |