Changes between Initial Version and Version 1 of Ticket #23427, comment 6
- Timestamp:
- 2024-01-22T15:00:55+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23427, comment 6
initial v1 2 2 The patch 3 3 - removes the duplicated code regarding XPath, use existing method `OsmDataSessionImporter.extractFileName()` instead 4 - improves that method to first try to fi lea "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). 5 5 6 6 The effect is that the order of the layers in the saved *.joz file no longer matters.


