Hello ThinkGeo,
our customer wants to display different types of geo data (.shp, .tif, ..). The geo data is in EPSG:25833 projection. We recognized that the layer is not shown on the right position. We made some test and found out that we have to ignore the first digit of the X coordinate. This means instead of using x=3359500 y=5817250 we have to use x=359500 y=5817250 to set it to the right position.
Now we consider for the best way to implement this. We want to achive this by implementing our own projection class where we can activate the manipulation of the x-coordinate when coordinate system is EPSG:25833.
What do you think?
Thanks Thomas