egohoogl.blogg.se

Java openstreetmap editor
Java openstreetmap editor











java openstreetmap editor
  1. #Java openstreetmap editor how to#
  2. #Java openstreetmap editor full#
  3. #Java openstreetmap editor code#

performance/ performance tests (source code) lib/ libraries needed for (some of) the tests functional/ functional tests (source code)

#Java openstreetmap editor how to#

potlatch2/README infos on how to update the Potlatch 2 style from upstream sources sytles_nodist/ files needed for map style maintenance start.html HTML page to run the applet version of JOSM scripts/ various scripts used by JOSM developers resources/ resource files that will be included in the JOSM jar file patches/ patches for external libraries used in JOSM (see below) optimize-images short script to decrease size of PNG images netbeans/ preconfigured Netbeans project macosx/ files needed to create the MacOS X package desktopįiles, Debian/Ubuntu scripts, man pages, icons, etc. linux/ files useful for Linux distributions, including Appdata files. josm-latest.jnlp Java Web Start launcher file (used on the website for the latest version) josm.jnlp Java Web Start launcher file (used on the website for the tested version) images_nodist/ images, which are not for distribution, but may be useful later (e.g. styles/standard images for the main map style (external repository) images/ images distributed with the JOSM binary

#Java openstreetmap editor full#

gpl-2.0.txt, gpl-3.0.txt full text of the GNU General Public License tool, to find all used icons and allows deleting unused icons

java openstreetmap editor java openstreetmap editor

(see test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java) (see test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java) mapcss/ sample map styles and corresponding data files for regression testing Join_Areas_Tests.osm some examples to test the 'join areas' feature (see test/unit/org/openstreetmap/josm/data/osm/FilterTest.java) filterTests.osm used for unit testing of the filter feature Sample image, that contains direction information in the EXIF header data_nodist/ data files that are useful for development, but not distributed *.mapcss default validation rules for the new mapcss-based tagchecker *.cfg files designed for the old tagchecker, still used validator/ data files used by the JOSM validator feature On demand, but displayed inside the programm in a Java web browser component.) help-browser.css CSS file for the help sites (HTML content is downloaded from the website *.xsd xml schema files for validation of configuration files *.gsb NTv2 grid files for projection support fonts/ font files used for map rendering data/ data files that will be included in the JOSM jar file

#Java openstreetmap editor code#

CONTRIBUTION list of major code contributors This is an overview of the files and directories in the JOSM code repository: - build.xml ant build file (standard way to create a JOSM binary) Here is a quick comparison of both repositories:Īctual contents of external location inserted by mirroring botĭownload the git repository via the command line: So best choose one of the repositories and stick with it in the future, or you might face some problems (merge conflicts, …). Note: The two repositories are not compatible in the sense that the SHA1-hashes of the git-commits are different for commits that mirror the very same SVN commit. also an “official” (meaning published in the GitHub-organization named “openstreetmap”) git repository for JOSM on GitHub, that is automatically updated, so it might be more up to date than this repository here. This repository is not the only one mirroring. Development How to get the source code Git If this does not work, try to set your JAVA_HOME variable to the java executable location (the root location, not the bin). Open a shell, go to the file directory and type the following to launch: java -jar josm-latest.jar













Java openstreetmap editor