Ignore:
Timestamp:
2012-08-04T16:33:49+02:00 (12 years ago)
Author:
bastiK
Message:

add session support for imagery layers

File:
1 edited

Legend:

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

    r4874 r5391  
    5656    static {
    5757        registerSessionLayerImporter("osm-data", OsmDataSessionImporter.class);
     58        registerSessionLayerImporter("imagery", ImagerySessionImporter.class);
    5859    }
    5960
     
    166167
    167168        /**
    168          * Return a File for a URI from a .jos file.
     169         * Return a File for a URI from a .jos/.joz file.
    169170         *
    170171         * Returns null if the URI points to a file inside the zip archive.
Note: See TracChangeset for help on using the changeset viewer.