Set Highlight to Light yellow4

This commit is contained in:
Francesco Mangiacrapa 2023-02-03 12:28:26 +01:00
parent 88c986a478
commit 1a6c9b074d
1 changed files with 2 additions and 7 deletions

View File

@ -485,11 +485,6 @@ public abstract class OpenLayerMap {
wmsLayer.setSource(imageWMSSource);
wmsLayer.changed();
wmsLayer.changed();
//map.addLayer(wmsLayer);
}
/**
@ -647,7 +642,7 @@ public abstract class OpenLayerMap {
Style style = new Style();
StrokeOptions strokeOptions = new StrokeOptions();
strokeOptions.setColor(new Color(255, 0, 0, 0.8));
strokeOptions.setColor(new Color(255, 255, 51, 0.8));
strokeOptions.setWidth(5);
Stroke stroke = new Stroke(strokeOptions);
stroke.setWidth(2);