fix: remove console.log
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
81e40112b0
commit
1d2e9eae73
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ export const GetPMtilesInfo = async (pmtiles) => {
|
|||
metadata['format'] = GetPmtilesTileType(header.tileType).type;
|
||||
metadata['minzoom'] = header.minZoom;
|
||||
metadata['maxzoom'] = header.maxZoom;
|
||||
console.log('maxzoom:' + header.maxZoom)
|
||||
|
||||
if(header.minLon && header.minLat && header.maxLon && header.maxLat) {
|
||||
metadata['bounds'] = [header.minLon, header.minLat, header.maxLon, header.maxLat];
|
||||
|
|
|
|||
Loading…
Reference in a new issue