Changes between Initial Version and Version 1 of Ticket #23157


Ignore:
Timestamp:
2023-09-04T12:25:15+02:00 (2 years ago)
Author:
oobayly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23157 – Description

    initial v1  
    55I suggest overloading the ''S57osm.OSMmap'' method to make it more flexible by allowing it to accept ''InputStream'' and ''Document'' objects as well.
    66
    7 The reason for the ''Document'' overload is that at the moment jrenderpgsql generates hand written XML, which isn't ideal. It would be better that it instead creates an ''Document'' directly and pass it to ''S57osm.OSMmap'' without the overhead of it having to be parsed.
     7The reason for the ''Document'' overload is that at the moment jrenderpgsql generates hand written XML, which isn't ideal. It would be better that it instead creates an ''Document'' directly and pass it to ''S57osm.OSMmap'' without the overhead of it having to be parsed. The extra overload prepares the method for that future change which I'd also like to implement.
    88
    99I've attached a diff of my changes and would welcome any comments.