- Added documentation pages and a build script.
- The -i command can now import a string of inline CSV data on the command line.
- When exporting snapshot files from the CLI, targeted layers will all be visible when the snapshot is opened in the web UI.
- Improved support for exporting CRS metadata in FlatGeobuf files.
- Writing to a
.kmzoutput filename now produces a real KMZ (zipped KML) instead of uncompressed KML. - The -vars and -defaults commands now write to a separate templating-scope store, distinct from the expression-scope store used by -define, -calc and -include. Values set by -vars are reachable from
{{X}}substitution but no longer silently leak into JS expressions as bare names. Use -define for values you want visible in both contexts.{{X}}substitution falls back to the expression scope, so existing patterns like -calc 'N = count()' followed by{{N}}continue to work.