1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
|
#ifndef MAPFILE_H
#define MAPFILE_H
/*
** Keyword definitions for the mapfiles and symbolfiles (used by lexer)
*/
#define ANGLE 1000
#define ANTIALIAS 1001
#define BACKGROUNDCOLOR 1002
#define BUFFER 1003
#define CLASS 1004
#define CLASSITEM 1005
#define COLOR 1006
#define DATA 1007
#define DD 1008
#define EMPTY 1010
#define END 1011
#define ERROR 1012
#define EXPRESSION 1013
#define EXTENT 1014
#define FEATURE 1015
#define FILLED 1016
#define FOOTER 1017
#define FONT 1018
#define FONTSET 1019
#define FROM 1020
#define GROUP 1021
#define HEADER 1022
#define IMAGE 1023
#define IMAGECOLOR 1024
#define IMAGEPATH 1025
#define IMAGEURL 1026
#define INDEX 1027
#define INTERLACE 1028
#define INTERVALS 1029
#define JOIN 1030
#define KEYSIZE 1031
#define KEYSPACING 1032
#define LABEL 1033
#define LABELANGLEITEM 1034
#define LABELCACHE 1035
#define LABELITEM 1036
#define LABELMAXSCALE 1037
#define LABELMINSCALE 1038
#define LABELSIZEITEM 1039
#define LAYER 1040
#define LEGEND 1041
#define LOG 1043
#define MAP 1044
#define MAXFEATURES 1047
#define MAXSCALE 1048
#define MAXSIZE 1049
#define MAXTEMPLATE 1050
#define MINDISTANCE 1051
#define MINFEATURESIZE 1053
#define MINSCALE 1054
#define MINSIZE 1055
#define MINTEMPLATE 1056
#define NAME 1057
#define NFTEMPLATE 1058
#define OFFSET 1060
#define OFFSITE 1061
#define OUTLINECOLOR 1062
#define PARTIALS 1063
#define POINTS 1064
#define POSITION 1065
#define POSTLABELCACHE 1098
#define PROJECTION 1066
#define QUERY 1067
#define QUERYITEM 1068
#define QUERYMAP 1069
#define REFERENCE 1070
#define SCALE 1071
#define SCALEBAR 1072
#define SHADOWCOLOR 1074
#define SHADOWSIZE 1075
#define SHAPEPATH 1076
#define SIZE 1077
#define STATUS 1078
#define STYLE 1080
#define SYMBOL 1081
#define SYMBOLSCALE 1082
#define TABLE 1083
#define TEMPLATE 1084
#define TEXT 1085
#define TEXTITEM 1086
#define TILEINDEX 1088
#define TILEITEM 1089
#define TOLERANCE 1090
#define TO 1091
#define TRANSPARENT 1092
#define TRANSFORM 1093
#define TYPE 1094
#define UNITS 1095
#define WEB 1096
#define WRAP 1097
#define FORCE 1098
#define TOLERANCEUNITS 1099
#define CHARACTER 1100
#define CONNECTION 1101
#define CONNECTIONTYPE 1102
#define BACKGROUNDSHADOWCOLOR 1103
#define BACKGROUNDSHADOWSIZE 1104
#define SYMBOLSET 1105
#define OVERLAYBACKGROUNDCOLOR 1106
#define OVERLAYCOLOR 1107
#define OVERLAYMAXSIZE 1108
#define OVERLAYMINSIZE 1109
#define OVERLAYOUTLINECOLOR 1110
#define OVERLAYSIZE 1111
#define OVERLAYSYMBOL 1112
#define IMAGETYPE 1113
#define IMAGEQUALITY 1114
#define GAP 1115
#define FILTER 1116
#define FILTERITEM 1117
#define REQUIRES 1118
#define LABELREQUIRES 1119
#define METADATA 1120
#define LATLON 1121
#define RESOLUTION 1122
#define SIZEUNITS 1123
#define STYLEITEM 1124
#define DUMP 1125
#define TITLE 1126
#define LINECAP 1127
#define LINEJOIN 1128
#define LINEJOINMAXSIZE 1129
#define TRANSPARENCY 1130
#define MARKER 1131
#define MARKERSIZE 1132
#define MINBOXSIZE 1133
#define MAXBOXSIZE 1134
#define OUTPUTFORMAT 1135
#define MIMETYPE 1136
#define DRIVER 1137
#define IMAGEMODE 1138
#define FORMATOPTION 1139
#define GRATICULE 1140
#define GRID 1141
#define MAXARCS 1142
#define MINARCS 1143
#define MAXINTERVAL 1144
#define MININTERVAL 1145
#define MAXSUBDIVIDE 1146
#define MINSUBDIVIDE 1147
#define LABELFORMAT 1148
#define ALPHACOLOR 1149
#define DATAPATTERN 1150
#define FILEPATTERN 1151
#define TEMPLATEPATTERN 1152
#define PROCESSING 1153
/* The DEBUG macro is also used to request debugging output. Redefine
for keyword purposes. */
#ifdef DEBUG
#undef DEBUG
#endif
#define DEBUG 1154
#define EXTENSION 1155
#define KEYIMAGE 1156
#define QUERYFORMAT 1157
#define CONFIG 1158
#define BANDSITEM 1159
#define ANGLEITEM 1160
#define SIZEITEM 1161
#define ENCODING 1162
#define WIDTH 1163
#define MINWIDTH 1164
#define MAXWIDTH 1165
/* Color Range support (was Gradient Support)*/
#define COLORRANGE 1170
#define ALPHACOLORRANGE 1171
#define DATARANGE 1172
#define RANGEITEM 1173
/* WKT support (bug 1466) */
#define WKT 1180
#define LEGENDFORMAT 1190 /* bug 1518 */
#define BROWSEFORMAT 1191
#define RELATIVETO 1192
#endif /* MAPFILE_H */
|