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 .kmz output 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.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [mapshaper](https://github.com/mbloch/mapshaper) | dependencies | patch | [`0.7.0` -> `0.7.1`](https://renovatebot.com/diffs/npm/mapshaper/0.7.0/0.7.1) |
---
### Release Notes
<details>
<summary>mbloch/mapshaper (mapshaper)</summary>
### [`v0.7.1`](https://github.com/mbloch/mapshaper/releases/tag/v0.7.1)
[Compare Source](https://github.com/mbloch/mapshaper/compare/v0.7.0...v0.7.1)
- 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 `.kmz` output 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.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OC4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
0.7.0->0.7.1Release Notes
mbloch/mapshaper (mapshaper)
v0.7.1Compare Source
.kmzoutput filename now produces a real KMZ (zipped KML) instead of uncompressed KML.{{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.Configuration
📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.