| Age | Commit message (Collapse) | Author |
|
Using fetch() sent a CORS preflight request, which python's basic server
couldn't understand. Using fetch()'s 'no-cors' option seems to just fail.
Ended up using Vite's proxy functionality again.
CGI script also got unexpected empty command line argument.
|
|
Return a null entry in such cases, and have client indicate this with
tile-info message.
|
|
Generate a 'trimmed' reduced tree instead of changing the original.
Generate an 'images-only' reduced tree, and use it as the default.
Combine 'picked' reduced tree code with that of other reduced trees.
Adapt server API to allow selecting between more than 2 trees.
Add client setting for selecting between 3 trees.
|
|
|
|
Also adjust server-client API, for clarity/consistency
|