File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Sources/MapLibreSwiftDSL/Style Layers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import MapLibreSwiftMacros
66@MLNStyleProperty < Double > ( " iconRotation " , supportsInterpolation: true )
77@MLNStyleProperty < UIColor > ( " iconColor " , supportsInterpolation: true )
88@MLNStyleProperty < Bool > ( " iconAllowsOverlap " , supportsInterpolation: false )
9+ @MLNStyleProperty < CGVector > ( " iconOffset " , supportsInterpolation: true )
910
1011@MLNStyleProperty < UIColor > ( " textColor " , supportsInterpolation: true )
1112@MLNStyleProperty < Double > ( " textFontSize " , supportsInterpolation: true )
@@ -142,6 +143,7 @@ private struct SymbolStyleLayerInternal: StyleLayer {
142143 result. iconRotation = definition. iconRotation
143144 result. iconAllowsOverlap = definition. iconAllowsOverlap
144145 result. iconColor = definition. iconColor
146+ result. iconOffset = definition. iconOffset
145147
146148 result. text = definition. text
147149 result. textColor = definition. textColor
You can’t perform that action at this time.
0 commit comments