Skip to content

Commit 4be400c

Browse files
committed
Update @lumidb/lumidb to version 0.4.0
1 parent 381d3cd commit 4be400c

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "LumiDB",
1313
"description": "LumiDB + three.js example",
1414
"dependencies": {
15-
"@lumidb/lumidb": "0.2.3",
15+
"@lumidb/lumidb": "0.4.0",
1616
"@types/three": "0.152.0",
1717
"three": "^0.152.0",
1818
"typescript": "^5.6.2",

src/example-app.ts

+8-5
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ async function loadPoints() {
5050
queryBoundary: {
5151
Polygon: [
5252
[
53-
[2488624, 8505802],
54-
[2488741, 8505971],
55-
[2489471, 8505522],
56-
[2489248, 8505339],
57-
[2488624, 8505802],
53+
[
54+
[2488624, 8505802],
55+
[2488741, 8505971],
56+
[2489471, 8505522],
57+
[2489248, 8505339],
58+
[2488624, 8505802],
59+
],
5860
],
61+
[null, null], // optional Z coordinate range
5962
],
6063
},
6164
queryCRS: "EPSG:3857",

0 commit comments

Comments
 (0)