Skip to content
Snippets Groups Projects
Commit f889b7c6 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

upgrade gshhs plugin to gshhs 2.0

parent d0577943
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,10 @@ public:
* 4th byte: source = (flag >> 24) & 255: Values: 0 = CIA WDBII, 1 = WVS
*/
int west, east, south, north; /* min/max extent in micro-degrees */
int area; /* Area of polygon in 1/10 km^2 */
int area; /* Area of polygon in 1/10 km^2 */
int area_full; /* Area of original full-resolution polygon in 1/10 km^2 */
int container; /* Id of container polygon that encloses this polygon (-1 if none) */
int ancestor; /* Id of ancestor polygon in the full resolution set that was the source of this polygon (-1 if none) */
};
GSHHS h;
POINT p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment