Mercurial > mxd2map
comparison ChangeLog @ 315:1d77ea6a915d
Add basic support for Graphics Layers. For now this is restricted
to simple TextElements and the base layer.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 17 Sep 2012 17:08:15 +0200 |
parents | cd3cb1a7f35a |
children | 5e3a40a84539 |
comparison
equal
deleted
inserted
replaced
314:cd3cb1a7f35a | 315:1d77ea6a915d |
---|---|
1 2012-09-17 Andre Heinecke <aheinecke@intevation.de> | |
2 | |
3 Add basic support for Graphics Layer, restricted to TextElements for | |
4 now. | |
5 | |
6 * src/java/de/intevation/mxd/reader/CompositeGraphicsLayerReader.java: | |
7 New Class to read CompositeGraphicsLayer | |
8 | |
9 * src/java/de/intevation/mxd/utils/MapToXMLUtils.java (addFeature): | |
10 New. Adds an inline Feature Element | |
11 | |
12 * src/java/de/intevation/mxd/writer/MapScriptWriter.java: Add Write | |
13 Support for inline Feature Elements. | |
14 | |
15 * src/java/de/intevation/mxd/reader/MXDReader.java: Read | |
16 CompositeGraphicsLayer | |
17 | |
1 2012-09-17 Andre Heinecke <aheinecke@intevation.de> | 18 2012-09-17 Andre Heinecke <aheinecke@intevation.de> |
2 | 19 |
3 * src/java/de/intevation/mxd/writer/MapScriptWriter.java | 20 * src/java/de/intevation/mxd/writer/MapScriptWriter.java |
4 (sanitzeAttribute): New. Factored out adding/removing of prefix | 21 (sanitzeAttribute): New. Factored out adding/removing of prefix |
5 and added code to workaround a Field name bug in ArcGIS | 22 and added code to workaround a Field name bug in ArcGIS |