Optional loggerCustom logging channel on which diagnostics and warnings will be reported.
If not specified, load will log to console.
Optional maxMaximum recursion depth when resolving base themes
through [@xyzmaps/harp-datasource-protocol#Themes extends property.
[[DEFAULT_MAX_THEME_INTHERITANCE_DEPTH]]
Optional resolveWhether to resolve ref expressions in definition and styles elements.
false, as datasources resolve definitions in [[StyleSetEvaluator]].
Optional resolveResolve the URIs of inherited themes (using extends feature).
If true, [[uriResolver]] will be used to resolve the URI
true
Optional resolveResolve the URIs to resources like fonts, icons, ... If true, [[uriResolver]] will be used to resolve the URI
true
Optional signalAn AbortSignal object instance; allows you to communicate with a loading process
(including fetch requests) request and abort it if desired via an AbortController.
Modeled after Web APIs fetchs init.signal.
Optional uriResolve asset URIs referenced in Theme assets using this resolver.
Generated using TypeDoc
Options to customize @xyzmaps/harp-datasource-protocol#Theme loading process.
See
load