File: control

package info (click to toggle)
josm-plugins 0.0.svn33112%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,052 kB
  • ctags: 784
  • sloc: java: 4,572; xml: 1,327; makefile: 55; python: 19
file content (61 lines) | stat: -rw-r--r-- 2,640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: josm-plugins
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Mònica Ramírez Arceda <monica@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               default-jdk (>= 2:1.8) | java8-sdk,
               ant,
               ant-contrib,
               josm (>= 0.0.svn11427),
               libgettext-ant-tasks-java,
               libjgrapht0.8-java,
               liblog4j1.2-java,
               libmetadata-extractor-java,
               python
Build-Conflicts: josm (>= 0.0.svn11428)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/josm-plugins.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/josm-plugins.git
Homepage: https://josm.openstreetmap.de/wiki/Plugins

Package: josm-plugins
Architecture: all
Depends: ${misc:Depends},
         josm (>= 0.0.svn11427),
         libjgrapht0.8-java,
         liblog4j1.2-java,
         libmetadata-extractor-java
Suggests: gpsd
Breaks: josm (>= 0.0.svn11428)
Description: Plugins for JOSM
 JOSM (Java OpenStreetMap) plugin collection.
 .
 This package contains the following plugins:
  * colorscheme        - Allows creating different color schemes.
  * measurement        - Adds a dialog and a layer to measure length 
                         and angle of segments and create measurement paths.
  * openvisible        - Allows opening gpx and osm files that intersect
                         the currently visible screen area.
  * cadastre-fr        - A special handler for the French land registry WMS
                         server.
  * DirectUpload       - Directly uploads GPS Traces from current active
                         layer in JOSM to openstreetmap.org.
  * editgpx            - Anonymizes timestamps and deletes parts of huge GPX
                         tracks very fast.
  * lakewalker         - Helps vectorizing WMS images.
  * routing            - Provides routing capabilities.
 .
 JOSM is an editor for OpenStreetMap (OSM) written in Java.
 The current version supports stand alone GPX tracks, GPX track data
 from OSM database and existing nodes, line segments and metadata tags
 from the OSM database.
 .
 OpenStreetMap is a project aimed squarely at creating and providing
 free geographic data such as street maps to anyone who wants them. 
 The project was started because most maps you think of as free actually
 have legal or technical restrictions on their use, holding back people
 from using them in creative, productive or unexpected ways.