Mercurial > mxd2map
comparison 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 |
comparison
equal
deleted
inserted
replaced
313:9bb629743d2c | 314:cd3cb1a7f35a |
---|---|
1 2012-09-17 Andre Heinecke <aheinecke@intevation.de> | |
2 | |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java | |
4 (sanitzeAttribute): New. Factored out adding/removing of prefix | |
5 and added code to workaround a Field name bug in ArcGIS | |
6 | |
1 2012-09-14 Andre Heinecke <aheinecke@intevation.de> | 7 2012-09-14 Andre Heinecke <aheinecke@intevation.de> |
2 | 8 |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: | 9 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: |
4 Add write support fpr Fgdb and allow removing a prefix | 10 Add write support fpr Fgdb and allow removing a prefix |
5 for expressions. | 11 for expressions. |