madc / ofxGpx

openframeworks Addon to parse GPX 1.1 files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxGpx

ofxGpx is an addon for openFrameworks to load GPX 1.1 format files. It is modeled to match the GPX 1.1 Format Specification. Any extensions, included into the GPX file, are ignored.

All coordinates are being also converted into Mercator projection to be able to plot them into a x,y-based system.

It was tested on Mac OS X and openFrameworks 0.8.x and openFrameworks 0.9.5 (thanks to 1am)

License

MIT License

About

openframeworks Addon to parse GPX 1.1 files


Languages

Language:C++ 69.1%Language:Makefile 30.9%