Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "chncrs", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "coordinate transforming of various chinese encrypted coordinate systems such as BAIDU, GCJ02 etc.", | ||
@@ -10,3 +10,3 @@ "license": "WTFPL", | ||
}, | ||
"main": "index.js", | ||
"main": "chncrs.js", | ||
"devDependencies": { | ||
@@ -13,0 +13,0 @@ "expect.js": "^0.3.1", |
@@ -11,4 +11,5 @@ # Chinese Coordinate Transform | ||
## Definition | ||
```javascript | ||
convertor.**transform**(source, fromCRS, toCRS); | ||
``` | ||
@@ -15,0 +16,0 @@ * **source** : a coordinate, array of coordinates, a GeoJSON or a array of GeoJSON to transform, possible values: |
26567
90