X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/27d52569baad5d20ee444d6b3b8b1d096c9ccff1..e52d2bf31268501cb6c9dfecf0587002be3c6c02:/src/dem.h?ds=sidebyside diff --git a/src/dem.h b/src/dem.h index 13c5e422..998ab088 100644 --- a/src/dem.h +++ b/src/dem.h @@ -9,11 +9,15 @@ #define VIK_DEM_VERT_DECIMETERS 2 +#define VIK_DEM_VERT_METERS 1 /* wrong in 250k? */ + + typedef struct { guint n_columns; GPtrArray *columns; - guint16 horiz_units, vert_units; + guint8 horiz_units; + guint8 orig_vert_units; /* original, always converted to meters when loading. */ gdouble east_scale; /* gap between samples */ gdouble north_scale;