Confused about wasm_examples/vector_tiles/vt_worker.js #30
Replies: 1 comment
-
|
Hi, @AndrewHC36 . The file This being said, the error you see seems strange as there is not single Another possibility is that your dev-server does not serve One more thing to keep in mind is that the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently trying to test out Galileo with a Rust frontend framework, Leptos, which uses Trunk to build its website, not wasm-pack. I was as far as getting something running in the code (??), but got nothing to render presumably because of some error in
vt_worker.js.This is the output from the console four times:
vt_worker.js:1 Uncaught SyntaxError: Unexpected token '<' (at vt_worker.js:1:1)Regardless, I am looking at the vector tiles in the wasm examples to try utilizing Galileo inside Leptos, but confused as what this file
vt_worker.jsdoes, especially with a mysterious import statement from"./pkg/vector_tiles_example.js"(and its corresponding wasm file).Beta Was this translation helpful? Give feedback.
All reactions