Overriding an official EPSG code
In the previous recipe, you learned how to convert from one CRS to another. This transformation is also called a data shift operation, as the main difference among the two CRS is the data.
Performing a coordinate transformation is not always as simple as it was in the previous recipe. Let's dive into this new recipe to discover how things can quickly get far more complicated.
How to do it…
- Open Reprojection console and insert
EPSG:32632
for Source CRS andEPSG:3003
for Target CRS. Then, insertPOINT(510071 4340827)
in Source Geometry and click on the Forward Transformation link. The result is as follows: - Take note of ...
Get GeoServer Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.