Ignore:
Timestamp:
2014-02-25T00:21:39+01:00 (10 years ago)
Author:
Don-vip
Message:

enable loading of .osm.zip files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmServerReader.java

    r6852 r6882  
    303303
    304304    /**
     305     * Download Zip-compressed OSM files from somewhere
     306     * @param progressMonitor The progress monitor
     307     * @return The corresponding dataset
     308     * @throws OsmTransferException if any error occurs
     309     * @since 6882
     310     */
     311    public DataSet parseOsmZip(final ProgressMonitor progressMonitor) throws OsmTransferException {
     312        return null;
     313    }
     314
     315    /**
    305316     * Returns true if this reader is adding authentication credentials to the read
    306317     * request sent to the server.
Note: See TracChangeset for help on using the changeset viewer.