File: control

package info (click to toggle)
proj4js 2.3.17%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 764 kB
  • ctags: 526
  • sloc: sh: 14; makefile: 8
file content (53 lines) | stat: -rw-r--r-- 1,985 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
Source: proj4js
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs,
               node-uglify
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj4js.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/proj4js.git
Homepage: http://proj4js.org/

Package: libjs-proj4
Architecture: all
Section: web
Depends: ${misc:Depends},
         libjs-mgrs
Recommends: javascript-common
Description: JavaScript library to transform point coordinates systems
 Proj4js is a JavaScript library to transform point coordinates from one
 coordinate system to another, including datum transformations.
 .
 This library is a port of both the PROJ.4 and GCTCP C libraries to JavaScript.
 Enabling these transformations in the browser allows geographic data stored in
 different projections to be combined in browser-based web mapping applications.
 .
 Proj4js is a part of the MetaCRS group of projects and uses the same MIT style
 license as PROJ.4. 
 .
 This package contains the proj4.js JavaScript library.

Package: node-proj4
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-mgrs
Description: Node.js module to transform point coordinates systems
 Proj4js is a JavaScript library to transform point coordinates from one
 coordinate system to another, including datum transformations.
 .
 This library is a port of both the PROJ.4 and GCTCP C libraries to JavaScript.
 Enabling these transformations in the browser allows geographic data stored in
 different projections to be combined in browser-based web mapping applications.
 .
 Proj4js is a part of the MetaCRS group of projects and uses the same MIT style
 license as PROJ.4. 
 .
 This package contains the proj4 module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.