Merge branch 'ent-4851-Cambio-de-color-en-la-union-de-agentes-del-GIS-map' into 'develop'

Changed color

See merge request artica/pandorafms!2831
This commit is contained in:
Alejandro Fraguas 2019-10-23 12:28:04 +02:00
commit 8fd6f28070
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"
}
);