This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Description
The GetTransect implementation outputs coordinates as space-separated coordinates:
https://github.com/Unidata/thredds/blob/4.6.x/tds/src/main/webapp/WEB-INF/jsp/wms/showTransect_xml.jsp#L33
The included xml_header adds the trimWhitespaceDirectives attribute, which has the effect of removing the space between the two numbers. Changing it to false produces the expected output.
I'm assuming something has changed, perhaps jasper treating expression-language statements as directives. I'm using:
- Java 1.8
- Tomcat 9.0.50.0
- Thredds-4.6.16.1