Removed the ten-state limit on undo history in the web UI. Undo states are now discarded only when their restore data exceeds the storage limit.
The web UI's right-click menu now stays open after copying a value, so several values can be copied from the same point.
The web UI's right-click menu now reports the band values of the raster pixel under the cursor, plus a color tile and hex value for color images.
-blur now accepts a real-world distance as well as a pixel count (e.g. -blur 500m), takes its radius as a bare argument (e.g. -blur 5px), and appears in the command list printed by mapshaper -h.
Added -contours command for tracing contour lines from a raster layer, with interval=, levels=, base=, band= and field= options. Traced lines are smoothed at an auto-selected one-pixel interval; use no-smoothing to skip that step.
Added -i raster-type=continuous for measurement rasters like elevation models, which use bilinear resampling but keep the source nodata value instead of a fill color when projected (ordinarily the correct type should be auto-detected).
Fixed loss of precision when projecting a floating point raster: bilinear resampling was rounding every sample to a whole number.
Fixed bilinear resampling averaging nodata samples together with real values along the edges of a raster's valid data.
Configuration
📅Schedule: (UTC)
Branch creation
"every weekday,every weekend"
Automerge
"every weekend"
🚦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.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [mapshaper](https://github.com/mbloch/mapshaper) | dependencies | patch | [`0.7.48` → `0.7.49`](https://renovatebot.com/diffs/npm/mapshaper/0.7.48/0.7.49) |
---
### Release Notes
<details>
<summary>mbloch/mapshaper (mapshaper)</summary>
### [`v0.7.49`](https://github.com/mbloch/mapshaper/releases/tag/v0.7.49)
[Compare Source](https://github.com/mbloch/mapshaper/compare/v0.7.48...v0.7.49)
- Removed the ten-state limit on undo history in the web UI. Undo states are now discarded only when their restore data exceeds the storage limit.
- The web UI's right-click menu now stays open after copying a value, so several values can be copied from the same point.
- The web UI's right-click menu now reports the band values of the raster pixel under the cursor, plus a color tile and hex value for color images.
- `-blur` now accepts a real-world distance as well as a pixel count (e.g. `-blur 500m`), takes its radius as a bare argument (e.g. `-blur 5px`), and appears in the command list printed by `mapshaper -h`.
- Added `-contours` command for tracing contour lines from a raster layer, with `interval=`, `levels=`, `base=`, `band=` and `field=` options. Traced lines are smoothed at an auto-selected one-pixel interval; use `no-smoothing` to skip that step.
- Added `-i raster-type=continuous` for measurement rasters like elevation models, which use bilinear resampling but keep the source nodata value instead of a fill color when projected (ordinarily the correct type should be auto-detected).
- Fixed loss of precision when projecting a floating point raster: bilinear resampling was rounding every sample to a whole number.
- Fixed bilinear resampling averaging nodata samples together with real values along the edges of a raster's valid data.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "every weekday,every weekend"
- Automerge
- "every weekend"
🚦 **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 [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
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.48→0.7.49Release Notes
mbloch/mapshaper (mapshaper)
v0.7.49Compare Source
-blurnow accepts a real-world distance as well as a pixel count (e.g.-blur 500m), takes its radius as a bare argument (e.g.-blur 5px), and appears in the command list printed bymapshaper -h.-contourscommand for tracing contour lines from a raster layer, withinterval=,levels=,base=,band=andfield=options. Traced lines are smoothed at an auto-selected one-pixel interval; useno-smoothingto skip that step.-i raster-type=continuousfor measurement rasters like elevation models, which use bilinear resampling but keep the source nodata value instead of a fill color when projected (ordinarily the correct type should be auto-detected).Configuration
📅 Schedule: (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 Mend Renovate.