Changed color

This commit is contained in:
Daniel Maya 2019-10-23 11:17:16 +02:00
parent 1470241783
commit c01a856826
1 changed files with 2 additions and 2 deletions

View File

@ -87,9 +87,9 @@ function js_refreshParentLines(layerName) {
{
strokeWidth: 2,
fillOpacity: 0.2,
fillColor: "red",
fillColor: "black",
strokeDashstyle: "dash",
strokeColor: "red"
strokeColor: "black"
}
);