"fixing" Projections dialog
Russell Nelson
nelson at crynwr.com
Thu Jan 20 18:43:58 CET 2005
The CVS version of Thuban is, IMHO, currently unusable for the naive
user (which was me not too long ago). One of three changes has to
happen to fix this:
o The Lambert-93 projection must have the accented characters removed.
o The Lambert-93 projection must be commented out until accented
characters work.
o The unicode support must work for projection names.
I can only suggest patches for the first two, as I know little about
unicode support. OBVIOUSLY the third thing is the right thing to do,
but we shouldn't wait for it to happen to make CVS Thuban usable.
Which of these patches should I apply?
diff -u -r1.9 defaults.proj
--- Resources/Projections/defaults.proj 9 Dec 2003 16:17:01 -0000 1.9
+++ Resources/Projections/defaults.proj 20 Jan 2005 17:38:31 -0000
@@ -48,6 +48,7 @@
<parameter value="k=0.9996"/>
<parameter value="ellps=intl"/>
</projection>
+ <!-- Until we get the character set problem fixed, this projection is unusable.
<projection name="Réseau géodésique français (Lambert-93)">
<parameter value="proj=lcc"/>
<parameter value="lat_1=44.0"/>
@@ -58,4 +59,5 @@
<parameter value="y_0=66000000"/>
<parameter value="ellps=GRS80"/>
</projection>
+ -->
</projectionlist>
OR
diff -u -r1.9 defaults.proj
--- Resources/Projections/defaults.proj 9 Dec 2003 16:17:01 -0000 1.9
+++ Resources/Projections/defaults.proj 20 Jan 2005 17:38:31 -0000
@@ -48,6 +48,6 @@
<parameter value="k=0.9996"/>
<parameter value="ellps=intl"/>
</projection>
- <projection name="Réseau géodésique français (Lambert-93)">
+ <projection name="Reseau geodesique francais (Lambert-93)">
<parameter value="proj=lcc"/>
<parameter value="lat_1=44.0"/>
--
--My blog is at angry-economist.russnelson.com | Freedom means allowing
Crynwr sells support for free software | PGPok | people to do things the
521 Pleasant Valley Rd. | +1 315-323-1241 cell | majority thinks are
Potsdam, NY 13676-3213 | +1 212-202-2318 VOIP | stupid, e.g. take drugs.
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)