1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <component type="desktop-application">
|
---|
3 | <id>org.openstreetmap.josm-latest</id>
|
---|
4 | <metadata_license>CC-BY-SA-3.0</metadata_license>
|
---|
5 | <project_license>GPL-2.0+</project_license>
|
---|
6 | <developer id="org.openstreetmap.josm">
|
---|
7 | <name>JOSM developers</name>
|
---|
8 | </developer>
|
---|
9 | <name>JOSM</name>
|
---|
10 | <summary>Java OpenStreetMap Editor</summary>
|
---|
11 | <description>
|
---|
12 | <p>
|
---|
13 | JOSM is an extensible off-line editor for OpenStreetMap (OSM) written in Java.
|
---|
14 | </p>
|
---|
15 | <p>
|
---|
16 | It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and
|
---|
17 | editing existing nodes, ways, metadata tags and relations from the OSM database.
|
---|
18 | </p>
|
---|
19 | </description>
|
---|
20 | <categories>
|
---|
21 | <category>Education</category>
|
---|
22 | <category>Geoscience</category>
|
---|
23 | <category>Maps</category>
|
---|
24 | </categories>
|
---|
25 | <content_rating type="oars-1.1"/>
|
---|
26 | <launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
|
---|
27 | <screenshots>
|
---|
28 | <screenshot type="default">
|
---|
29 | <image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
|
---|
30 | <caption>JOSM with data and background layer loaded</caption>
|
---|
31 | </screenshot>
|
---|
32 | </screenshots>
|
---|
33 | <url type="homepage">https://josm.openstreetmap.de</url>
|
---|
34 | <url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
|
---|
35 | <url type="contact">https://lists.openstreetmap.org/pipermail/josm-dev/</url>
|
---|
36 | <url type="faq">https://josm.openstreetmap.de/wiki/Help</url>
|
---|
37 | <url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
|
---|
38 | <url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
|
---|
39 | </component>
|
---|