|
From: Verbeeck B. (AIV) <bar...@kb...> - 2018-06-28 10:50:24
|
Dear all
I have some more info. In the logs I found
2018-06-28 10:57:20,788 DEBUG [org.geotools.referencing.factory] - Failure in the primary factory: No code "EPSG:3857" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject". Now trying the fallback factory...
2018-06-28 10:57:20,834 DEBUG [org.geotools.parameter] - Axis length mismatch.
Thanks
Bart Verbeeck
-----Original Message-----
From: Verbeeck Bart (AIV) [mailto:bar...@kb...]
Sent: woensdag 27 juni 2018 15:26
To: geo...@li...
Subject: [Geoserver-users] 2.11 -> 2.13
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
|