Interface WebMapJsonToMapLibreStyleOptions

interface WebMapJsonToMapLibreStyleOptions {
    includeBasemap?: boolean;
}

Properties

Properties

includeBasemap?: boolean

Whether to include the basemap in the derived style. Defaults to true.