Skip to content
forked from topojson/topojson

An extension to GeoJSON that encodes topology.

License

Notifications You must be signed in to change notification settings

kapouer/topojson

 
 

Repository files navigation

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

An extension to GeoJSON that encodes topology.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Makefile 0.3%