Modify ↓
Attachments (0)
Change History (10)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Keywords: | xz compression added |
---|
comment:4 by , 7 years ago
Commons uses the tukaani classes as well.
There are a couple of warnings in tukaani. Can you have a look and maybe also if you find other necessary changes? I could load and store a xz.gpx file.
comment:6 by , 7 years ago
Milestone: | → 18.01 |
---|
comment:7 by , 7 years ago
Ah you beat me to it, I was coding the same thing :) I'm currently reworking OsmServerReader
methods to take a Compression
parameter instead of the several methods parse*Zip()
, parse*BZip2()
, etc.
Note:
See TracTickets
for help on using tickets.
It's already in Commons Compress, shouldn't be too difficult to add.