ngageoint / geopackage-js

GeoPackage JavaScript Library
http://ngageoint.github.io/geopackage-js/
MIT License
304 stars 78 forks source link

Tile table improvement #162

Closed JaredLincenberg closed 4 years ago

JaredLincenberg commented 4 years ago

Creates getByOrganizationAndCoordSysId in lib/core/srs/spatialRefenceSystemDao.ts In lib/geoPackage.ts Creates createStandardWebMercatorTileTableWithZoomLevels(), createStandardWebMercatorTileMatrixWithZoomLevels() and createTileMatrixRow Changes createStandardWebMercatorTileTable() to handle non-webmercator bounding boxes. Changes createStandardWebMercatorTileMatrix()