Skip to content

C++ geoJSON and topoJSON parser and rendering using the WxWidgets GUI library.

License

Notifications You must be signed in to change notification settings

pedro-vicente/render_geojson

Repository files navigation

render_geojson

C++ geoJSON and topoJSON parser and rendering using the WxWidgets GUI library.

geoJSON specification

GeoJSON is a format for encoding a variety of geographic data structures.

http://geojson.org/

JSON parsing is done with gason

https://github.com/vivkin/gason

lib_geojson

GeoJSON parsing using lib_geojson

https://github.com/pedro-vicente/lib_geojson

lib_topojson

TopoJSON parsing using lib_topojson

https://github.com/pedro-vicente/lib_topojson

UNIX build

Dependencies

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

Example

file in data/countries.geo.json

alt text

About

C++ geoJSON and topoJSON parser and rendering using the WxWidgets GUI library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages