Skip to content

Commit 904a730

Browse files
committed
v0.7.13
1 parent 96bf7f3 commit 904a730

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.7.13
2+
* Moved the layers panel in the web UI to the left sidebar, which it now shares with the console.
3+
* Added options to the `-style` command: `icon`, `icon-size` and `icon-color`. This lets you add a variety of icons to a label layer.
4+
* Added a warning when SVG exports contain paths with more than Adobe Illustrator's per-path limit of 32,000 vertices.
5+
16
v0.7.12
27
* Auto-fit parameters for UTM, so running `-proj utm` finds an appropriate UTM zone.
38
* Account for datasets that cross the antimeridian when auto-fitting projection parameters (e.g. New Zealand).

docs/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This is a curated list of recently added features. For the full list of changes,
1111

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

14+
**Point icons with `-style`.** The `-style` command has new `icon=`, `icon-size=` and `icon-color=` options for drawing simple point icons, including circles, squares, rings and stars. Icons can be combined with labels on the same point layer.
15+
16+
→ See [`-style`](/docs/reference.html#-style).
17+
</div>
18+
19+
<div class="whats-new-entry">
20+
1421
**Undo/redo for web UI commands.** The web UI can now save temporary restore data while you work, so console commands and other data edits can be undone and redone from a pop-up toolbar. **This feature is very new and may have bugs, please report any problems that you encounter**. Turn on undo from the new History menu.
1522

1623
</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.12",
3+
"version": "0.7.13",
44
"description": "A tool for editing vector datasets for mapping and GIS.",
55
"keywords": [
66
"shapefile",

0 commit comments

Comments
 (0)