Skip to content

Commit 470b8af

Browse files
committed
v0.7.16
1 parent 92f2912 commit 470b8af

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.7.16
2+
* Support for raster reprojection. Works with the -proj command and on-the-fly reprojection in the web UI.
3+
* Added `-i raster-type=image|categorical` option for setting the raster type, which determines if bilinear or nearest-neighbor resampling is used when projecting (`image` is the default).
4+
* Added `-proj resampling=nearest|bilinear` to override the default.
5+
* Added `-proj nodata-color=` for setting the color of parts of the image that are outside of the projection area.
6+
17
v0.7.15
28
* Improved support for GeoTIFF CRS metadata.
39

docs/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a curated list of recently added features. For the full list of changes,
1111

1212
<div class="whats-new-entry">
1313

14-
**Raster layer support.** Mapshaper can now import GeoTIFF rasters, plus PNG and JPEG images with world-file georeferencing, preview them in the web UI, clip them with the rectangle tool, and export raster previews embedded in SVG. Raster import supports display scaling options including `scaling=none|minmax|percentile`, `scale-range=` and `percentile-range=`. Large GeoTIFFs use reduced-resolution renditions by default; use `rendition=full` or another `rendition=` value to choose a specific GeoTIFF rendition.
14+
**Raster layer support.** Mapshaper can now import GeoTIFF rasters, plus PNG and JPEG images with world-file georeferencing, preview them in the web UI, clip them with the rectangle tool, and export as images embedded in SVG. Mapshaper's default options for raster importing and projecting rasters should work well for typical image layers. When importing rasters containing data, you may need to set additional options, which are documented in the command reference.
1515

1616
→ See [`-i`](/docs/reference.html#-i-input).
1717
</div>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapshaper",
3-
"version": "0.7.15",
3+
"version": "0.7.16",
44
"description": "A tool for editing vector datasets for mapping and GIS.",
55
"keywords": [
66
"shapefile",

0 commit comments

Comments
 (0)