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 9ad22fc commit 6dbdfedCopy full SHA for 6dbdfed
1 file changed
lib/types/basemap.ts
@@ -34,10 +34,10 @@ export const BasemapMapSource = Type.Object({
34
_text: Type.String()
35
}, { description: 'The background color of a map' })),
36
ignoreErrors: Type.Optional(Type.Object({
37
- _text: Type.String()
+ _text: Type.Boolean()
38
}, { description: 'Handling of missing tiles' })),
39
serverParts: Type.Optional(Type.Object({
40
+ _text: Type.Optional(Type.String())
41
}, { description: 'Use multiple servers for the map source' }))
42
})
43
0 commit comments