bbox2extent
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,6 @@ # bbox2extent change log | ||
## 1.0.1 | ||
* fix usage error in readme | ||
## 1.0.0 | ||
* first implementation |
{ | ||
"name": "bbox2extent", | ||
"description": "Transform a GeoJSON bounding box into an Esri-formatted extent object.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Nate Goldman <nate@ngoldman.me>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -22,3 +22,3 @@ # bbox2extent | ||
bbox2extent(function (err, extent) { | ||
bbox2extent(bbox, function (err, extent) { | ||
if (err) throw err | ||
@@ -25,0 +25,0 @@ |
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
3054