viz1090/sdl1090/mapdata.h
nathan c10ea1aaf7 worked on adding filled polygons. unsuccessfull due to map vertex organization, commented out. need a better map with more appropriate detail
Former-commit-id: 223ff00910f4a8c5a76378195fe48ee787118caf
Former-commit-id: 14af523eef680956f3f157a0e1496af69b2fa013
2018-10-02 01:54:15 -05:00

5 lines
91 B
C

double *mapPoints_relative;
double *mapPoints_x;
double *mapPoints_y;
int mapPoints_count;