Mercurial > mxd2map
diff ChangeLog @ 314:cd3cb1a7f35a
Workaround a bug in ArcGIS causing FieldNames of shape files that
are 11 Characters long to be postfixed with their Type Identifier.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 17 Sep 2012 17:02:15 +0200 |
parents | c8b8f887ef80 |
children | 1d77ea6a915d |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 14 17:03:54 2012 +0200 +++ b/ChangeLog Mon Sep 17 17:02:15 2012 +0200 @@ -1,3 +1,9 @@ +2012-09-17 Andre Heinecke <aheinecke@intevation.de> + + * src/java/de/intevation/mxd/writer/MapScriptWriter.java + (sanitzeAttribute): New. Factored out adding/removing of prefix + and added code to workaround a Field name bug in ArcGIS + 2012-09-14 Andre Heinecke <aheinecke@intevation.de> * src/java/de/intevation/mxd/writer/MapScriptWriter.java: