smaller Tabs; fix defaultValues for MapPrint; reduce Fill style for regionsLayer; add gis interfaces;

This commit is contained in:
2025-09-24 17:51:33 +09:00
parent 7dd7878e49
commit 9758ab65b6
4 changed files with 13 additions and 5 deletions

View File

@ -149,7 +149,7 @@ const regionsLayerStyle = new Style({
width: 1,
}),
fill: new Fill({
color: 'rgba(0, 0, 255, 0.1)',
color: 'rgba(0, 0, 255, 0.01)',
}),
})