feat: switch to multithreaded SPLAT!#48
Conversation
0f768dd to
6801ab7
Compare
4ae1df0 to
1c5db19
Compare
1c5db19 to
7c6d584
Compare
|
Thank you so much! |
|
Getting the following when building on mac OS: |
Yes I removed gdal libs since I didn’t see it being used anywhere? Are you building with docker? |
Yes, I'm building with docker. GDAL libs are implicit dependencies for the geotiff image processing by the python backend. I'm happy to merge this once the docker image builds, since multithreaded splat will be more performant. |
|
Are you sure you checked out the correct git submodule, since it changed? I’m not home at the moment so can’t investigate |
$ git clone git@github.com:Jellyfrog/meshtastic-site-planner.git -b feat/hoche-splat --recurse-submodules
$ cd meshtastic-site-planner/
$ docker build --no-cache .
...
=> exporting to image
=> => exporting layers
=> => writing image sha256:5319a3688818b37e376684023033c75401c49e1254ca585708789fd2bbbd56df
$ |
|
Transmitter is conditionally rendered (v-if="store.isAdmin"), so visitors never got a map. Map init belongs in the always- mounted App.vue. Fixes meshtastic#48. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Features:
Fixes #15