Comparing version 0.1.2 to 0.1.3
(function(){ | ||
"use strict"; | ||
//coordinate conversion of various chinese encrypted coordinate systems such as BAIDU, GCJ02 etc | ||
@@ -152,3 +152,3 @@ | ||
var result = this._extend({}, geoJSON); | ||
geoJSON['geometry'] = geometry; | ||
result['geometry'] = geometry; | ||
return result; | ||
@@ -155,0 +155,0 @@ } else if (geoJSON['type'] === 'FeatureCollection') { |
{ | ||
"name": "chncrs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "coordinate transforming of various chinese encrypted coordinate systems such as BAIDU, GCJ02 etc.", | ||
@@ -5,0 +5,0 @@ "license": "WTFPL", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26541
554