jeremyfromearth / cinder-geojson-experiments

Experiments in rendering maps and plotting points using Cinder, OpenGL and the GeoJSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cinder-geojson-experiments

Experiments drawing maps and plotting geocoded data using Cinder, OpenGL and the GeoJSON data format.

Country Shapes

Image of Country Shapes demo The above is a screen shot from the most basic demo. It simply loads countries.geo.json, creates a ci::Shape2D object for each country and draws it to the screen.

Map Projections

Image of Map Projections demo The above is a screenshot of the countries map drawn with a standard Mercator projection.

References:

Data Sources:

About

Experiments in rendering maps and plotting points using Cinder, OpenGL and the GeoJSON format

License:GNU General Public License v3.0


Languages

Language:C++ 94.2%Language:C 5.8%