summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-20 11:26:52 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-20 11:26:52 -0700
commit550e381e70dc462e24b6f73e3abd561d381123e3 (patch)
tree9a55e33ae391c3131abd80f10d50339243ca1f87 /include
parent2f7b038608347527693cd675fc134d12174b55b8 (diff)
downloadqtlocation-mapboxgl-550e381e70dc462e24b6f73e3abd561d381123e3.tar.gz
name text halo properties like others
Diffstat (limited to 'include')
-rw-r--r--include/llmr/style/properties.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llmr/style/properties.hpp b/include/llmr/style/properties.hpp
index 41481fbbc9..978b4be15f 100644
--- a/include/llmr/style/properties.hpp
+++ b/include/llmr/style/properties.hpp
@@ -136,8 +136,8 @@ struct TextClass {
TranslateAnchor translateAnchor = TranslateAnchor::Map;
Color color = {{ 0, 0, 0, 1 }};
Color halo = {{ 1, 1, 1, 0.75 }};
- FunctionProperty haloRadius = 0.25f;
- FunctionProperty haloBlur = 1.0f;
+ FunctionProperty halo_radius = 0.25f;
+ FunctionProperty halo_blur = 1.0f;
FunctionProperty size = 12.0f;
FunctionProperty rotate = 0.0f;
FunctionProperty alwaysVisible = false;
@@ -150,8 +150,8 @@ struct TextProperties {
TranslateAnchor translateAnchor = TranslateAnchor::Map;
Color color = {{ 0, 0, 0, 1 }};
Color halo = {{ 1, 1, 1, 0.75 }};
- float haloRadius = 0.25f;
- float haloBlur = 1.0f;
+ float halo_radius = 0.25f;
+ float halo_blur = 1.0f;
float size = 12.0f;
float rotate = 0.0f;
bool alwaysVisible = false;