@@ -8,10 +8,14 @@ import {ModisNetPrimaryProductionChange} from './geeAssets/modis-net-primary-pro
8
8
import { AnthropogenicBiomes } from './geeAssets/anthropogenic-biomes' ;
9
9
import { LivestockProductionSystems } from './geeAssets/livestock-production-systems' ;
10
10
import { ForestLoss } from './geeAssets/forest-loss' ;
11
+ import { GriddedLivestockTotal } from './geeAssets/gridded-livestock-total' ;
12
+ import { GriddedLivestockBuffalo } from './geeAssets/gridded-livestock-buffalo' ;
11
13
import { GriddedLivestockCattle } from './geeAssets/gridded-livestock-cattle' ;
14
+ import { GriddedLivestockChicken } from './geeAssets/gridded-livestock-chicken' ;
15
+ import { GriddedLivestockDuck } from './geeAssets/gridded-livestock-duck' ;
12
16
import { GriddedLivestockGoat } from './geeAssets/gridded-livestock-goat' ;
13
- import { GriddedLivestockHorse } from './geeAssets/gridded-livestock-horse' ;
14
- import { GriddedLivestockBuffalo } from './geeAssets/gridded-livestock-buffalo' ;
17
+ import { GriddedLivestockHorse } from './geeAssets/gridded-livestock-horse' ;
18
+ import { GriddedLivestockPig } from './geeAssets/gridded-livestock-pig' ;
15
19
import { GriddedLivestockSheep } from './geeAssets/gridded-livestock-sheep' ;
16
20
import { EarthEngineDataset } from "./geeAssets/earth-engine-dataset" ;
17
21
import { TileRequestDTO , Tilesets } from "./tile-request.dto" ;
@@ -26,10 +30,14 @@ const assets: Record<Tilesets, EarthEngineDataset> = {
26
30
[ Tilesets . anthropogenic_biomes ] : AnthropogenicBiomes ,
27
31
[ Tilesets . livestock_production_systems ] : LivestockProductionSystems ,
28
32
[ Tilesets . forest_loss ] : ForestLoss ,
33
+ [ Tilesets . gridded_livestock_total ] : GriddedLivestockTotal ,
34
+ [ Tilesets . gridded_livestock_buffalo ] : GriddedLivestockBuffalo ,
29
35
[ Tilesets . gridded_livestock_cattle ] : GriddedLivestockCattle ,
36
+ [ Tilesets . gridded_livestock_chicken ] : GriddedLivestockChicken ,
37
+ [ Tilesets . gridded_livestock_duck ] : GriddedLivestockDuck ,
30
38
[ Tilesets . gridded_livestock_goat ] : GriddedLivestockGoat ,
31
39
[ Tilesets . gridded_livestock_horse ] : GriddedLivestockHorse ,
32
- [ Tilesets . gridded_livestock_buffalo ] : GriddedLivestockBuffalo ,
40
+ [ Tilesets . gridded_livestock_pig ] : GriddedLivestockPig ,
33
41
[ Tilesets . gridded_livestock_sheep ] : GriddedLivestockSheep ,
34
42
}
35
43
0 commit comments