change feature highlight style

This commit is contained in:
2025-12-23 13:28:40 +09:00
parent 2a3f2b4c99
commit 1bb9ca0108

View File

@ -10,11 +10,11 @@ import { MultiPoint, Point } from "ol/geom";
export const highlightStyleYellow = new Style({ export const highlightStyleYellow = new Style({
stroke: new Stroke({ stroke: new Stroke({
color: 'yellow', color: 'blue',
width: 3, width: 3,
}), }),
fill: new Fill({ fill: new Fill({
color: 'rgba(255, 255, 0, 0.3)', color: 'rgba(0, 0, 255, 0.5)',
}), }),
}); });