jsfreemaplib
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "jsfreemaplib", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Miscellaneous JavaScript classes and functions for working with geodata, including working with Spherical Mercator projection and managing XYZ tiles, plus some general UI functions.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -72,3 +72,3 @@ const GoogleProjection = require('./GoogleProjection'); | ||
this.indexedTiles[tileIndex] = this._rawTileToStoredTile(tile, tData); // now add the data to indexedTiles | ||
return tData; | ||
return this.indexedTiles[tileIndex]; | ||
} | ||
@@ -75,0 +75,0 @@ return null; |
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
19414