# HG changeset patch # User Andre Heinecke # Date 1350920281 -7200 # Node ID 10939bda0aaa62f22139c58613bfbfe272767516 # Parent 91062c435753cbe3e5bc74742f4378794df9c6c8 * contrib/installer/example/example/epsg/epsg: Add Gauss Kruger zone 2, Germany Zone 2, Germany Zone 3 diff -r 91062c435753 -r 10939bda0aaa ChangeLog --- a/ChangeLog Mon Oct 22 16:12:06 2012 +0200 +++ b/ChangeLog Mon Oct 22 17:38:01 2012 +0200 @@ -1,3 +1,8 @@ +2012-10-22 Andre Heinecke + + * contrib/installer/example/example/epsg/epsg: + Add Gauss Kruger zone 2, Germany Zone 2, Germany Zone 3 + 2011-10-22 Andre Heinecke * properties.xml: Change buildpath to build diff -r 91062c435753 -r 10939bda0aaa contrib/installer/example/example/epsg/epsg --- a/contrib/installer/example/example/epsg/epsg Mon Oct 22 16:12:06 2012 +0200 +++ b/contrib/installer/example/example/epsg/epsg Mon Oct 22 17:38:01 2012 +0200 @@ -3,3 +3,12 @@ # DHDN / Gauss-Kruger zone 3 <31467> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs <> + +# DHDN / Gauss-Kriger zone 2 +<31466> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs <> + +# Germany Zone 2 +<31492> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs <> + +# Germany Zone 3 Germany (West) +<31493> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs <>