diff --git a/Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift b/Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift index bdc92c0..24b17a7 100644 --- a/Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift +++ b/Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift @@ -10,7 +10,7 @@ import MapLibreSwiftMacros @MLNStyleProperty("textColor", supportsInterpolation: true) @MLNStyleProperty("textFontSize", supportsInterpolation: true) @MLNStyleProperty("text", supportsInterpolation: false) -@MLNStyleProperty<[String]?>("textFontNames", supportsInterpolation: false) +@MLNStyleProperty<[String]>("textFontNames", supportsInterpolation: false) // An enum would probably be better? @MLNStyleProperty("textAnchor", supportsInterpolation: false) @MLNStyleProperty("textOffset", supportsInterpolation: true)