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


Ignore:
Timestamp:
2017-06-22T21:19:53+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

rework, remove outdated info

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Open

    v24 v25  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=This page is incomplete. A table which shows which plugin adds which file format is missing.)]]
    22= File > Open... =
    33
     
    1010[[Image(open_dialog.png)]]
    1111
    12 JOSM can either open OSM data files, GPX files, NMEA files, OSN files (Notes), WMS files, session files or JPG files.
     12By default JOSM can open OSM data files, GPX files, NMEA files, OSN files (Notes), WMS files, session files, JPEG and JPG files.
    1313
    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.
     
    1616NMEA, .osm and .gpx files can be compressed files with gzip or bzip2 compression.
    1717
    18 === File formats supported by core ===
    19 
    20 || Name || Extension || Help resource or links ||
    21 || Session file || *.jos, *.joz || [[Image(source:trunk/images/session.svg,16,link=)]] [Help/Action/SessionSaveAs File > Save Session As …] ||
    22 ||  ||  ||  ||
    23 
    24 ''(note: "session" submenu was merged into "file")''
    25 
    26 [[Image(loading-a-josm-session.gif)]]
    27 
    28 === Plugins ===
    29 
    30 There many [wiki:/Plugins] [https://github.com/openstreetmap/josm-plugins/search?l=java&q=class+*+extends+FileImporter&utf8=%E2%9C%93 plugins] that can extend [https://github.com/openstreetmap/josm/search?l=java&q=extends+FileImporter&type=Code&utf8=%E2%9C%93 core importers]
    31 
    32 (TODO: cover them using table here)
     18There 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]).
    3319
    3420== See also ==