Dear list I have multiple geoserver installations. I recently upgraded from 2.11 -> 2.13.1.
I copied the complete workspace, data and user_projectionq
The instances are equal (in my opinion)
Azure appservice, tomcat 8.0.44, jdk1.8.0_73
On some instances I have problems with request asking for EPSG:3857 (data is in
EPSG:31370): the mapped boundingbox is not correct
Anyway, the problem is in org.geotools.renderer.crs. (see log below).
Any idea?
Something wrong with my epsg.properties?
Bart
2018-06-27 15:05:19,225 DEBUG [org.geotools.renderer.crs] - Failed to reproject
the envelope ReferencedEnvelope[555351.2887373341 : 555638.524757687,
6652473.9107269235 : 6652601.703883586] to GEOGCS["WGS84(DD)",
DATUM["WGS84",
SPHEROID["WGS84", 6378137.0, 298.257223563]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH]] trying an area restriction
2018-06-27 15:05:19,228 DEBUG [org.geotools.renderer.crs] - Failed to reproject
the envelope ReferencedEnvelope[555351.2887373341 : 555638.524757687,
6652473.9107269235 : 6652601.703883586] to PROJCS["Belge 1972 / Belgian Lambert
72",
GEOGCS["Belge 1972",
DATUM["Reseau National Belge 1972",
SPHEROID["International 1924", 6378388.0, 297.0,
AUTHORITY["EPSG","7022"]],
TOWGS84[-106.8686, 52.2978, -103.7239, 0.3366, 0.457, -1.8422, -1.2747],
AUTHORITY["EPSG","6313"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4313"]],
PROJECTION["Lambert_Conformal_Conic_2SP", AUTHORITY["EPSG","9802"]],
PARAMETER["central_meridian", 4.367486666666666],
PARAMETER["latitude_of_origin", 90.0],
PARAMETER["standard_parallel_1", 51.166667233333335],
PARAMETER["false_easting", 150000.013],
PARAMETER["false_northing", 5400088.438],
PARAMETER["scale_factor", 1.0],
PARAMETER["standard_parallel_2", 49.833333900000014],
UNIT["m", 1.0],
AXIS["Easting", EAST],
AXIS["Northing", NORTH],
AUTHORITY["EPSG","31370"]] trying an area restriction
epsg.properties
Description: epsg.properties
------------------------------------------------------------------------------ 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 If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
