Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 908 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 908 Bytes

Geobuf Changelog

master

  • Breaking: removed TopoJSON support. It will likely branch out into a separate repo/project.
  • Breaking: changed encoding to not include the closing point of a polygon ring.
  • Fixed a bug with encoding single-ring single-polygon multipolygon.

1.0.1 (Jan 13, 2015)

  • Fixed a bug that sometimes led to a freeze when encoding high-precision data.
  • json2geobuf and geobuf2json executables now also accept filename in addition to stdin

1.0.0 (Jan 11, 2015)

A complete redesign and rewrite of Geobuf. Most notable improvements:

  • 4-6 times smaller file sizes
  • 3-4 faster encoding and decoding
  • TopoJSON support
  • arbitrary and nested properties support
  • easier API (just encode and decode methods that accept any kind of data)

Note that it's not compatible with the previous version. Old Geobuf files will need to be decoded using version 0.2.2.