Skip to content

Commit

Permalink
No, really, fix the wiki link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 8, 2013
1 parent 5abdac5 commit c70e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

**TopoJSON** is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called *arcs*. TopoJSON eliminates redundancy, offering much more compact representations of geometry than with GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON equivalents. In addition, TopoJSON facilitates applications that use topology, such as [topology-preserving shape simplification](http://bost.ocks.org/mike/simplify/), [automatic map coloring](http://bl.ocks.org/4188334), and [cartograms](http://prag.ma/code/d3-cartogram/).

Want to learn more? [See the wiki.](//github.com/mbostock/topojson/wiki)
Want to learn more? [See the wiki.](https://github.com/mbostock/topojson/wiki)

0 comments on commit c70e59e

Please sign in to comment.