diff options
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ const layers = { }) .concat([.5, 1, 1.5, 2, 2].map(function(width) { return new Style({ - zIndex: 0, + zIndex: 50, fill: new Fill({ color: 'rgba(128, 128, 128, .7)', }), |