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

61 lines
1.0 KiB
C
Raw Normal View History

2022-11-04 09:03:36 +01:00
#ifndef ENC_OBJECTS_H
#define ENC_OBJECTS_H
#define AIRARE 2
#define ACHBRT 3
2022-11-04 09:03:36 +01:00
#define ACHARE 4
#define BCNCAR 5
#define BCNISD 6
#define BCNLAT 7
#define BCNSAW 8
#define BCNSPP 9
#define BRIDGE 11
#define BUISGL 12
#define BUAARE 13
#define BOYCAR 14
#define BOYINB 15
#define BOYISD 16
#define BOYLAT 17
#define BOYSAW 18
#define BOYSPP 19
#define CBLOHD 21
#define CBLSUB 22
2022-11-05 09:47:13 +01:00
#define CANALS 23
2022-11-04 09:03:36 +01:00
#define COALNE 30
#define DEPARE 42
#define DEPCNT 43
2022-11-05 09:47:13 +01:00
#define DRGARE 46
2022-11-04 09:03:36 +01:00
#define DMPGRD 48
#define DYKCON 49
#define FAIRWY 51
2022-11-05 13:34:01 +01:00
#define FERYRT 53
2022-11-05 20:38:08 +01:00
#define GATCON 61
2022-11-04 09:03:36 +01:00
#define HRBFAC 64
#define LAKARE 69
#define LNDARE 71
#define LNDELV 72
#define LNDMRK 74
#define LIGHTS 75
2022-11-05 20:38:08 +01:00
#define MORFAC 84
2022-11-04 09:03:36 +01:00
#define NAVLNE 85
#define OBSTRN 86
2022-11-05 09:47:13 +01:00
#define OFSPLF 87
2022-11-04 09:03:36 +01:00
#define PILPNT 90
#define PIPSOL 94
#define PONTON 95
2022-11-05 20:38:08 +01:00
#define RAILWY 106
2022-11-04 22:47:21 +01:00
#define RESARE 112
2022-11-04 09:03:36 +01:00
#define RIVERS 114
2022-11-05 20:38:08 +01:00
#define ROADWY 116
2022-11-04 09:03:36 +01:00
#define SLCONS 122
2022-11-05 13:34:01 +01:00
#define SLOTOP 126
2022-11-04 09:03:36 +01:00
#define SOUNDG 129
2022-11-04 22:47:21 +01:00
#define TSSBND 146
#define TSEZNE 150
2022-11-04 09:03:36 +01:00
#define UWTROC 153
2022-11-06 10:12:45 +01:00
#define UNSARE 154
2022-11-04 09:03:36 +01:00
#define WRECKS 159
#define M_COVR 302
#endif // ENC_OBJECTS_H