Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java @ 4143:58864f4f6e3b
Fix issue946 (own style for wkms annotation facets in wq diagrams).
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 16 Oct 2012 11:15:12 +0200 |
parents | e4e345d81a65 |
children | 6153c50f78cf |
comparison
equal
deleted
inserted
replaced
4142:0ac1158605bd | 4143:58864f4f6e3b |
---|---|
133 | 133 |
134 String name; | 134 String name; |
135 if (parts[0].equals(HEIGHTMARKS_POINTS)) { | 135 if (parts[0].equals(HEIGHTMARKS_POINTS)) { |
136 name = HEIGHTMARKS_POINTS; | 136 name = HEIGHTMARKS_POINTS; |
137 addStringData(DATA_HEIGHT_TYPE, "true"); | 137 addStringData(DATA_HEIGHT_TYPE, "true"); |
138 } | |
139 else if (parts[0].equals("additionalsmarks")) { | |
140 name = STATIC_WKMS_MARKS; | |
138 } | 141 } |
139 else { | 142 else { |
140 name = STATIC_WKMS; | 143 name = STATIC_WKMS; |
141 } | 144 } |
142 | 145 |