Hi,
i have data in EPSG31466-ccordinates. As an exampe i just create a square with 1km each side with the coordinates
2528020, 5665666
2528020, 5666666
2529020, 5666666
2529020, 5665666
2528020, 5665666.
When i render this in Geomedia on a map with coordinate-system GK2, it is shown (as expected) as a square.
I need to show data in the same projection in MapSuite. If i just create a feature with a rectangle-shape with the given coordinates, i don’t see anything on the map, even when i set the CurrentExtent of the mapcomponent to the bounding-box of the layer (i use an inMomemoryLayer).
When i apply a projection from 31466 to 4326 on the FeatureSource of my layer i see data in the right “area” of the map, but distorted (the square is then a rectangle with twice the width as height)
When i apply a projection from 31466 to google on the FeatureSource of my layer i don’t see anything.
The same Problems arise with my WMS-Services. The data is stored as EPSG:31466, but when the data is shown on the map the projection is wrong.
Any help is appreciated.
Regards,
Andreas