ofxGeoJSON icon indicating copy to clipboard operation
ofxGeoJSON copied to clipboard

openFrameworks addon to load and draw GeoJSON format files

ofxGeoJSON

ofxGeoJSON is an addon for openFrameworks to load and draw GeoJSON format files.

screen-shot jpg

GeoJSON

The GeoJSON Format Specification

Test environment

  • OSX 10.11 + XCode 7.1.1 + o/F 0.9.0

Feature

  • Converting Geo Coordinate to Cartesian Coodinate (Mercator / Equirectangular / Azimuthal Equarlarea / Streographic / Spherical Projection)

spherical animation gif

Dependency

ofxJSON : https://github.com/jefftimesten/ofxJSON

Not implemented yet

  • Making mesh as polygon
  • Safe JSON parsing
  • Now aceptable geometry types are 'polygon' and 'MultiPolygon' only.
  • Multi-platform