mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
inspector basemap improvements [#49]
This commit is contained in:
@@ -102,7 +102,7 @@ const vectorStyle = async (file: PMTiles): Promise<any> => {
|
||||
let layers: any[] = [];
|
||||
|
||||
if (metadata.type !== "baselayer") {
|
||||
layers = base_theme("basemap", "dark");
|
||||
layers = base_theme("basemap", "black");
|
||||
layers[0].paint["background-color"] = "black";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user