@basemaps/config-loader 8.1.0 → 8.2.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/build/json/parse.tile.set.d.ts +26 -26
- package/package.json +3 -3
|
@@ -17,34 +17,34 @@ declare const zLayerConfig: z.ZodEffects<z.ZodObject<{
|
|
|
17
17
|
title: string;
|
|
18
18
|
name: string;
|
|
19
19
|
category?: string | undefined;
|
|
20
|
-
2193?: string | undefined;
|
|
21
|
-
3857?: string | undefined;
|
|
22
20
|
minZoom?: number | undefined;
|
|
23
21
|
maxZoom?: number | undefined;
|
|
22
|
+
2193?: string | undefined;
|
|
23
|
+
3857?: string | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
title: string;
|
|
26
26
|
name: string;
|
|
27
27
|
category?: string | undefined;
|
|
28
|
-
2193?: string | undefined;
|
|
29
|
-
3857?: string | undefined;
|
|
30
28
|
minZoom?: number | undefined;
|
|
31
29
|
maxZoom?: number | undefined;
|
|
30
|
+
2193?: string | undefined;
|
|
31
|
+
3857?: string | undefined;
|
|
32
32
|
}>, {
|
|
33
33
|
title: string;
|
|
34
34
|
name: string;
|
|
35
35
|
category?: string | undefined;
|
|
36
|
-
2193?: string | undefined;
|
|
37
|
-
3857?: string | undefined;
|
|
38
36
|
minZoom?: number | undefined;
|
|
39
37
|
maxZoom?: number | undefined;
|
|
38
|
+
2193?: string | undefined;
|
|
39
|
+
3857?: string | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
title: string;
|
|
42
42
|
name: string;
|
|
43
43
|
category?: string | undefined;
|
|
44
|
-
2193?: string | undefined;
|
|
45
|
-
3857?: string | undefined;
|
|
46
44
|
minZoom?: number | undefined;
|
|
47
45
|
maxZoom?: number | undefined;
|
|
46
|
+
2193?: string | undefined;
|
|
47
|
+
3857?: string | undefined;
|
|
48
48
|
}>;
|
|
49
49
|
export declare const zTileSetConfig: z.ZodObject<{
|
|
50
50
|
type: z.ZodNativeEnum<typeof TileSetType>;
|
|
@@ -80,34 +80,34 @@ export declare const zTileSetConfig: z.ZodObject<{
|
|
|
80
80
|
title: string;
|
|
81
81
|
name: string;
|
|
82
82
|
category?: string | undefined;
|
|
83
|
-
2193?: string | undefined;
|
|
84
|
-
3857?: string | undefined;
|
|
85
83
|
minZoom?: number | undefined;
|
|
86
84
|
maxZoom?: number | undefined;
|
|
85
|
+
2193?: string | undefined;
|
|
86
|
+
3857?: string | undefined;
|
|
87
87
|
}, {
|
|
88
88
|
title: string;
|
|
89
89
|
name: string;
|
|
90
90
|
category?: string | undefined;
|
|
91
|
-
2193?: string | undefined;
|
|
92
|
-
3857?: string | undefined;
|
|
93
91
|
minZoom?: number | undefined;
|
|
94
92
|
maxZoom?: number | undefined;
|
|
93
|
+
2193?: string | undefined;
|
|
94
|
+
3857?: string | undefined;
|
|
95
95
|
}>, {
|
|
96
96
|
title: string;
|
|
97
97
|
name: string;
|
|
98
98
|
category?: string | undefined;
|
|
99
|
-
2193?: string | undefined;
|
|
100
|
-
3857?: string | undefined;
|
|
101
99
|
minZoom?: number | undefined;
|
|
102
100
|
maxZoom?: number | undefined;
|
|
101
|
+
2193?: string | undefined;
|
|
102
|
+
3857?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
title: string;
|
|
105
105
|
name: string;
|
|
106
106
|
category?: string | undefined;
|
|
107
|
-
2193?: string | undefined;
|
|
108
|
-
3857?: string | undefined;
|
|
109
107
|
minZoom?: number | undefined;
|
|
110
108
|
maxZoom?: number | undefined;
|
|
109
|
+
2193?: string | undefined;
|
|
110
|
+
3857?: string | undefined;
|
|
111
111
|
}>, "many">;
|
|
112
112
|
minZoom: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
113
113
|
maxZoom: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>;
|
|
@@ -192,21 +192,21 @@ export declare const zTileSetConfig: z.ZodObject<{
|
|
|
192
192
|
title: string;
|
|
193
193
|
name: string;
|
|
194
194
|
category?: string | undefined;
|
|
195
|
-
2193?: string | undefined;
|
|
196
|
-
3857?: string | undefined;
|
|
197
195
|
minZoom?: number | undefined;
|
|
198
196
|
maxZoom?: number | undefined;
|
|
197
|
+
2193?: string | undefined;
|
|
198
|
+
3857?: string | undefined;
|
|
199
199
|
}[];
|
|
200
|
-
category?: string | undefined;
|
|
201
200
|
description?: string | undefined;
|
|
201
|
+
category?: string | undefined;
|
|
202
|
+
minZoom?: number | undefined;
|
|
203
|
+
maxZoom?: number | undefined;
|
|
202
204
|
background?: import("@basemaps/config").Rgba | {
|
|
203
205
|
r: number;
|
|
204
206
|
g: number;
|
|
205
207
|
b: number;
|
|
206
208
|
alpha: number;
|
|
207
209
|
} | undefined;
|
|
208
|
-
minZoom?: number | undefined;
|
|
209
|
-
maxZoom?: number | undefined;
|
|
210
210
|
format?: string | undefined;
|
|
211
211
|
outputs?: {
|
|
212
212
|
name: string;
|
|
@@ -234,21 +234,21 @@ export declare const zTileSetConfig: z.ZodObject<{
|
|
|
234
234
|
title: string;
|
|
235
235
|
name: string;
|
|
236
236
|
category?: string | undefined;
|
|
237
|
-
2193?: string | undefined;
|
|
238
|
-
3857?: string | undefined;
|
|
239
237
|
minZoom?: number | undefined;
|
|
240
238
|
maxZoom?: number | undefined;
|
|
239
|
+
2193?: string | undefined;
|
|
240
|
+
3857?: string | undefined;
|
|
241
241
|
}[];
|
|
242
|
-
category?: string | undefined;
|
|
243
242
|
description?: string | undefined;
|
|
243
|
+
category?: string | undefined;
|
|
244
|
+
minZoom?: number | undefined;
|
|
245
|
+
maxZoom?: number | undefined;
|
|
244
246
|
background?: string | {
|
|
245
247
|
r: number;
|
|
246
248
|
g: number;
|
|
247
249
|
b: number;
|
|
248
250
|
alpha: number;
|
|
249
251
|
} | undefined;
|
|
250
|
-
minZoom?: number | undefined;
|
|
251
|
-
maxZoom?: number | undefined;
|
|
252
252
|
format?: string | undefined;
|
|
253
253
|
outputs?: {
|
|
254
254
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basemaps/config-loader",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/linz/basemaps.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@basemaps/config": "^8.1.0",
|
|
32
32
|
"@basemaps/geo": "^8.0.0",
|
|
33
|
-
"@basemaps/shared": "^8.
|
|
33
|
+
"@basemaps/shared": "^8.2.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "69195be692efa914369fa854d3bae16355dc0dc8"
|
|
36
36
|
}
|