Skip to content

Commit

Permalink
v0.1.9 improves shape preservation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed Nov 11, 2013
1 parent 82c8811 commit 41fe109
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -7007,7 +7007,6 @@ TopoJSON.pathImporters = {




MapShaper.topojson = TopoJSON;

MapShaper.importTopoJSON = function(obj, opts) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapshaper",
"version": "0.1.8",
"version": "0.1.9",
"description": "A tool for topologically aware shape simplification.",
"keywords": ["shapefile","topojson","geojson","cartography","simplification"],
"author": "Matthew Bloch <masiyou@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div id="page-wrapper">
<div class="g-page-header">
<div class="g-mapshaper-logo">map<span class="g-logo-highlight">shaper</span> <span class="mshp-version">v. 0.1.8</span></div>
<div class="g-mapshaper-logo">map<span class="g-logo-highlight">shaper</span> <span class="mshp-version">v. 0.1.9</span></div>

<div id="g-simplify-control-wrapper"><div id="g-simplify-control"><span class="g-label">Simplify</span>
<div class="g-slider">
Expand Down

0 comments on commit 41fe109

Please sign in to comment.