Changes between Version 25 and Version 26 of Help/Action/Open


Ignore:
Timestamp:
2018-01-26T23:18:07+01:00 (8 years ago)
Author:
Klumbumbus
Comment:

add xz support, see #15816

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Open

    v25 v26  
    1414If you type the name of the file to open and omit the file extension, JOSM tries to guess it and opens the correct file.
    1515
    16 NMEA, .osm and .gpx files can be compressed files with gzip or bzip2 compression.
     16Several file compression formats are supported too, including .zip, .gz, .bz, .bz2, .xz.
    1717
    1818There are some [wiki:/Plugins] which extend the file type list (see e.g. code snippets from [https://github.com/openstreetmap/josm/search?l=java&q=extends+FileImporter&type=Code&utf8=%E2%9C%93 core] and [https://github.com/openstreetmap/josm-plugins/search?l=java&q=class+*+extends+FileImporter&utf8=%E2%9C%93 plugins]).