You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ The package can be used in multiple different ways, with the main purpose to cre
25
25
See the Python [Topojson Documentation Site](https://mattijn.github.io/topojson) for all info or [this Notebook](https://nbviewer.jupyter.org/github/mattijn/topojson/blob/master/notebooks/topojson.ipynb) with some examples, such as the following:
26
26
27
27
<palign="center">
28
-
<imgsrc="docs/images/africa_simplify.jpeg"alt="simplifying with and without topology"width="600px">
28
+
<ahref="https://nbviewer.jupyter.org/github/mattijn/topojson/blob/master/notebooks/topojson.ipynb"target="_blank"rel="noopener noreferrer"><imgsrc="docs/images/africa_simplify.png"alt="click to open notebook"width="600px"></a>
29
29
</p>
30
30
31
-
_Top row (right) presents linestring simplification on a computed Topology and (left) on the geographical object directly. Bottom row presents visual impact on file size reduction between (left) Raw GeoJSON and (right) Topological optimized TopoJSON._
31
+
_Click on the image to go the Notebook Viewer with code-snippets how these images are created or visit the [Topojson Documentation Site](https://mattijn.github.io/topojson)._
0 commit comments