Martin,

the replace() is only taking place on the last part of the String concat:

>             "  BBox[-90.00, -180.00, 90.00, 180.00],\n" +
>             "  Id[\"EPSG\", 4326,\\E.*\\Q 
> URI[\"urn:ogc:def:crs:EPSG:\\E.*\\Q:4326\"]]]\n\\E"   // Version number of 
> EPSG dataset may vary.
> .replace("\n", System.lineSeparator());

Regards,

Christoph

Reply via email to