UNPKG
proj4m
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
Handle transformation between mars projections.
github.com/wsw0108/proj4m.js
wsw0108/proj4m.js
proj4m
/
.vscode
/
launch.json
12 lines
(11 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"version"
:
"0.2.0"
,
"configurations"
: [ {
"type"
:
"node"
,
"request"
:
"launch"
,
"name"
:
"Launch Tests"
,
"program"
:
"${workspaceRoot}
\\
node_modules
\\
mocha
\\
bin
\\
_mocha"
} ] }