I am looking for advice/suggestion what would be the best way to handle presentation of maps from multiple UTM zones.
Scenario would be: raster layer maps (.bmp or similar) from 2 or more adjacent UTM zones that need to be shown on same screen. Ideally graticules layer/overlay would show UTM coordinates and would be able to restart coordinates when screen paned from one to another UTM zone. Also, hovering of mouse(mouse move event) should show proper coordinates for current UTM zone.
I do not see an easy way to show graticules properly once you choose GeographyUnit.Meter. Also, if raster bitmaps (.bmp) are georeferenced in UMT meter coordinates, how to place them on screen since different zones will result in same coordinates. Also, if raster bitmaps are georeferenced in UTM meters, and raster layer can not be projected in MapSuite6.0, it would not be possible to choose GeographicUnit.DecimalDegree as referent sytem. One solution could be to prefix UTM coordinates (Easting) with Zone number, but then we have “jumps” in coordinates between zones.
Any “best practices” advice on this case?