Changes between Initial Version and Version 1 of Ticket #23427, comment 6


Ignore:
Timestamp:
2024-01-22T15:00:55+01:00 (2 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23427, comment 6

    initial v1  
    22The patch
    33- removes the duplicated code regarding XPath, use existing method `OsmDataSessionImporter.extractFileName()` instead
    4 - improves that method to first try to file a "file" node given the current element before falling back to the possibly very slow XPath evaluate call (not sure if the XPath part is still needed, it is never used in my example).
     4- improves that method to first try to find a "file" node given the current element before falling back to the possibly very slow XPath evaluate call (not sure if the XPath part is still needed, it is never used in my example).
    55
    66The effect is that the order of the layers in the saved *.joz file no longer matters.