Skip to content

TopoJSON is an extension of GeoJSON that encodes topology for the d3 library - wrapped for MeteorJS.

Notifications You must be signed in to change notification settings

garrilla/meteor-topojson

Repository files navigation

TopoJSON for MeteorJS

A Meteor Package of the the D3 plugin TopoJSON.

This version wraps 1.6.18

Install from your project root's command line

meteor add garrilla:topojson

TopoJSON

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, automatic map coloring, and cartograms.

Want to learn more? See the wiki.

About

TopoJSON is an extension of GeoJSON that encodes topology for the d3 library - wrapped for MeteorJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published