Releases: mapbox/geojson-cpp
Releases · mapbox/geojson-cpp
v0.5.1
✨ New features
- Add validation for geoJSON
🐞 Bug fixes
- Fix segmentation fault when parsing invalid geoJSON.
v0.5.0
✨ 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
- Update to geometry.hpp v.1.0.0
v0.4.2
Ignore missing properties
key.
v0.4.1
Adds error reporting on parse errors
v0.4.0
- Upgrade to variant 1.1.4 and geometry 0.9.0
v0.3.1
- Make it possible to use geojson-cpp as a header only library (#24).
v0.3.0
- Upgraded RapidJSON to 1.1.0 and converted some code to use C++11 features (#23)
v0.2.0
- Added
stringify
and a conversion back to RapidJSON value type (#13)
- Added parsing of Feature
id
(#19)