Skip to content

Commit

Permalink
updated geo-extent
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Aug 27, 2022
1 parent 7f8926b commit 2ac740c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"homepage": "https://github.com/GeoTIFF/georaster-layer-for-leaflet#readme",
"dependencies": {
"@types/geojson": "^7946.0.10",
"@types/node": "^18.6.4",
"@types/node": "^18.7.13",
"chroma-js": "^1.4.1",
"geo-extent": "^0.10.0",
"geo-extent": "^0.11.0",
"geocanvas": "^0.3.1",
"pixel-utils": "^0.7.0",
"proj4-fully-loaded": "^0.1.0",
Expand All @@ -80,7 +80,7 @@
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -98,7 +98,7 @@
"null-loader": "^4.0.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/global-mask-outside.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
parseGeoraster(arrayBuffer).then(async function (georaster) {
console.log("georaster:", georaster);
window.layer = new GeoRasterLayer({
debugLevel: 10,
debugLevel: 0,
georaster: georaster,
resolution: 512,
pixelValuesToColorFn: function (values) {
Expand Down
1 change: 1 addition & 0 deletions tests/inner-tile-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
parseGeoraster(rasterUrl).then(georaster => {
const lyr = new GeoRasterLayer({
attribution: "Planet",
debugLevel: 4,
georaster,
resolution: 64
});
Expand Down

0 comments on commit 2ac740c

Please sign in to comment.