diff --git a/CHANGELOG.md b/CHANGELOG.md index 68902738..462ba141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +v0.6.64 +* Added more options for the -scalebar command, including two styles, a and b. + v0.6.63 * Add support for nested -if/-elif/-else/-endif commands. diff --git a/REFERENCE.md b/REFERENCE.md index 2099826c..9b738276 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1,6 +1,6 @@ # COMMAND REFERENCE -This documentation applies to version 0.6.62 of mapshaper's command line program. Run `mapshaper -v` to check your version. For an introduction to the command line tool, read [this page](https://github.com/mbloch/mapshaper/wiki/Introduction-to-the-Command-Line-Tool) first. +This documentation applies to version 0.6.64 of mapshaper's command line program. Run `mapshaper -v` to check your version. For an introduction to the command line tool, read [this page](https://github.com/mbloch/mapshaper/wiki/Introduction-to-the-Command-Line-Tool) first. ## Command line syntax @@ -1136,12 +1136,24 @@ module.exports.voronoi = async function(points, bbox) { ### -scalebar -Add a scale bar to an SVG map. The command creates a data-only layer containing the scale bar's data properties. A scale bar is rendered if this layer is included as a target layer in SVG output. +Add a scale bar to an SVG map. The command creates a data-only layer containing the scale bar's data properties. A scale bar is included in the SVG output file if the scale bar layer is included as an output layer. The length of the scale bar reflects the scale in the center of the map's rectangular frame. `