Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2-RC1
-
Component/s: Google Earth KML Output
-
Labels:None
-
Number of attachments :
Description
It would be very nice to have the possibility of forcing the Title of the output KML document through a format_options parameter.
Something like
format_options=kmltitle:myCustomLayerTitle
The attached patch, improves the GeoServer KML output in order to take into account the provided parameter.
There are also a lot of tests covering almost all cases.
NOTE: The KMLSuperOverlayTransformerTest is formatted from scratch in any case, most probably due to a CR/LF difference between Windows and Linux.
Looks good to me