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

27 lines
464 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
#define CATBUA 10
#define CATDIS 21
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-10 09:43:14 +01:00
#define CATTRK 54
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-14 22:29:27 +01:00
#define ORIENT 117
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
2022-11-24 09:34:03 +01:00
#define I_CATACH 17000
#define I_RESTRN 17004
#define I_WTWDIS 17064
#define I_HUNITS 17103
2022-11-24 09:34:03 +01:00
2022-11-04 22:51:54 +01:00
#endif // ENC_ATTRIBUTES_H