Skip to content

Commit

Permalink
Set z-index for node status
Browse files Browse the repository at this point in the history
  • Loading branch information
afairclo authored Aug 28, 2024
1 parent 4af5338 commit 5c3f339
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/static/map.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
stroke: new ol.style.Stroke({
color: 'white',
width: 2
zIndex:0
})
})
});
Expand All @@ -100,6 +101,7 @@
stroke: new ol.style.Stroke({
color: 'white',
width: 2
zIndex: 1
})
})
});
Expand All @@ -113,6 +115,7 @@
stroke: new ol.style.Stroke({
color: 'white',
width: 2
zIndex: 2
})
})
});
Expand Down

0 comments on commit 5c3f339

Please sign in to comment.