Skip to content

Commit f10c19c

Browse files
committed
Fix bugs
1 parent fbd2e47 commit f10c19c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

map/crop/crop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {CropLegendControl} from "./CropLegendControl";
88

99
const CROP_ATTRIBUTE = "hcat:code";
1010
const fieldStyle = {
11-
"stroke-color": 'rgba(88, 88, 88, 88)',
11+
"stroke-color": 'rgba(88, 88, 88, 0.5)',
1212
"stroke-width": 0.5,
1313
"fill-color": ['get', 'color']
1414
}

stac/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
},
459459
{
460460
"rel": "child",
461-
"href": "jecam",
461+
"href": "https://data.source.coop/fiboa/data/jecam/stac/collection.json",
462462
"type": "application/json",
463463
"title": "Field boundaries for Jecam Sirad",
464464
"license": "CC-BY-4.0",

0 commit comments

Comments
 (0)