File tree 1 file changed +2
-0
lines changed
Sources/MapLibreSwiftDSL/Style Layers 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import MapLibreSwiftMacros
6
6
@MLNStyleProperty < Double > ( " iconRotation " , supportsInterpolation: true )
7
7
@MLNStyleProperty < UIColor > ( " iconColor " , supportsInterpolation: true )
8
8
@MLNStyleProperty < Bool > ( " iconAllowsOverlap " , supportsInterpolation: false )
9
+ @MLNStyleProperty < CGVector > ( " iconOffset " , supportsInterpolation: true )
9
10
10
11
@MLNStyleProperty < UIColor > ( " textColor " , supportsInterpolation: true )
11
12
@MLNStyleProperty < Double > ( " textFontSize " , supportsInterpolation: true )
@@ -142,6 +143,7 @@ private struct SymbolStyleLayerInternal: StyleLayer {
142
143
result. iconRotation = definition. iconRotation
143
144
result. iconAllowsOverlap = definition. iconAllowsOverlap
144
145
result. iconColor = definition. iconColor
146
+ result. iconOffset = definition. iconOffset
145
147
146
148
result. text = definition. text
147
149
result. textColor = definition. textColor
You can’t perform that action at this time.
0 commit comments