1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 21:51:17 +01:00
GPXSee/src/map/ENC/attributes.h

18 lines
298 B
C
Raw Normal View History

2022-11-04 22:51:54 +01:00
#ifndef ENC_ATTRIBUTES_H
#define ENC_ATTRIBUTES_H
2022-11-08 00:38:45 +01:00
#define CATACH 8
2022-11-04 22:51:54 +01:00
#define CATHAF 30
#define CATLMK 35
2022-11-05 20:38:08 +01:00
#define CATMOR 40
2022-11-04 22:51:54 +01:00
#define CATREA 56
#define CATWRK 71
#define DRVAL1 87
2022-11-05 13:34:01 +01:00
#define ELEVAT 90
2022-11-04 22:51:54 +01:00
#define OBJNAM 116
2022-11-08 00:38:45 +01:00
#define RESTRN 131
2022-11-04 22:51:54 +01:00
#define VALDCO 174
#define WATLEV 187
2022-11-04 22:51:54 +01:00
#endif // ENC_ATTRIBUTES_H