From: Jürgen J. <zoi...@gm...> - 2008-04-04 11:25:31
|
Hi all, in my little swing application I create my map with DefaultMapContext map = new DefaultMapContext(DefaultGeographicCRS.WGS84); After adding all my layers I'm using a ShapeFileRenderer for drawing the map. Where and how can I change my projection? The output from the renderer looks like a Mercator projection. How can I change this to e.g. an azimuthal projection for maps of the north/south pole? Thank you, Jürgen |