summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/symbol_layer_properties.hpp
blob: 8b72c4347a99074270c006874afb4f98544e895d (plain)
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
// This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`.

#pragma once

#include <mbgl/style/types.hpp>
#include <mbgl/style/layout_property.hpp>
#include <mbgl/style/paint_property.hpp>

namespace mbgl {
namespace style {

struct SymbolPlacement : LayoutProperty<SymbolPlacementType> {
    static SymbolPlacementType defaultValue() { return SymbolPlacementType::Point; }
};

struct SymbolSpacing : LayoutProperty<float> {
    static float defaultValue() { return 250; }
};

struct SymbolAvoidEdges : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconAllowOverlap : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconIgnorePlacement : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconOptional : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconRotationAlignment : LayoutProperty<AlignmentType> {
    static AlignmentType defaultValue() { return AlignmentType::Auto; }
};

struct IconSize : LayoutProperty<float> {
    static float defaultValue() { return 1; }
};

struct IconTextFit : LayoutProperty<IconTextFitType> {
    static IconTextFitType defaultValue() { return IconTextFitType::None; }
};

struct IconTextFitPadding : LayoutProperty<std::array<float, 4>> {
    static std::array<float, 4> defaultValue() { return {{ 0, 0, 0, 0 }}; }
};

struct IconImage : LayoutProperty<std::string> {
    static std::string defaultValue() { return ""; }
};

struct IconRotate : LayoutProperty<float> {
    static float defaultValue() { return 0; }
};

struct IconPadding : LayoutProperty<float> {
    static float defaultValue() { return 2; }
};

struct IconKeepUpright : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconOffset : LayoutProperty<std::array<float, 2>> {
    static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; }
};

struct TextPitchAlignment : LayoutProperty<AlignmentType> {
    static AlignmentType defaultValue() { return AlignmentType::Auto; }
};

struct TextRotationAlignment : LayoutProperty<AlignmentType> {
    static AlignmentType defaultValue() { return AlignmentType::Auto; }
};

struct TextField : LayoutProperty<std::string> {
    static std::string defaultValue() { return ""; }
};

struct TextFont : LayoutProperty<std::vector<std::string>> {
    static std::vector<std::string> defaultValue() { return { "Open Sans Regular", "Arial Unicode MS Regular" }; }
};

struct TextSize : LayoutProperty<float> {
    static float defaultValue() { return 16; }
};

struct TextMaxWidth : LayoutProperty<float> {
    static float defaultValue() { return 10; }
};

struct TextLineHeight : LayoutProperty<float> {
    static float defaultValue() { return 1.2; }
};

struct TextLetterSpacing : LayoutProperty<float> {
    static float defaultValue() { return 0; }
};

struct TextJustify : LayoutProperty<TextJustifyType> {
    static TextJustifyType defaultValue() { return TextJustifyType::Center; }
};

struct TextAnchor : LayoutProperty<TextAnchorType> {
    static TextAnchorType defaultValue() { return TextAnchorType::Center; }
};

struct TextMaxAngle : LayoutProperty<float> {
    static float defaultValue() { return 45; }
};

struct TextRotate : LayoutProperty<float> {
    static float defaultValue() { return 0; }
};

struct TextPadding : LayoutProperty<float> {
    static float defaultValue() { return 2; }
};

struct TextKeepUpright : LayoutProperty<bool> {
    static bool defaultValue() { return true; }
};

struct TextTransform : LayoutProperty<TextTransformType> {
    static TextTransformType defaultValue() { return TextTransformType::None; }
};

struct TextOffset : LayoutProperty<std::array<float, 2>> {
    static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; }
};

struct TextAllowOverlap : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct TextIgnorePlacement : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct TextOptional : LayoutProperty<bool> {
    static bool defaultValue() { return false; }
};

struct IconOpacity : PaintProperty<float> {
    static float defaultValue() { return 1; }
};

struct IconColor : PaintProperty<Color> {
    static Color defaultValue() { return Color::black(); }
};

struct IconHaloColor : PaintProperty<Color> {
    static Color defaultValue() { return {}; }
};

struct IconHaloWidth : PaintProperty<float> {
    static float defaultValue() { return 0; }
};

struct IconHaloBlur : PaintProperty<float> {
    static float defaultValue() { return 0; }
};

struct IconTranslate : PaintProperty<std::array<float, 2>> {
    static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; }
};

struct IconTranslateAnchor : PaintProperty<TranslateAnchorType> {
    static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; }
};

struct TextOpacity : PaintProperty<float> {
    static float defaultValue() { return 1; }
};

struct TextColor : PaintProperty<Color> {
    static Color defaultValue() { return Color::black(); }
};

struct TextHaloColor : PaintProperty<Color> {
    static Color defaultValue() { return {}; }
};

struct TextHaloWidth : PaintProperty<float> {
    static float defaultValue() { return 0; }
};

struct TextHaloBlur : PaintProperty<float> {
    static float defaultValue() { return 0; }
};

struct TextTranslate : PaintProperty<std::array<float, 2>> {
    static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; }
};

struct TextTranslateAnchor : PaintProperty<TranslateAnchorType> {
    static TranslateAnchorType defaultValue() { return TranslateAnchorType::Map; }
};

class SymbolLayoutProperties : public LayoutProperties<
    SymbolPlacement,
    SymbolSpacing,
    SymbolAvoidEdges,
    IconAllowOverlap,
    IconIgnorePlacement,
    IconOptional,
    IconRotationAlignment,
    IconSize,
    IconTextFit,
    IconTextFitPadding,
    IconImage,
    IconRotate,
    IconPadding,
    IconKeepUpright,
    IconOffset,
    TextPitchAlignment,
    TextRotationAlignment,
    TextField,
    TextFont,
    TextSize,
    TextMaxWidth,
    TextLineHeight,
    TextLetterSpacing,
    TextJustify,
    TextAnchor,
    TextMaxAngle,
    TextRotate,
    TextPadding,
    TextKeepUpright,
    TextTransform,
    TextOffset,
    TextAllowOverlap,
    TextIgnorePlacement,
    TextOptional
> {};

class SymbolPaintProperties : public PaintProperties<
    IconOpacity,
    IconColor,
    IconHaloColor,
    IconHaloWidth,
    IconHaloBlur,
    IconTranslate,
    IconTranslateAnchor,
    TextOpacity,
    TextColor,
    TextHaloColor,
    TextHaloWidth,
    TextHaloBlur,
    TextTranslate,
    TextTranslateAnchor
> {};

} // namespace style
} // namespace mbgl