We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84df18 commit 32513edCopy full SHA for 32513ed
Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift
@@ -10,7 +10,7 @@ import MapLibreSwiftMacros
10
@MLNStyleProperty<UIColor>("textColor", supportsInterpolation: true)
11
@MLNStyleProperty<Double>("textFontSize", supportsInterpolation: true)
12
@MLNStyleProperty<String>("text", supportsInterpolation: false)
13
-@MLNStyleProperty<[String]?>("textFontNames", supportsInterpolation: false)
+@MLNStyleProperty<[String]>("textFontNames", supportsInterpolation: false)
14
// An enum would probably be better?
15
@MLNStyleProperty<String>("textAnchor", supportsInterpolation: false)
16
@MLNStyleProperty<CGVector>("textOffset", supportsInterpolation: true)
0 commit comments