@redus/georedus-ui 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/main.js +1355 -287
- package/dist/viewSpecs/development/ana_br_bacias_hidrograficas.d.ts +24 -0
- package/dist/viewSpecs/development/br_divisao_territorial.d.ts +65 -0
- package/dist/viewSpecs/development/curvatura.d.ts +41 -0
- package/dist/viewSpecs/development/declividade.d.ts +67 -0
- package/dist/viewSpecs/development/hand.d.ts +83 -0
- package/dist/viewSpecs/development/index.d.ts +8 -0
- package/dist/viewSpecs/development/redus_mutirao_cop_2025.d.ts +94 -0
- package/dist/viewSpecs/development/temperatura_superficie.d.ts +86 -0
- package/dist/viewSpecs/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export function ana_br_bacias_hidrograficas(conf: any): {
|
|
2
|
+
collection_id: string;
|
|
3
|
+
indicator_id: any;
|
|
4
|
+
id: any;
|
|
5
|
+
label: any;
|
|
6
|
+
path: string;
|
|
7
|
+
metadata: {};
|
|
8
|
+
sources: {
|
|
9
|
+
[x: number]: {
|
|
10
|
+
type: string;
|
|
11
|
+
minzoom: number;
|
|
12
|
+
tiles: string[];
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
layers: {
|
|
16
|
+
[x: string]: {
|
|
17
|
+
source: any;
|
|
18
|
+
minzoom: number;
|
|
19
|
+
'source-layer': any;
|
|
20
|
+
type: string;
|
|
21
|
+
paint: any;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
}[];
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export function br_divisao_territorial({ VECTOR_TILE_SERVER_ENDPOINT, id, path, label, line, fill, }: {
|
|
2
|
+
VECTOR_TILE_SERVER_ENDPOINT: any;
|
|
3
|
+
id: any;
|
|
4
|
+
path: any;
|
|
5
|
+
label?: any;
|
|
6
|
+
line?: {} | undefined;
|
|
7
|
+
fill?: {} | undefined;
|
|
8
|
+
}): {
|
|
9
|
+
collection_id: any;
|
|
10
|
+
indicator_id: any;
|
|
11
|
+
id: any;
|
|
12
|
+
label: any;
|
|
13
|
+
path: string;
|
|
14
|
+
metadata: {};
|
|
15
|
+
sources: {
|
|
16
|
+
[id]: {
|
|
17
|
+
promoteId: string;
|
|
18
|
+
type: string;
|
|
19
|
+
tiles: string[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
layers: {
|
|
23
|
+
[x: string]: {
|
|
24
|
+
zIndex: number;
|
|
25
|
+
source: any;
|
|
26
|
+
'source-layer': any;
|
|
27
|
+
type: string;
|
|
28
|
+
} | {
|
|
29
|
+
paint: any;
|
|
30
|
+
zIndex: number;
|
|
31
|
+
source: any;
|
|
32
|
+
'source-layer': any;
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
export function br_divisao_territorial_views(conf: any): {
|
|
38
|
+
collection_id: any;
|
|
39
|
+
indicator_id: any;
|
|
40
|
+
id: any;
|
|
41
|
+
label: any;
|
|
42
|
+
path: string;
|
|
43
|
+
metadata: {};
|
|
44
|
+
sources: {
|
|
45
|
+
[x: number]: {
|
|
46
|
+
promoteId: string;
|
|
47
|
+
type: string;
|
|
48
|
+
tiles: string[];
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
layers: {
|
|
52
|
+
[x: string]: {
|
|
53
|
+
zIndex: number;
|
|
54
|
+
source: any;
|
|
55
|
+
'source-layer': any;
|
|
56
|
+
type: string;
|
|
57
|
+
} | {
|
|
58
|
+
paint: any;
|
|
59
|
+
zIndex: number;
|
|
60
|
+
source: any;
|
|
61
|
+
'source-layer': any;
|
|
62
|
+
type: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
}[];
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export function curvatura({ RASTER_TILE_SERVER_ENDPOINT, mosaicJsonUrl }: {
|
|
2
|
+
RASTER_TILE_SERVER_ENDPOINT: any;
|
|
3
|
+
mosaicJsonUrl: any;
|
|
4
|
+
}): {
|
|
5
|
+
viewType: string;
|
|
6
|
+
collection_id: string;
|
|
7
|
+
indicator_id: string;
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
path: string;
|
|
11
|
+
confSchema: {
|
|
12
|
+
data: {};
|
|
13
|
+
};
|
|
14
|
+
metadata: {};
|
|
15
|
+
sources: {
|
|
16
|
+
curvatura: {
|
|
17
|
+
minzoom: number;
|
|
18
|
+
maxzoom: number;
|
|
19
|
+
type: string;
|
|
20
|
+
tiles: {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
$$resolver: symbol;
|
|
23
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
24
|
+
dependencies: any;
|
|
25
|
+
value: (...args: any[]) => any;
|
|
26
|
+
defaultValue?: any;
|
|
27
|
+
context?: any;
|
|
28
|
+
}[];
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
layers: {
|
|
32
|
+
curvatura: {
|
|
33
|
+
minzoom: number;
|
|
34
|
+
type: string;
|
|
35
|
+
source: string;
|
|
36
|
+
paint: {
|
|
37
|
+
'raster-opacity': number;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export function declividade({ RASTER_TILE_SERVER_ENDPOINT, mosaicJsonUrl }: {
|
|
2
|
+
RASTER_TILE_SERVER_ENDPOINT: any;
|
|
3
|
+
mosaicJsonUrl: any;
|
|
4
|
+
}): {
|
|
5
|
+
viewType: string;
|
|
6
|
+
collection_id: string;
|
|
7
|
+
indicator_id: string;
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
path: string;
|
|
11
|
+
confSchema: {
|
|
12
|
+
data: {
|
|
13
|
+
declividadeRange: {
|
|
14
|
+
type: string;
|
|
15
|
+
defaultValue: number[];
|
|
16
|
+
step: number;
|
|
17
|
+
min: number;
|
|
18
|
+
max: number;
|
|
19
|
+
label: {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
$$resolver: symbol;
|
|
22
|
+
context?: any;
|
|
23
|
+
defaultValue?: import("@orioro/resolve").ResolutionNode | any;
|
|
24
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
25
|
+
value: any;
|
|
26
|
+
};
|
|
27
|
+
helperText: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
metadata: {};
|
|
32
|
+
sources: {
|
|
33
|
+
declividade: {
|
|
34
|
+
minzoom: number;
|
|
35
|
+
maxzoom: number;
|
|
36
|
+
type: string;
|
|
37
|
+
tiles: {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
$$resolver: symbol;
|
|
40
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
41
|
+
dependencies: any;
|
|
42
|
+
value: (...args: any[]) => any;
|
|
43
|
+
defaultValue?: any;
|
|
44
|
+
context?: any;
|
|
45
|
+
}[];
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
layers: {
|
|
49
|
+
declividade: {
|
|
50
|
+
minzoom: number;
|
|
51
|
+
type: string;
|
|
52
|
+
source: string;
|
|
53
|
+
paint: {
|
|
54
|
+
'raster-opacity': number;
|
|
55
|
+
};
|
|
56
|
+
legends: {
|
|
57
|
+
type: string;
|
|
58
|
+
title: string;
|
|
59
|
+
items: {
|
|
60
|
+
color: string;
|
|
61
|
+
label: string;
|
|
62
|
+
range: number[];
|
|
63
|
+
}[];
|
|
64
|
+
}[];
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export function hand({ RASTER_TILE_SERVER_ENDPOINT, mosaicJsonUrl }: {
|
|
2
|
+
RASTER_TILE_SERVER_ENDPOINT: any;
|
|
3
|
+
mosaicJsonUrl: any;
|
|
4
|
+
}): {
|
|
5
|
+
viewType: string;
|
|
6
|
+
collection_id: string;
|
|
7
|
+
indicator_id: string;
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
path: string;
|
|
11
|
+
confSchema: {
|
|
12
|
+
data: {
|
|
13
|
+
handValue: {
|
|
14
|
+
type: string;
|
|
15
|
+
defaultValue: number;
|
|
16
|
+
step: number;
|
|
17
|
+
min: number;
|
|
18
|
+
max: number;
|
|
19
|
+
label: {
|
|
20
|
+
[x: string]: any;
|
|
21
|
+
$$resolver: symbol;
|
|
22
|
+
context?: any;
|
|
23
|
+
defaultValue?: import("@orioro/resolve").ResolutionNode | any;
|
|
24
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
25
|
+
value: any;
|
|
26
|
+
};
|
|
27
|
+
helperText: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
metadata: {};
|
|
32
|
+
sources: {
|
|
33
|
+
hand: {
|
|
34
|
+
type: string;
|
|
35
|
+
minzoom: number;
|
|
36
|
+
maxzoom: number;
|
|
37
|
+
tiles: {
|
|
38
|
+
[x: string]: any;
|
|
39
|
+
$$resolver: symbol;
|
|
40
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
41
|
+
dependencies: any;
|
|
42
|
+
value: (...args: any[]) => any;
|
|
43
|
+
defaultValue?: any;
|
|
44
|
+
context?: any;
|
|
45
|
+
}[];
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
layers: {
|
|
49
|
+
hand: {
|
|
50
|
+
minzoom: number;
|
|
51
|
+
type: string;
|
|
52
|
+
source: string;
|
|
53
|
+
paint: {
|
|
54
|
+
'raster-opacity': number;
|
|
55
|
+
};
|
|
56
|
+
legends: {
|
|
57
|
+
type: string;
|
|
58
|
+
title: string;
|
|
59
|
+
unit: string;
|
|
60
|
+
numberUnit: string;
|
|
61
|
+
colors: {
|
|
62
|
+
[x: string]: any;
|
|
63
|
+
$$resolver: symbol;
|
|
64
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
65
|
+
dependencies: any;
|
|
66
|
+
value: (...args: any[]) => any;
|
|
67
|
+
defaultValue?: any;
|
|
68
|
+
context?: any;
|
|
69
|
+
};
|
|
70
|
+
domain: {
|
|
71
|
+
[x: string]: any;
|
|
72
|
+
$$resolver: symbol;
|
|
73
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
74
|
+
dependencies: any;
|
|
75
|
+
value: (...args: any[]) => any;
|
|
76
|
+
defaultValue?: any;
|
|
77
|
+
context?: any;
|
|
78
|
+
};
|
|
79
|
+
barHeight: number;
|
|
80
|
+
}[];
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./ana_br_bacias_hidrograficas";
|
|
2
|
+
export * from "./br_divisao_territorial";
|
|
3
|
+
export * from "./curvatura";
|
|
4
|
+
export * from "./declividade";
|
|
5
|
+
export * from "./hand";
|
|
6
|
+
export * from "./overture_places_poc";
|
|
7
|
+
export * from "./redus_mutirao_cop_2025";
|
|
8
|
+
export * from "./temperatura_superficie";
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
export function redus_mutirao_cop_2025(conf: any): {
|
|
2
|
+
collection_id: string;
|
|
3
|
+
indicator_id: string;
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
path: string;
|
|
7
|
+
metadata: {};
|
|
8
|
+
sources: {
|
|
9
|
+
"redus_mutirao_cop_2025.geom": {
|
|
10
|
+
type: string;
|
|
11
|
+
minzoom: number;
|
|
12
|
+
tiles: string[];
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
layers: {
|
|
16
|
+
"redus_mutirao_cop_2025.geom_symbols": {
|
|
17
|
+
type: string;
|
|
18
|
+
source: string;
|
|
19
|
+
zIndex: number;
|
|
20
|
+
'source-layer': string;
|
|
21
|
+
minzoom: number;
|
|
22
|
+
layout: {
|
|
23
|
+
'icon-image': (string | string[])[];
|
|
24
|
+
'icon-size': (string | number | string[])[];
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
"redus_mutirao_cop_2025.geom_circles": {
|
|
28
|
+
zIndex: number;
|
|
29
|
+
source: string;
|
|
30
|
+
'source-layer': string;
|
|
31
|
+
minzoom: number;
|
|
32
|
+
type: string;
|
|
33
|
+
paint: {
|
|
34
|
+
'circle-opacity': number;
|
|
35
|
+
'circle-radius': (string | number | string[])[];
|
|
36
|
+
'circle-stroke-width': number;
|
|
37
|
+
'circle-stroke-color': string;
|
|
38
|
+
'circle-color': any[];
|
|
39
|
+
};
|
|
40
|
+
interactive: boolean;
|
|
41
|
+
onClick: (feature: any, e: any, context: any) => Promise<void>;
|
|
42
|
+
tooltip: {
|
|
43
|
+
title: {
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
$$resolver: symbol;
|
|
46
|
+
context?: any;
|
|
47
|
+
defaultValue?: import("@orioro/resolve").ResolutionNode | any;
|
|
48
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
49
|
+
value: any;
|
|
50
|
+
};
|
|
51
|
+
entries: ({
|
|
52
|
+
[x: string]: any;
|
|
53
|
+
$$resolver: symbol;
|
|
54
|
+
context?: any;
|
|
55
|
+
defaultValue?: import("@orioro/resolve").ResolutionNode | any;
|
|
56
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
57
|
+
value: any;
|
|
58
|
+
} | (string | (string | string[])[])[])[];
|
|
59
|
+
};
|
|
60
|
+
legends: {
|
|
61
|
+
type: string;
|
|
62
|
+
title: string;
|
|
63
|
+
unit: string;
|
|
64
|
+
items: ({
|
|
65
|
+
box: {
|
|
66
|
+
children: "" | import("react").JSX.Element | null;
|
|
67
|
+
style: {
|
|
68
|
+
borderRadius: string;
|
|
69
|
+
borderColor: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
label: string;
|
|
73
|
+
value: string;
|
|
74
|
+
color: any;
|
|
75
|
+
iconPath: string;
|
|
76
|
+
icon: string;
|
|
77
|
+
} | {
|
|
78
|
+
box: {
|
|
79
|
+
children: "" | import("react").JSX.Element | null;
|
|
80
|
+
style: {
|
|
81
|
+
borderRadius: string;
|
|
82
|
+
borderColor: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
label: string;
|
|
86
|
+
value: string;
|
|
87
|
+
color: any;
|
|
88
|
+
iconPath: null;
|
|
89
|
+
icon: string;
|
|
90
|
+
})[];
|
|
91
|
+
}[];
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export function temperatura_superficie({ RASTER_TILE_SERVER_ENDPOINT, mosaicJsonUrl, }: {
|
|
2
|
+
RASTER_TILE_SERVER_ENDPOINT: any;
|
|
3
|
+
mosaicJsonUrl: any;
|
|
4
|
+
}): {
|
|
5
|
+
viewType: string;
|
|
6
|
+
collection_id: string;
|
|
7
|
+
indicator_id: string;
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
year: string;
|
|
11
|
+
path: string;
|
|
12
|
+
confSchema: {
|
|
13
|
+
data: {
|
|
14
|
+
temperaturaRange: {
|
|
15
|
+
type: string;
|
|
16
|
+
defaultValue: number[];
|
|
17
|
+
step: number;
|
|
18
|
+
min: number;
|
|
19
|
+
max: number;
|
|
20
|
+
label: {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
$$resolver: symbol;
|
|
23
|
+
context?: any;
|
|
24
|
+
defaultValue?: import("@orioro/resolve").ResolutionNode | any;
|
|
25
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
26
|
+
value: any;
|
|
27
|
+
};
|
|
28
|
+
helperText: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
metadata: {};
|
|
33
|
+
sources: {
|
|
34
|
+
temperatura_superficie: {
|
|
35
|
+
minzoom: number;
|
|
36
|
+
maxzoom: number;
|
|
37
|
+
type: string;
|
|
38
|
+
tiles: {
|
|
39
|
+
[x: string]: any;
|
|
40
|
+
$$resolver: symbol;
|
|
41
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
42
|
+
dependencies: any;
|
|
43
|
+
value: (...args: any[]) => any;
|
|
44
|
+
defaultValue?: any;
|
|
45
|
+
context?: any;
|
|
46
|
+
}[];
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
layers: {
|
|
50
|
+
temperatura_superficie: {
|
|
51
|
+
minzoom: number;
|
|
52
|
+
type: string;
|
|
53
|
+
source: string;
|
|
54
|
+
paint: {
|
|
55
|
+
'raster-opacity': number;
|
|
56
|
+
};
|
|
57
|
+
legends: {
|
|
58
|
+
type: string;
|
|
59
|
+
title: string;
|
|
60
|
+
unit: string;
|
|
61
|
+
numberUnit: string;
|
|
62
|
+
colors: {
|
|
63
|
+
[x: string]: any;
|
|
64
|
+
$$resolver: symbol;
|
|
65
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
66
|
+
dependencies: any;
|
|
67
|
+
value: (...args: any[]) => any;
|
|
68
|
+
defaultValue?: any;
|
|
69
|
+
context?: any;
|
|
70
|
+
};
|
|
71
|
+
domain: {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
$$resolver: symbol;
|
|
74
|
+
$$unresolved?: Record<string | number, import("@orioro/resolve").ResolutionNode> | undefined;
|
|
75
|
+
dependencies: any;
|
|
76
|
+
value: (...args: any[]) => any;
|
|
77
|
+
defaultValue?: any;
|
|
78
|
+
context?: any;
|
|
79
|
+
};
|
|
80
|
+
barDirection: string;
|
|
81
|
+
barWidth: string;
|
|
82
|
+
barHeight: number;
|
|
83
|
+
}[];
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|