Skip to content

Commit 630be62

Browse files
committed
v0.2.0 has a new command syntax and several new commands
1 parent 912a140 commit 630be62

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Introduction
44

5-
Mapshaper is a program for editing polygon and polyline datasets for mapping. The command line interface has commands for line simplification, attribute field calculation, filtering, clipping, splitting, dissolving, table joins and more. The [web-based gui](http://www.mapshaper.org) focuses on interactive simplification.
5+
Mapshaper is a program for editing vector datasets for mapping. The `mapshaper` command line program is an alternative to GIS software for performing common map making tasks like simplifying polygons, editing attribute data, joining external data tables, dissolving, clipping and erasing polygon layers, and more. The [web-based gui](http://www.mapshaper.org) focuses on interactive simplification.
66

77
Mapshaper can read and write Shapefile, GeoJSON and [TopoJSON](https://github.com/mbostock/topojson/wiki) files.
88

@@ -38,7 +38,7 @@ Browser compatibility: mapshaper works in recent versions of Chrome and Firefox
3838

3939
### Command line tool
4040

41-
The [Command Reference](https://github.com/mbloch/mapshaper/wiki/v0.2-Command-Reference) has detailed usage information.
41+
The [Command Reference](https://github.com/mbloch/mapshaper/wiki/Command-Reference) has detailed usage information.
4242

4343
Examples
4444

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.2.0-pre",
3+
"version": "0.2.0",
44
"description": "A tool for editing vector datasets for mapping and GIS.",
55
"keywords": ["shapefile","topojson","geojson","cartography","simplification","topology","gis"],
66
"author": "Matthew Bloch <masiyou@gmail.com>",

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<div id="page-wrapper">
1616
<div class="g-page-header">
17-
<div class="g-mapshaper-logo">map<span class="g-logo-highlight">shaper</span> <span class="mshp-version">v. 0.2.0-pre</span></div>
17+
<div class="g-mapshaper-logo">map<span class="g-logo-highlight">shaper</span> <span class="mshp-version">v. 0.2.0</span></div>
1818

1919
<div id="g-simplify-control-wrapper"><div id="g-simplify-control"><span class="g-label">Simplify</span>
2020
<div class="g-slider">
@@ -66,8 +66,8 @@ <h4>Simplification method</h4>
6666
<div><label><input type="radio" name="method" value="mapshaper" checked class="g-radio">Visvalingam / weighted area</label><div class="g-tip-button">?<div class="g-tip-anchor">
6767
<div class="g-tip">Points located at the vertex
6868
of more acute angles are
69-
preferentially removed.
70-
Recommended for mapping.</div></div></div></div>
69+
preferentially removed, for
70+
a smoother appearance.</div></div></div></div>
7171

7272
</div>
7373

0 commit comments

Comments
 (0)