Create Google Earth compatible paths from lat-long list of points. More...
#include <iostream>#include <kml/dom.h>#include <string>#include <stdio.h>#include <string.h>#include <math.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Create Google Earth compatible paths from lat-long list of points.
Definition in file kml_path_creator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file kml_path_creator.cpp.