summaryrefslogtreecommitdiff
path: root/src/style/style_layer.cpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2014-10-26 17:31:06 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-04 12:26:13 -0800
commit0d6bca0e7e46588f57b178a4593fdb02f5c4592f (patch)
tree3a3db940afc73dc169bbba83c7386c4246e94632 /src/style/style_layer.cpp
parent0e3f111a79ecd81f0bd4663daa0a1cb6deca161d (diff)
downloadqtlocation-mapboxgl-0d6bca0e7e46588f57b178a4593fdb02f5c4592f.tar.gz
line-offset -> line-gap-width
Diffstat (limited to 'src/style/style_layer.cpp')
-rw-r--r--src/style/style_layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style/style_layer.cpp b/src/style/style_layer.cpp
index ded73c0444..e58756afa4 100644
--- a/src/style/style_layer.cpp
+++ b/src/style/style_layer.cpp
@@ -183,7 +183,7 @@ void StyleLayer::applyStyleProperties<LineProperties>(const float z, const times
applyTransitionedStyleProperty(PropertyKey::LineTranslateY, line.translate[1], z, now);
applyStyleProperty(PropertyKey::LineTranslateAnchor, line.translateAnchor, z, now);
applyTransitionedStyleProperty(PropertyKey::LineWidth, line.width, z, now);
- applyTransitionedStyleProperty(PropertyKey::LineOffset, line.offset, z, now);
+ applyTransitionedStyleProperty(PropertyKey::LineGapWidth, line.gap_width, z, now);
applyTransitionedStyleProperty(PropertyKey::LineBlur, line.blur, z, now);
applyTransitionedStyleProperty(PropertyKey::LineDashLand, line.dash_array[0], z, now);
applyTransitionedStyleProperty(PropertyKey::LineDashGap, line.dash_array[1], z, now);