lgoltz

Results 5 comments of lgoltz

> Imports shall be explicit, not java.awt.* Fixed

> Question: what happens when another image format (like png) is used instead of svg? Images in other formats than svg are read during parsing: https://github.com/deegree/deegree3/blob/d9ccf38f6efbef8d3cf2b20c99137ae192581b57/deegree-core/deegree-core-style/src/main/java/org/deegree/style/se/parser/GraphicSymbologyParser.java#L373-L375 The enhancements applies only...

https://github.com/deegree/deegree3/blob/d9ccf38f6efbef8d3cf2b20c99137ae192581b57/deegree-core/deegree-core-workspace/src/main/java/org/deegree/workspace/standard/DefaultResourceLocation.java#L175-L179 and https://github.com/deegree/deegree3/blob/d9ccf38f6efbef8d3cf2b20c99137ae192581b57/deegree-core/deegree-core-workspace/src/main/java/org/deegree/workspace/standard/DefaultResourceLocation.java#L168-L171 do not consider that resources could be stored in subfolders. This results in an invalid path to the resource (with duplicated subfolder in the path).

@DirkThalheim Can you provide some testdata?