Comparing version 4.0.2 to 4.0.3
@@ -276,2 +276,4 @@ var tilelive = exports; | ||
var id = function() { | ||
if (z > args.maxZoom) return false; | ||
++x; | ||
@@ -304,2 +306,4 @@ if (x >= boxRight || x > bounds[z].maxX) { // Start the next row in this metatile. | ||
var id = function() { | ||
if (z > args.maxZoom) return false; | ||
if (++x > bounds[z].maxX) { | ||
@@ -306,0 +310,0 @@ x = bounds[z].minX; |
{ | ||
"name" : "tilelive", | ||
"version" : "4.0.2", | ||
"version" : "4.0.3", | ||
"main" : "./lib/tilelive.js", | ||
@@ -5,0 +5,0 @@ "description" : "Frontend for various tile backends, mapnik and mbtiles", |
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
3654284
4472