change feature highlight style
This commit is contained in:
@ -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)',
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user