Skip to content

Commit c14470d

Browse files
committed
Field stroke more neutral
1 parent 95b5d19 commit c14470d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

map/crop/crop.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {PMTilesVectorSource} from "ol-pmtiles";
66
const cropExtension = "https://fiboa.github.io/hcat-extension/v0.1.0/schema.yaml";
77

88
const fieldStyle = {
9-
"stroke-color": 'rgb(0, 165, 255)',
10-
"stroke-width": 1,
9+
"stroke-color": 'rgb(88, 88, 88, 88)',
10+
"stroke-width": 0.5,
1111
"fill-color": ['get', 'color']
1212
}
1313
const mapping = Object.fromEntries(hcat.map(c => [c.code, c.color]));

0 commit comments

Comments
 (0)