C++ geoJSON and topoJSON parser and rendering using the WxWidgets GUI library.
GeoJSON is a format for encoding a variety of geographic data structures.
JSON parsing is done with gason
https://github.com/vivkin/gason
GeoJSON parsing using lib_geojson
https://github.com/pedro-vicente/lib_geojson
TopoJSON parsing using lib_topojson
https://github.com/pedro-vicente/lib_topojson
wxWidgets
wxWidgets is a library for creating graphical user interfaces for cross-platform applications.
Install dependency packages (Ubuntu):
sudo apt-get install build-essential sudo apt-get install autoconf sudo apt-get install libwxgtk3.0-dev
Get source:
git clone https://github.com/pedro-vicente/render_geojson.git
Build with:
autoreconf -vfi ./configure make
file in data/countries.geo.json