[7496] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
[12543] | 2 | <component type="desktop-application">
|
---|
[14400] | 3 | <id>org.openstreetmap.josm-latest</id>
|
---|
[7733] | 4 | <metadata_license>CC-BY-SA-3.0</metadata_license>
|
---|
[7496] | 5 | <project_license>GPL-2.0+</project_license>
|
---|
[19232] | 6 | <developer id="org.openstreetmap.josm">
|
---|
| 7 | <name>JOSM developers</name>
|
---|
| 8 | </developer>
|
---|
[7496] | 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>
|
---|
[12543] | 20 | <categories>
|
---|
| 21 | <category>Education</category>
|
---|
| 22 | <category>Geoscience</category>
|
---|
| 23 | <category>Maps</category>
|
---|
| 24 | </categories>
|
---|
[14422] | 25 | <content_rating type="oars-1.1"/>
|
---|
[14405] | 26 | <launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
|
---|
[7496] | 27 | <screenshots>
|
---|
[19232] | 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>
|
---|
[7496] | 32 | </screenshots>
|
---|
| 33 | <url type="homepage">https://josm.openstreetmap.de</url>
|
---|
[19232] | 34 | <url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
|
---|
[19237] | 35 | <url type="help">https://josm.openstreetmap.de/wiki/Help</url>
|
---|
[19232] | 36 | <url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
|
---|
| 37 | <url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
|
---|
[19237] | 38 | <url type="contribute">https://josm.openstreetmap.de/#Contribute</url>
|
---|
| 39 | <requires>
|
---|
| 40 | <memory>128</memory> <!-- Technically doable. No addons, small download area, one imagery layer had 128mb usage. -->
|
---|
| 41 | <control>keyboard</control>
|
---|
| 42 | <control>pointing</control>
|
---|
| 43 | <display_length side="longest" compare="gt">800</display_length> <!-- Due to menu bar -->
|
---|
| 44 | <display_length side="shortest" compare="gt">600</display_length>
|
---|
| 45 | </requires>
|
---|
| 46 | <recommends>
|
---|
| 47 | <memory>4096</memory>
|
---|
| 48 | <internet>always</internet>
|
---|
| 49 | <display_length side="longest" compare="gt">1024</display_length>
|
---|
| 50 | <display_length side="shortest" compare="gt">768</display_length>
|
---|
| 51 | </recommends>
|
---|
[19232] | 52 | </component>
|
---|