Comparing version 1.3.4 to 1.3.5
@@ -1,2 +0,2 @@ | ||
/*! geolib 1.3.4 by Manuel Bieh | ||
/*! geolib 1.3.5 by Manuel Bieh | ||
* A growing library to provide some basic geo functions like distance calculation, | ||
@@ -8,3 +8,3 @@ * conversion of decimal coordinates to sexagesimal and vice versa, etc. | ||
* @url http://www.manuelbieh.com/ | ||
* @version 1.3.4 | ||
* @version 1.3.5 | ||
* @license LGPL | ||
@@ -348,5 +348,5 @@ **//*global console:true geolib:true require:true module:true window:true global:true define:true*/ | ||
var stats = { | ||
maxLat: 0, | ||
maxLat: -Infinity, | ||
minLat: Infinity, | ||
maxLng: 0, | ||
maxLng: -Infinity, | ||
minLng: Infinity | ||
@@ -353,0 +353,0 @@ }; |
@@ -46,4 +46,4 @@ { | ||
}, | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"main": "./geolib" | ||
} |
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
38004