[Commits] r1658 - in sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples: . proj4js/lib/defs
commits at geoext.org
commits at geoext.org
Thu Jan 7 22:39:02 CET 2010
Author: cmoullet
Date: 2010-01-07 22:39:02 +0100 (Thu, 07 Jan 2010)
New Revision: 1658
Added:
sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/proj4js/lib/defs/EPSG2169.js
Modified:
sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.html
sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.js
Log:
Add Luxembourg EPSG, for test purpose
Modified: sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.html
===================================================================
--- sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.html 2010-01-07 21:09:21 UTC (rev 1657)
+++ sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.html 2010-01-07 21:39:02 UTC (rev 1658)
@@ -9,6 +9,7 @@
<script type="text/javascript" src="../../../trunk/geoext/lib/GeoExt.js"></script>
<script type="text/javascript" src="proj4js/lib/proj4js.js"></script>
<script type="text/javascript" src="proj4js/lib/defs/EPSG21781.js"></script>
+ <script type="text/javascript" src="proj4js/lib/defs/EPSG2169.js"></script>
<script type="text/javascript" src="proj4js/lib/defs/EPSG27200.js"></script>
<script type="text/javascript" src="proj4js/lib/defs/EPSG900913.js"></script>
<script type="text/javascript" src="../ux/widgets/form/DisplayProjectionSelectorCombo.js"></script>
Modified: sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.js
===================================================================
--- sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.js 2010-01-07 21:09:21 UTC (rev 1657)
+++ sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/DisplayProjectionSelectorComboExample.js 2010-01-07 21:39:02 UTC (rev 1658)
@@ -29,7 +29,7 @@
map: map,
controls: [mousePosition],
updateMapDisplayProjection: true,
- projections: ['EPSG:4326', 'EPSG:900913', 'EPSG:27200', 'EPSG:21781'],
+ projections: ['EPSG:2169', 'EPSG:4326', 'EPSG:900913', 'EPSG:27200', 'EPSG:21781'],
width: 200
});
Added: sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/proj4js/lib/defs/EPSG2169.js
===================================================================
--- sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/proj4js/lib/defs/EPSG2169.js (rev 0)
+++ sandbox/cmoullet/ux/DisplayProjectionSelectorCombo/examples/proj4js/lib/defs/EPSG2169.js 2010-01-07 21:39:02 UTC (rev 1658)
@@ -0,0 +1 @@
+Proj4js.defs["EPSG:2169"] = "+title=Luxembourg 1930 / Gauss+proj=tmerc +lat_0=49.83333333333334 +lon_0=6.166666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +towgs84=-193,13.7,-39.3,-0.41,-2.933,2.688,0.43 +units=m +no_defs";
More information about the Commits
mailing list