[4600] | 1 | Supplemental information for JOSM -- the Java OpenStreetMap Editor
|
---|
[14] | 2 |
|
---|
[5341] | 3 | =============================================================================
|
---|
| 4 | I. Install & Launch
|
---|
| 5 | =============================================================================
|
---|
[5545] | 6 |
|
---|
[4600] | 7 | Installation notes
|
---|
| 8 | ------------------
|
---|
[14] | 9 | To run JOSM, you need:
|
---|
| 10 |
|
---|
[4600] | 11 | * The JOSM .jar file, e.g., josm-tested.jar or josm-latest.jar
|
---|
[10580] | 12 | * Java Runtime Environment (JRE) 8, or later.
|
---|
[14] | 13 |
|
---|
| 14 |
|
---|
[4600] | 15 | How to get Java Runtime Environment
|
---|
| 16 | -----------------------------------
|
---|
[10580] | 17 | You need JRE Version 8, or later.
|
---|
[14] | 18 |
|
---|
[7489] | 19 | Microsoft Windows and Apple Mac OS X users should visit https://www.java.com
|
---|
[6216] | 20 | and download the latest Java executable for their system.
|
---|
[14] | 21 |
|
---|
[4600] | 22 | Linux users should visit http://www.oracle.com/technetwork/java/index.html
|
---|
[5545] | 23 | There is a Linux binary installer, which you must execute from a console, or
|
---|
[4600] | 24 | use the mechanism of your distribution's packaging system.
|
---|
[14] | 25 |
|
---|
| 26 |
|
---|
| 27 | How to launch
|
---|
| 28 | -------------
|
---|
[4600] | 29 | Microsoft Windows users launch by double-clicking on the .jar file.
|
---|
| 30 | If this does not work, open a command shell and type
|
---|
| 31 | "java -jar josm-latest.jar" in the directory that holds the file. (Please
|
---|
| 32 | replace josm-latest.jar with the name of your .jar file, if you aren't using
|
---|
| 33 | the latest version.)
|
---|
[14] | 34 |
|
---|
[4600] | 35 | Under Linux, open a shell, go to the file directory and type
|
---|
| 36 | "java -jar josm-latest.jar" to launch. If this does not work, try to set
|
---|
[5545] | 37 | your JAVA_HOME variable to the java executable location (the root location,
|
---|
[4600] | 38 | not the bin).
|
---|
[14] | 39 |
|
---|
[13395] | 40 | macOS users just click on the .jar file icon.
|
---|
[14] | 41 |
|
---|
[5341] | 42 | =============================================================================
|
---|
| 43 | II. Development
|
---|
| 44 | =============================================================================
|
---|
[14] | 45 |
|
---|
[4600] | 46 | How to get the source code
|
---|
| 47 | --------------------------
|
---|
[5545] | 48 | Download it directly from the subversion at
|
---|
| 49 | https://josm.openstreetmap.de/svn/trunk. To use the command line subversion
|
---|
[4600] | 50 | client, type
|
---|
[14] | 51 |
|
---|
[5341] | 52 | svn co https://josm.openstreetmap.de/svn/trunk josm
|
---|
| 53 |
|
---|
| 54 |
|
---|
| 55 | Files & directories
|
---|
| 56 | -------------------
|
---|
| 57 | This is an overview of the files and directories in the JOSM code repository:
|
---|
| 58 | - build.xml ant build file (standard way to create a JOSM binary)
|
---|
| 59 | - CONTRIBUTION list of major code contributors
|
---|
[16006] | 60 | - gpl-2.0.txt, gpl-3.0.txt full text of the GNU General Public License
|
---|
| 61 | - ide IDE-specific files
|
---|
| 62 | - eclipse/ preconfigured Eclipse configuration files
|
---|
| 63 | - netbeans/ preconfigured Netbeans project
|
---|
| 64 | - josm.jnlp Java Web Start launcher file (used on the website for the tested version)
|
---|
| 65 | - josm-latest.jnlp Java Web Start launcher file (used on the website for the latest version)
|
---|
| 66 | - LICENSE the JOSM license terms
|
---|
| 67 | - native/ OS-specific files
|
---|
| 68 | - linux/ files useful for Linux distributions, including Appdata files, .desktop
|
---|
| 69 | files, Debian/Ubuntu scripts, man pages, icons, etc.
|
---|
| 70 | - macosx/ files needed to create the MacOS X package
|
---|
| 71 | - windows/ files needed to create the Windows installer
|
---|
| 72 | - nodist/ files not included in JOSM binary
|
---|
| 73 | - data/ data files that are useful for development, but not distributed
|
---|
[5545] | 74 | - exif-direction-example.jpg
|
---|
[5341] | 75 | sample image, that contains direction information in the EXIF header
|
---|
| 76 | (keys: Exif.GPSInfo.GPSImgDirectionRef, Exif.GPSInfo.GPSImgDirection)
|
---|
| 77 | - filterTests.osm used for unit testing of the filter feature
|
---|
| 78 | (see test/unit/org/openstreetmap/josm/data/osm/FilterTest.java)
|
---|
| 79 | - Join_Areas_Tests.osm some examples to test the 'join areas' feature
|
---|
[13323] | 80 | - *.* various other data files used for unit testing and as reference file
|
---|
[11660] | 81 | - projection/ projection files
|
---|
[13323] | 82 | - *.gsb NTv2 grid files for projection support, downloaded by the
|
---|
| 83 | client on demand (see CONTRIBUTION)
|
---|
| 84 | - CHENyx06-Distribution.pdf
|
---|
| 85 | archive of terms of use for the CHENyx06.gsb file
|
---|
| 86 | - epsg EPSG data file, taken from the proj.4 project
|
---|
| 87 | (see https://github.com/OSGeo/proj.4/blob/master/nad/epsg)
|
---|
[13395] | 88 | - esri ESRI data file, taken from the proj.4 project
|
---|
| 89 | (see https://github.com/OSGeo/proj.4/blob/master/nad/esri)
|
---|
[13323] | 90 | - josm-epsg customizations to the epsg file, used together with the epsg file
|
---|
| 91 | to generate data/projection/custom-epsg
|
---|
| 92 |
|
---|
| 93 | - projection-reference-data.csv
|
---|
[5341] | 94 | reference data for projection tests
|
---|
| 95 | (see test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java)
|
---|
[13323] | 96 | - projection-regression-test-data.csv
|
---|
[5341] | 97 | regression data for projection tests
|
---|
| 98 | (see test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java)
|
---|
[13323] | 99 | - trans/*.lang translation data for files that are not distributed, but used
|
---|
| 100 | by the server for localization of the services;
|
---|
| 101 | currently contains plugin descriptions in order to include translations
|
---|
| 102 | in the downloaded plugin list
|
---|
[16006] | 103 | - images/ images, which are not for distribution, but may be useful later (e.g. high
|
---|
[5341] | 104 | resolution and vector versions)
|
---|
[16006] | 105 | - styles/ files needed for map style maintenance
|
---|
| 106 | - potlatch2/README infos on how to update the Potlatch 2 style from upstream sources
|
---|
[5341] | 107 | - patches/ patches for external libraries used in JOSM (see below)
|
---|
| 108 | - README this file
|
---|
[7867] | 109 | - resources/ resource files that will be included in the JOSM jar file
|
---|
[16006] | 110 | - data/ data files that will be included in the JOSM jar file
|
---|
| 111 | - fonts/ font files used for map rendering
|
---|
| 112 | - gpx/ different color gradients for gpx drawing
|
---|
| 113 | - projection/ projection files
|
---|
| 114 | - custom-epsg list of projection definitions, auto-generated file created by ant task 'epsg'
|
---|
| 115 | - security/*.pem certificates that we like to accept for TLS connections, but are missing in the
|
---|
| 116 | default Java certificate store
|
---|
| 117 | - validator/ data files used by the JOSM validator
|
---|
| 118 | - *.cfg files designed for the old tagchecker, still in use
|
---|
| 119 | - *.mapcss default validation rules for the MapCSS-based tagchecker
|
---|
| 120 | - boundaries.osm OSM file containing boundary data for the states of the earth, including
|
---|
| 121 | data for right and left-hand traffic
|
---|
| 122 | - defaultpresets.xml data file for the core tagging presets
|
---|
| 123 | - help-browser.css CSS file for the help sites (HTML content is downloaded from the website
|
---|
| 124 | on demand, but displayed inside the programm in a Java web browser component.)
|
---|
| 125 | - overpass-wizard.js Javascript code to provide a wizard-GUI for creating Overpass requests
|
---|
| 126 | (external library, see https://github.com/tyrasd/overpass-wizard)
|
---|
| 127 | - *.lang translation data
|
---|
| 128 | - *.xsd xml schema files for validation of configuration files
|
---|
| 129 | - images/ images distributed with the JOSM binary
|
---|
| 130 | - icons images for the Potlatch 2 style
|
---|
| 131 | - presets images for the main mappaint style and the internal presets
|
---|
| 132 | - styles/ map styles included in JOSM
|
---|
[7867] | 133 | - scripts/ various scripts used by JOSM developers
|
---|
[13323] | 134 | - BuildProjectionDefinitions.java
|
---|
| 135 | called from the ant build file to combine the files epsg and josm-epsg
|
---|
| 136 | to create the custom-epsg file for distribution
|
---|
[13282] | 137 | - geticons.pl tool to find all used icons and allows deleting unused icons
|
---|
| 138 | searches also for images with incompatible svg code
|
---|
[13283] | 139 | - optimize-images short script to decrease size of PNG images
|
---|
[13323] | 140 | - since_xxx.py developer tool to replace "@since xxx" in Javadoc by the upcoming revision number
|
---|
[15033] | 141 | - SyncEditorLayerIndex.java
|
---|
[13323] | 142 | script to compare and analyse the differences of the editor layer index and the
|
---|
| 143 | JOSM imagery list (see https://josm.openstreetmap.de/wiki/ImageryCompare)
|
---|
[14639] | 144 | - TagInfoExtract.java extracts tag information for the taginfo project
|
---|
[13323] | 145 | - src/ the source code of the application
|
---|
[5341] | 146 | - start.html HTML page to run the applet version of JOSM
|
---|
| 147 | - test/ automated software tests
|
---|
[6216] | 148 | - data/ resources used for some tests
|
---|
[5341] | 149 | - functional/ functional tests (source code)
|
---|
[8825] | 150 | - lib/ libraries needed for (some of) the tests, including JUnit
|
---|
[6216] | 151 | - performance/ performance tests (source code)
|
---|
[5341] | 152 | - unit/ unit tests (source code)
|
---|
| 153 | - tools/ libraries and tools that help in the development process
|
---|
[12873] | 154 | - animal-sniffer-ant-tasks.jar
|
---|
[7934] | 155 | used to build and check code signatures to ensure plugins binary compatibility
|
---|
[10580] | 156 | - appbundler-1.0ea.jar used to build Mac OS X package
|
---|
[8508] | 157 | - checkstyle/ libs and config files for checkstyle (automatically detects code style
|
---|
| 158 | problems in source code); can be launched as an ant target in build.xml
|
---|
[12243] | 159 | - error_prone_ant.jar used to detect code errors during compilation
|
---|
[16006] | 160 | - ivy/ Apache Ivy binary, configuration file, and downloaded dependencies
|
---|
[10845] | 161 | - jacocoant.jar used to include coverage data into JUnit test reports
|
---|
| 162 | - japicc/ used to generate a compatibility report between optimized jar and normal one
|
---|
[16006] | 163 | - spotbugs/ libs and config files for spotbugs (automatically detects common bugs and potential
|
---|
| 164 | problems in source code); can be launched as an ant target in build.xml
|
---|
[7867] | 165 | - xmltask.jar used to edit XML files from Ant for the OSX package
|
---|
[5341] | 166 |
|
---|
| 167 | The 'patches' directory
|
---|
| 168 | -----------------------
|
---|
[10713] | 169 | Some libraries that JOSM depends on, are patched for various reasons. The
|
---|
| 170 | files in the patches directory can be used to roll back these customizations.
|
---|
| 171 | This is useful in order to
|
---|
[5545] | 172 | * inspect the changes
|
---|
[5341] | 173 | * update to a newer version of the library but keep the modifications
|
---|
| 174 |
|
---|
[5545] | 175 | You can use 'quilt' to manage the patches. E.g. the following command applies all of them:
|
---|
[5341] | 176 |
|
---|
| 177 | $ quilt push -a
|
---|
| 178 |
|
---|
| 179 | Of course, it is also possible to apply the patch files manually one by one.
|
---|
| 180 |
|
---|
[5545] | 181 | Third party libraries
|
---|
| 182 | ---------------------
|
---|
[7867] | 183 | There are some third party libraries which are directly included in the source code tree, in particular:
|
---|
[5341] | 184 |
|
---|
[5545] | 185 | * jmapviewer: Java component to browse a TMS map
|
---|
| 186 | src/org/openstreetmap/gui (svn external)
|
---|
| 187 | -> http://svn.openstreetmap.org/applications/viewer/jmapviewer/
|
---|
[7867] | 188 | * Apache commons compress: Support for bzip2 compression when opening files
|
---|
[10864] | 189 | -> https://github.com/apache/commons-compress
|
---|
[7489] | 190 | * Apache commons validator: Improved validator routines
|
---|
| 191 | src/org/openstreetmap/josm/data/validation/routines
|
---|
| 192 | -> http://commons.apache.org/proper/commons-validator
|
---|
[5545] | 193 | * SVG Salamander: Support for SVG image format
|
---|
| 194 | src/com/kitfox/svg
|
---|
[10864] | 195 | -> https://github.com/blackears/svgSalamander
|
---|
[5545] | 196 | * Metadata Extractor: Read EXIF Metadata of photos
|
---|
[10864] | 197 | -> https://github.com/drewnoakes/metadata-extractor
|
---|
[5545] | 198 | * Signpost: OAuth library
|
---|
| 199 | src/oauth, src/com/google
|
---|
[10864] | 200 | -> https://github.com/mttkay/signpost
|
---|
[5545] | 201 | * MultiSplitPane: Small lib for GUI layout management
|
---|
| 202 | src/org/openstreetmap/josm/gui/MultiSplitLayout.java, MultiSplitPane.java
|
---|
[12626] | 203 | -> https://github.com/floscher/multi-split
|
---|
[10864] | 204 | -> https://community.oracle.com/docs/DOC-983539
|
---|
[16050] | 205 | * swinghelper: Class CheckThreadViolationRepaintManager to find EDT violations
|
---|
| 206 | src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java
|
---|
[12626] | 207 | -> https://github.com/floscher/swinghelper
|
---|
[13350] | 208 | * xz extractor
|
---|
| 209 | -> https://tukaani.org/xz/java.html
|
---|
[15978] | 210 | * OpeningHoursParser (MIT license)
|
---|
| 211 | -> https://github.com/simonpoole/OpeningHoursParser
|
---|