Skip to content

Commit

Permalink
use default tilejson bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Feb 17, 2024
1 parent caea64c commit 42b9007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request_resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const getPMTilesTileJSON = async (sourceDir, url, callback) => {
header.maxLon == 0 &&
header.maxLat == 0
) {
header["bounds"] = [-180, -85, 180, 85];
header["bounds"] = [-180, -85.05112877980659, 180, 85.0511287798066];
} else {
header["bounds"] = [
header.minLon,
Expand Down

0 comments on commit 42b9007

Please sign in to comment.