From: <bma...@us...> - 2008-11-07 11:06:49
|
Revision: 4189 http://fudaa.svn.sourceforge.net/fudaa/?rev=4189&view=rev Author: bmarchan Date: 2008-11-07 11:06:41 +0000 (Fri, 07 Nov 2008) Log Message: ----------- Chgt mineur sur nom g?\195?\169om?\195?\169trie r?\195?\169cup?\195?\169r?\195?\169e. Modified Paths: -------------- branches/FudaaModeleur_TC1Bis/fudaa_devel/dodico/src/org/fudaa/dodico/rubar/io/RubarStReader.java Modified: branches/FudaaModeleur_TC1Bis/fudaa_devel/dodico/src/org/fudaa/dodico/rubar/io/RubarStReader.java =================================================================== --- branches/FudaaModeleur_TC1Bis/fudaa_devel/dodico/src/org/fudaa/dodico/rubar/io/RubarStReader.java 2008-11-07 10:48:51 UTC (rev 4188) +++ branches/FudaaModeleur_TC1Bis/fudaa_devel/dodico/src/org/fudaa/dodico/rubar/io/RubarStReader.java 2008-11-07 11:06:41 UTC (rev 4189) @@ -118,7 +118,7 @@ if (str != null) { lignes.add(str); if ("".equals(name)) { - names.add(CtuluLib.getS(isSt_?"P":"_N")+((GISGeometry)str).getId()); + names.add(CtuluLib.getS(isSt_?"P":"N")+((GISGeometry)str).getId()); } else { names.add(name); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |