Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed May 18, 2024
1 parent 1c04169 commit fb86c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45672,7 +45672,7 @@ ${svg}
});
}

var version = "0.6.95";
var version = "0.6.96";

// Parse command line args into commands and run them
// Function takes an optional Node-style callback. A Promise is returned if no callback is given.
Expand Down Expand Up @@ -46305,6 +46305,7 @@ ${svg}
DbfReader,
DouglasPeucker,
parseGeoJSON,
geojson: GeoJSON,
json: { parse: parseJSON },
ShpType,
topojson: TopoJSON,
Expand Down

0 comments on commit fb86c58

Please sign in to comment.