mirror of
https://github.com/wahyd4/coordtransform.git
synced 2026-08-09 12:56:19 +10:00
26 lines
706 B
JSON
26 lines
706 B
JSON
{
|
|
"name": "coordtransform",
|
|
"version": "1.0.0",
|
|
"description": "'A module that can transform wgs84、bd09、gcj02 between each otherA tool module that can be converted between common coordinate systems'",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://wandergis@github.com/wandergis/coordtransform.git"
|
|
},
|
|
"keywords": [
|
|
"coordinate",
|
|
"wgs84",
|
|
"bd09",
|
|
"gcj02",
|
|
"transform"
|
|
],
|
|
"author": "wandergis",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wandergis/coordtransform/issues"
|
|
},
|
|
"homepage": "http://wandergis.github.io/coordtransform"
|
|
} |