Skip to content

Releases: mapbox/geojson-cpp

v0.5.1

27 Aug 09:48
ca4638c
Compare
Choose a tag to compare

✨ New features

  • Add validation for geoJSON

🐞 Bug fixes

  • Fix segmentation fault when parsing invalid geoJSON.

v0.5.0

03 Jul 12:17
Compare
Choose a tag to compare

✨ New features

  • Add geojson conversion from / to value (#39)

    In cases when GeoJSON string is parsed into value, direct converting from / to mapbox::geojson::geojson avoids unnecessary conversion steps.

  • Update to geometry.hpp v.1.1.0

v0.4.3

08 Nov 19:28
Compare
Choose a tag to compare
  • Update to geometry.hpp v.1.0.0

v0.4.2

24 May 14:54
Compare
Choose a tag to compare

Ignore missing properties key.

v0.4.1

03 Apr 11:47
Compare
Choose a tag to compare

Adds error reporting on parse errors

v0.4.0

25 Nov 14:05
Compare
Choose a tag to compare
  • Upgrade to variant 1.1.4 and geometry 0.9.0

v0.3.2

30 Sep 09:51
Compare
Choose a tag to compare
fix shadow warnings

v0.3.1

27 Sep 08:40
Compare
Choose a tag to compare
  • Make it possible to use geojson-cpp as a header only library (#24).

v0.3.0

26 Aug 09:46
Compare
Choose a tag to compare
  • Upgraded RapidJSON to 1.1.0 and converted some code to use C++11 features (#23)

v0.2.0

14 Jul 17:01
Compare
Choose a tag to compare
  • Added stringify and a conversion back to RapidJSON value type (#13)
  • Added parsing of Feature id (#19)