viz1090/sdl1090/mapdata.h
nathan 85f6812a58 worked on adding filled polygons. unsuccessfull due to map vertex organization, commented out. need a better map with more appropriate detail
Former-commit-id: e343c081c98b88f7b3c35b1c130fcf5a621da9b2
Former-commit-id: 9ccbd73d19b6954c3d5e5e6ee826c1353a3700c7
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;