mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
Support Gauss_Kruger (Transverse Mercator) projection name in ESRI proj file
This commit is contained in:
parent
d895a1ab27
commit
8b7ba77b05
@ -8,5 +8,5 @@
|
||||
<ScriptLanguage Language="Jython"/>
|
||||
<LookFeel LafDecorated="true" Name="FlatLightLaf"/>
|
||||
<Figure DoubleBuffering="true"/>
|
||||
<Startup MainFormLocation="0,0" MainFormSize="1280,680" ShowMeteoDataDlg="true"/>
|
||||
<Startup MainFormLocation="0,-1" MainFormSize="1280,680" ShowMeteoDataDlg="true"/>
|
||||
</MeteoInfo>
|
||||
|
||||
@ -431,6 +431,7 @@ public class ProjRegistry {
|
||||
registerEsri("Transverse_Cylindrical_Equal_Area", TransverseCylindricalEqualArea.class, "Transverse Cylindrical Equal Area");
|
||||
// registerEsri( "tissot", TissotProjection.class, "Tissot Conic" );
|
||||
registerEsri("Transverse_Mercator", TransverseMercatorProjection.class, "Transverse Mercator");
|
||||
registerEsri("Gauss_Kruger", TransverseMercatorProjection.class, "Gauss_Kruger");
|
||||
// registerEsri( "tpeqd", Projection.class, "Two Point Equidistant" );
|
||||
// registerEsri( "tpers", Projection.class, "Tilted perspective" );
|
||||
// registerEsri( "ups", Projection.class, "Universal Polar Stereographic" );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user