@maplibre-yaml/core 0.1.0-alpha.0 → 0.1.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/README.md +1214 -0
- package/dist/components/index.d.ts +4 -83
- package/dist/components/index.js +4318 -3919
- package/dist/components/index.js.map +1 -1
- package/dist/index.d.ts +6 -315
- package/dist/index.js +115 -18
- package/dist/index.js.map +1 -1
- package/dist/map-renderer-DOLO9y-3.d.ts +522 -0
- package/dist/{map.schema-EnZRrtIh.d.ts → page.schema-CzdCyPFI.d.ts} +775 -368
- package/dist/register.d.ts +205 -0
- package/dist/register.js +4704 -0
- package/dist/register.js.map +1 -0
- package/dist/schemas/index.d.ts +12 -419
- package/dist/schemas/index.js +4 -2
- package/dist/schemas/index.js.map +1 -1
- package/package.json +18 -13
- package/LICENSE.md +0 -21
- package/dist/map-renderer-RQc5_bdo.d.ts +0 -149
|
@@ -479,7 +479,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
479
479
|
ttl?: number | undefined;
|
|
480
480
|
}>>;
|
|
481
481
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
482
|
-
clusterRadius: z.
|
|
482
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
483
483
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
484
484
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
485
485
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -586,7 +586,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
586
586
|
ttl?: number | undefined;
|
|
587
587
|
}>>;
|
|
588
588
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
589
|
-
clusterRadius: z.
|
|
589
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
590
590
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
591
591
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
592
592
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -693,7 +693,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
693
693
|
ttl?: number | undefined;
|
|
694
694
|
}>>;
|
|
695
695
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
696
|
-
clusterRadius: z.
|
|
696
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
697
697
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
698
698
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
699
699
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -800,7 +800,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
800
800
|
ttl?: number | undefined;
|
|
801
801
|
}>>;
|
|
802
802
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
803
|
-
clusterRadius: z.
|
|
803
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
804
804
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
805
805
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
806
806
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -907,7 +907,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
907
907
|
ttl?: number | undefined;
|
|
908
908
|
}>>;
|
|
909
909
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
910
|
-
clusterRadius: z.
|
|
910
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
911
911
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
912
912
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
913
913
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -1337,7 +1337,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
1337
1337
|
ttl?: number | undefined;
|
|
1338
1338
|
}>>;
|
|
1339
1339
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
1340
|
-
clusterRadius: z.
|
|
1340
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
1341
1341
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
1342
1342
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
1343
1343
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -1522,7 +1522,7 @@ declare const BaseLayerPropertiesSchema: z.ZodObject<{
|
|
|
1522
1522
|
ttl?: number | undefined;
|
|
1523
1523
|
}>>;
|
|
1524
1524
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
1525
|
-
clusterRadius: z.
|
|
1525
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
1526
1526
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
1527
1527
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
1528
1528
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -1750,7 +1750,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
1750
1750
|
ttl?: number | undefined;
|
|
1751
1751
|
}>>;
|
|
1752
1752
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
1753
|
-
clusterRadius: z.
|
|
1753
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
1754
1754
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
1755
1755
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
1756
1756
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -1857,7 +1857,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
1857
1857
|
ttl?: number | undefined;
|
|
1858
1858
|
}>>;
|
|
1859
1859
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
1860
|
-
clusterRadius: z.
|
|
1860
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
1861
1861
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
1862
1862
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
1863
1863
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -1964,7 +1964,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
1964
1964
|
ttl?: number | undefined;
|
|
1965
1965
|
}>>;
|
|
1966
1966
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
1967
|
-
clusterRadius: z.
|
|
1967
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
1968
1968
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
1969
1969
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
1970
1970
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2071,7 +2071,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2071
2071
|
ttl?: number | undefined;
|
|
2072
2072
|
}>>;
|
|
2073
2073
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2074
|
-
clusterRadius: z.
|
|
2074
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2075
2075
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2076
2076
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2077
2077
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2178,7 +2178,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2178
2178
|
ttl?: number | undefined;
|
|
2179
2179
|
}>>;
|
|
2180
2180
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2181
|
-
clusterRadius: z.
|
|
2181
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2182
2182
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2183
2183
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2184
2184
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2649,7 +2649,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2649
2649
|
ttl?: number | undefined;
|
|
2650
2650
|
}>>;
|
|
2651
2651
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2652
|
-
clusterRadius: z.
|
|
2652
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2653
2653
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2654
2654
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2655
2655
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2756,7 +2756,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2756
2756
|
ttl?: number | undefined;
|
|
2757
2757
|
}>>;
|
|
2758
2758
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2759
|
-
clusterRadius: z.
|
|
2759
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2760
2760
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2761
2761
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2762
2762
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2863,7 +2863,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2863
2863
|
ttl?: number | undefined;
|
|
2864
2864
|
}>>;
|
|
2865
2865
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2866
|
-
clusterRadius: z.
|
|
2866
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2867
2867
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2868
2868
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2869
2869
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -2970,7 +2970,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
2970
2970
|
ttl?: number | undefined;
|
|
2971
2971
|
}>>;
|
|
2972
2972
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
2973
|
-
clusterRadius: z.
|
|
2973
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
2974
2974
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
2975
2975
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
2976
2976
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3077,7 +3077,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3077
3077
|
ttl?: number | undefined;
|
|
3078
3078
|
}>>;
|
|
3079
3079
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3080
|
-
clusterRadius: z.
|
|
3080
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3081
3081
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3082
3082
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3083
3083
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3548,7 +3548,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3548
3548
|
ttl?: number | undefined;
|
|
3549
3549
|
}>>;
|
|
3550
3550
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3551
|
-
clusterRadius: z.
|
|
3551
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3552
3552
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3553
3553
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3554
3554
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3655,7 +3655,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3655
3655
|
ttl?: number | undefined;
|
|
3656
3656
|
}>>;
|
|
3657
3657
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3658
|
-
clusterRadius: z.
|
|
3658
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3659
3659
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3660
3660
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3661
3661
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3762,7 +3762,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3762
3762
|
ttl?: number | undefined;
|
|
3763
3763
|
}>>;
|
|
3764
3764
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3765
|
-
clusterRadius: z.
|
|
3765
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3766
3766
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3767
3767
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3768
3768
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3869,7 +3869,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3869
3869
|
ttl?: number | undefined;
|
|
3870
3870
|
}>>;
|
|
3871
3871
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3872
|
-
clusterRadius: z.
|
|
3872
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3873
3873
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3874
3874
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3875
3875
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -3976,7 +3976,7 @@ declare const CircleLayerSchema: z.ZodObject<{
|
|
|
3976
3976
|
ttl?: number | undefined;
|
|
3977
3977
|
}>>;
|
|
3978
3978
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
3979
|
-
clusterRadius: z.
|
|
3979
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
3980
3980
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
3981
3981
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
3982
3982
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -4477,7 +4477,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
4477
4477
|
ttl?: number | undefined;
|
|
4478
4478
|
}>>;
|
|
4479
4479
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
4480
|
-
clusterRadius: z.
|
|
4480
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
4481
4481
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
4482
4482
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
4483
4483
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -4584,7 +4584,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
4584
4584
|
ttl?: number | undefined;
|
|
4585
4585
|
}>>;
|
|
4586
4586
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
4587
|
-
clusterRadius: z.
|
|
4587
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
4588
4588
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
4589
4589
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
4590
4590
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -4691,7 +4691,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
4691
4691
|
ttl?: number | undefined;
|
|
4692
4692
|
}>>;
|
|
4693
4693
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
4694
|
-
clusterRadius: z.
|
|
4694
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
4695
4695
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
4696
4696
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
4697
4697
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -4798,7 +4798,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
4798
4798
|
ttl?: number | undefined;
|
|
4799
4799
|
}>>;
|
|
4800
4800
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
4801
|
-
clusterRadius: z.
|
|
4801
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
4802
4802
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
4803
4803
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
4804
4804
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -4905,7 +4905,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
4905
4905
|
ttl?: number | undefined;
|
|
4906
4906
|
}>>;
|
|
4907
4907
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
4908
|
-
clusterRadius: z.
|
|
4908
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
4909
4909
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
4910
4910
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
4911
4911
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -5394,7 +5394,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
5394
5394
|
ttl?: number | undefined;
|
|
5395
5395
|
}>>;
|
|
5396
5396
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
5397
|
-
clusterRadius: z.
|
|
5397
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
5398
5398
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
5399
5399
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
5400
5400
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -5501,7 +5501,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
5501
5501
|
ttl?: number | undefined;
|
|
5502
5502
|
}>>;
|
|
5503
5503
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
5504
|
-
clusterRadius: z.
|
|
5504
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
5505
5505
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
5506
5506
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
5507
5507
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -5608,7 +5608,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
5608
5608
|
ttl?: number | undefined;
|
|
5609
5609
|
}>>;
|
|
5610
5610
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
5611
|
-
clusterRadius: z.
|
|
5611
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
5612
5612
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
5613
5613
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
5614
5614
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -5715,7 +5715,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
5715
5715
|
ttl?: number | undefined;
|
|
5716
5716
|
}>>;
|
|
5717
5717
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
5718
|
-
clusterRadius: z.
|
|
5718
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
5719
5719
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
5720
5720
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
5721
5721
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -5822,7 +5822,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
5822
5822
|
ttl?: number | undefined;
|
|
5823
5823
|
}>>;
|
|
5824
5824
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
5825
|
-
clusterRadius: z.
|
|
5825
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
5826
5826
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
5827
5827
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
5828
5828
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -6311,7 +6311,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
6311
6311
|
ttl?: number | undefined;
|
|
6312
6312
|
}>>;
|
|
6313
6313
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
6314
|
-
clusterRadius: z.
|
|
6314
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
6315
6315
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
6316
6316
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
6317
6317
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -6418,7 +6418,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
6418
6418
|
ttl?: number | undefined;
|
|
6419
6419
|
}>>;
|
|
6420
6420
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
6421
|
-
clusterRadius: z.
|
|
6421
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
6422
6422
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
6423
6423
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
6424
6424
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -6525,7 +6525,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
6525
6525
|
ttl?: number | undefined;
|
|
6526
6526
|
}>>;
|
|
6527
6527
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
6528
|
-
clusterRadius: z.
|
|
6528
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
6529
6529
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
6530
6530
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
6531
6531
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -6632,7 +6632,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
6632
6632
|
ttl?: number | undefined;
|
|
6633
6633
|
}>>;
|
|
6634
6634
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
6635
|
-
clusterRadius: z.
|
|
6635
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
6636
6636
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
6637
6637
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
6638
6638
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -6739,7 +6739,7 @@ declare const LineLayerSchema: z.ZodObject<{
|
|
|
6739
6739
|
ttl?: number | undefined;
|
|
6740
6740
|
}>>;
|
|
6741
6741
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
6742
|
-
clusterRadius: z.
|
|
6742
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
6743
6743
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
6744
6744
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
6745
6745
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -7250,7 +7250,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
7250
7250
|
ttl?: number | undefined;
|
|
7251
7251
|
}>>;
|
|
7252
7252
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
7253
|
-
clusterRadius: z.
|
|
7253
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
7254
7254
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
7255
7255
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
7256
7256
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -7357,7 +7357,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
7357
7357
|
ttl?: number | undefined;
|
|
7358
7358
|
}>>;
|
|
7359
7359
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
7360
|
-
clusterRadius: z.
|
|
7360
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
7361
7361
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
7362
7362
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
7363
7363
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -7464,7 +7464,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
7464
7464
|
ttl?: number | undefined;
|
|
7465
7465
|
}>>;
|
|
7466
7466
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
7467
|
-
clusterRadius: z.
|
|
7467
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
7468
7468
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
7469
7469
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
7470
7470
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -7571,7 +7571,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
7571
7571
|
ttl?: number | undefined;
|
|
7572
7572
|
}>>;
|
|
7573
7573
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
7574
|
-
clusterRadius: z.
|
|
7574
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
7575
7575
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
7576
7576
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
7577
7577
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -7678,7 +7678,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
7678
7678
|
ttl?: number | undefined;
|
|
7679
7679
|
}>>;
|
|
7680
7680
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
7681
|
-
clusterRadius: z.
|
|
7681
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
7682
7682
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
7683
7683
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
7684
7684
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -8143,7 +8143,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
8143
8143
|
ttl?: number | undefined;
|
|
8144
8144
|
}>>;
|
|
8145
8145
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
8146
|
-
clusterRadius: z.
|
|
8146
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
8147
8147
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
8148
8148
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
8149
8149
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -8250,7 +8250,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
8250
8250
|
ttl?: number | undefined;
|
|
8251
8251
|
}>>;
|
|
8252
8252
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
8253
|
-
clusterRadius: z.
|
|
8253
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
8254
8254
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
8255
8255
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
8256
8256
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -8357,7 +8357,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
8357
8357
|
ttl?: number | undefined;
|
|
8358
8358
|
}>>;
|
|
8359
8359
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
8360
|
-
clusterRadius: z.
|
|
8360
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
8361
8361
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
8362
8362
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
8363
8363
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -8464,7 +8464,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
8464
8464
|
ttl?: number | undefined;
|
|
8465
8465
|
}>>;
|
|
8466
8466
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
8467
|
-
clusterRadius: z.
|
|
8467
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
8468
8468
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
8469
8469
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
8470
8470
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -8571,7 +8571,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
8571
8571
|
ttl?: number | undefined;
|
|
8572
8572
|
}>>;
|
|
8573
8573
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
8574
|
-
clusterRadius: z.
|
|
8574
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
8575
8575
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
8576
8576
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
8577
8577
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9036,7 +9036,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
9036
9036
|
ttl?: number | undefined;
|
|
9037
9037
|
}>>;
|
|
9038
9038
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9039
|
-
clusterRadius: z.
|
|
9039
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9040
9040
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9041
9041
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9042
9042
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9143,7 +9143,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
9143
9143
|
ttl?: number | undefined;
|
|
9144
9144
|
}>>;
|
|
9145
9145
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9146
|
-
clusterRadius: z.
|
|
9146
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9147
9147
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9148
9148
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9149
9149
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9250,7 +9250,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
9250
9250
|
ttl?: number | undefined;
|
|
9251
9251
|
}>>;
|
|
9252
9252
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9253
|
-
clusterRadius: z.
|
|
9253
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9254
9254
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9255
9255
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9256
9256
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9357,7 +9357,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
9357
9357
|
ttl?: number | undefined;
|
|
9358
9358
|
}>>;
|
|
9359
9359
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9360
|
-
clusterRadius: z.
|
|
9360
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9361
9361
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9362
9362
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9363
9363
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9464,7 +9464,7 @@ declare const FillLayerSchema: z.ZodObject<{
|
|
|
9464
9464
|
ttl?: number | undefined;
|
|
9465
9465
|
}>>;
|
|
9466
9466
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9467
|
-
clusterRadius: z.
|
|
9467
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9468
9468
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9469
9469
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9470
9470
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -9963,7 +9963,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
9963
9963
|
ttl?: number | undefined;
|
|
9964
9964
|
}>>;
|
|
9965
9965
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
9966
|
-
clusterRadius: z.
|
|
9966
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
9967
9967
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
9968
9968
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
9969
9969
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -10070,7 +10070,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
10070
10070
|
ttl?: number | undefined;
|
|
10071
10071
|
}>>;
|
|
10072
10072
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
10073
|
-
clusterRadius: z.
|
|
10073
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
10074
10074
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
10075
10075
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
10076
10076
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -10177,7 +10177,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
10177
10177
|
ttl?: number | undefined;
|
|
10178
10178
|
}>>;
|
|
10179
10179
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
10180
|
-
clusterRadius: z.
|
|
10180
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
10181
10181
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
10182
10182
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
10183
10183
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -10284,7 +10284,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
10284
10284
|
ttl?: number | undefined;
|
|
10285
10285
|
}>>;
|
|
10286
10286
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
10287
|
-
clusterRadius: z.
|
|
10287
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
10288
10288
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
10289
10289
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
10290
10290
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -10391,7 +10391,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
10391
10391
|
ttl?: number | undefined;
|
|
10392
10392
|
}>>;
|
|
10393
10393
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
10394
|
-
clusterRadius: z.
|
|
10394
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
10395
10395
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
10396
10396
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
10397
10397
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -10994,7 +10994,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
10994
10994
|
ttl?: number | undefined;
|
|
10995
10995
|
}>>;
|
|
10996
10996
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
10997
|
-
clusterRadius: z.
|
|
10997
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
10998
10998
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
10999
10999
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
11000
11000
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -11101,7 +11101,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
11101
11101
|
ttl?: number | undefined;
|
|
11102
11102
|
}>>;
|
|
11103
11103
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
11104
|
-
clusterRadius: z.
|
|
11104
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
11105
11105
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
11106
11106
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
11107
11107
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -11208,7 +11208,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
11208
11208
|
ttl?: number | undefined;
|
|
11209
11209
|
}>>;
|
|
11210
11210
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
11211
|
-
clusterRadius: z.
|
|
11211
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
11212
11212
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
11213
11213
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
11214
11214
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -11315,7 +11315,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
11315
11315
|
ttl?: number | undefined;
|
|
11316
11316
|
}>>;
|
|
11317
11317
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
11318
|
-
clusterRadius: z.
|
|
11318
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
11319
11319
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
11320
11320
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
11321
11321
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -11422,7 +11422,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
11422
11422
|
ttl?: number | undefined;
|
|
11423
11423
|
}>>;
|
|
11424
11424
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
11425
|
-
clusterRadius: z.
|
|
11425
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
11426
11426
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
11427
11427
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
11428
11428
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12025,7 +12025,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
12025
12025
|
ttl?: number | undefined;
|
|
12026
12026
|
}>>;
|
|
12027
12027
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
12028
|
-
clusterRadius: z.
|
|
12028
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
12029
12029
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
12030
12030
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
12031
12031
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12132,7 +12132,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
12132
12132
|
ttl?: number | undefined;
|
|
12133
12133
|
}>>;
|
|
12134
12134
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
12135
|
-
clusterRadius: z.
|
|
12135
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
12136
12136
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
12137
12137
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
12138
12138
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12239,7 +12239,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
12239
12239
|
ttl?: number | undefined;
|
|
12240
12240
|
}>>;
|
|
12241
12241
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
12242
|
-
clusterRadius: z.
|
|
12242
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
12243
12243
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
12244
12244
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
12245
12245
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12346,7 +12346,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
12346
12346
|
ttl?: number | undefined;
|
|
12347
12347
|
}>>;
|
|
12348
12348
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
12349
|
-
clusterRadius: z.
|
|
12349
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
12350
12350
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
12351
12351
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
12352
12352
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -12453,7 +12453,7 @@ declare const SymbolLayerSchema: z.ZodObject<{
|
|
|
12453
12453
|
ttl?: number | undefined;
|
|
12454
12454
|
}>>;
|
|
12455
12455
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
12456
|
-
clusterRadius: z.
|
|
12456
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
12457
12457
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
12458
12458
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
12459
12459
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13076,7 +13076,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13076
13076
|
ttl?: number | undefined;
|
|
13077
13077
|
}>>;
|
|
13078
13078
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13079
|
-
clusterRadius: z.
|
|
13079
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13080
13080
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13081
13081
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13082
13082
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13183,7 +13183,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13183
13183
|
ttl?: number | undefined;
|
|
13184
13184
|
}>>;
|
|
13185
13185
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13186
|
-
clusterRadius: z.
|
|
13186
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13187
13187
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13188
13188
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13189
13189
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13290,7 +13290,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13290
13290
|
ttl?: number | undefined;
|
|
13291
13291
|
}>>;
|
|
13292
13292
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13293
|
-
clusterRadius: z.
|
|
13293
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13294
13294
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13295
13295
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13296
13296
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13397,7 +13397,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13397
13397
|
ttl?: number | undefined;
|
|
13398
13398
|
}>>;
|
|
13399
13399
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13400
|
-
clusterRadius: z.
|
|
13400
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13401
13401
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13402
13402
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13403
13403
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13504,7 +13504,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13504
13504
|
ttl?: number | undefined;
|
|
13505
13505
|
}>>;
|
|
13506
13506
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13507
|
-
clusterRadius: z.
|
|
13507
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13508
13508
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13509
13509
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13510
13510
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -13966,7 +13966,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
13966
13966
|
ttl?: number | undefined;
|
|
13967
13967
|
}>>;
|
|
13968
13968
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
13969
|
-
clusterRadius: z.
|
|
13969
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
13970
13970
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
13971
13971
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
13972
13972
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14073,7 +14073,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14073
14073
|
ttl?: number | undefined;
|
|
14074
14074
|
}>>;
|
|
14075
14075
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14076
|
-
clusterRadius: z.
|
|
14076
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14077
14077
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14078
14078
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14079
14079
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14180,7 +14180,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14180
14180
|
ttl?: number | undefined;
|
|
14181
14181
|
}>>;
|
|
14182
14182
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14183
|
-
clusterRadius: z.
|
|
14183
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14184
14184
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14185
14185
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14186
14186
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14287,7 +14287,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14287
14287
|
ttl?: number | undefined;
|
|
14288
14288
|
}>>;
|
|
14289
14289
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14290
|
-
clusterRadius: z.
|
|
14290
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14291
14291
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14292
14292
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14293
14293
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14394,7 +14394,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14394
14394
|
ttl?: number | undefined;
|
|
14395
14395
|
}>>;
|
|
14396
14396
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14397
|
-
clusterRadius: z.
|
|
14397
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14398
14398
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14399
14399
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14400
14400
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14856,7 +14856,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14856
14856
|
ttl?: number | undefined;
|
|
14857
14857
|
}>>;
|
|
14858
14858
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14859
|
-
clusterRadius: z.
|
|
14859
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14860
14860
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14861
14861
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14862
14862
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -14963,7 +14963,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
14963
14963
|
ttl?: number | undefined;
|
|
14964
14964
|
}>>;
|
|
14965
14965
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
14966
|
-
clusterRadius: z.
|
|
14966
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
14967
14967
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
14968
14968
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
14969
14969
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15070,7 +15070,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
15070
15070
|
ttl?: number | undefined;
|
|
15071
15071
|
}>>;
|
|
15072
15072
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15073
|
-
clusterRadius: z.
|
|
15073
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15074
15074
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15075
15075
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15076
15076
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15177,7 +15177,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
15177
15177
|
ttl?: number | undefined;
|
|
15178
15178
|
}>>;
|
|
15179
15179
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15180
|
-
clusterRadius: z.
|
|
15180
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15181
15181
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15182
15182
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15183
15183
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15284,7 +15284,7 @@ declare const RasterLayerSchema: z.ZodObject<{
|
|
|
15284
15284
|
ttl?: number | undefined;
|
|
15285
15285
|
}>>;
|
|
15286
15286
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15287
|
-
clusterRadius: z.
|
|
15287
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15288
15288
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15289
15289
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15290
15290
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15770,7 +15770,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
15770
15770
|
ttl?: number | undefined;
|
|
15771
15771
|
}>>;
|
|
15772
15772
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15773
|
-
clusterRadius: z.
|
|
15773
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15774
15774
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15775
15775
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15776
15776
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15877,7 +15877,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
15877
15877
|
ttl?: number | undefined;
|
|
15878
15878
|
}>>;
|
|
15879
15879
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15880
|
-
clusterRadius: z.
|
|
15880
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15881
15881
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15882
15882
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15883
15883
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -15984,7 +15984,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
15984
15984
|
ttl?: number | undefined;
|
|
15985
15985
|
}>>;
|
|
15986
15986
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
15987
|
-
clusterRadius: z.
|
|
15987
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
15988
15988
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
15989
15989
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
15990
15990
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16091,7 +16091,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16091
16091
|
ttl?: number | undefined;
|
|
16092
16092
|
}>>;
|
|
16093
16093
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16094
|
-
clusterRadius: z.
|
|
16094
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16095
16095
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16096
16096
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16097
16097
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16198,7 +16198,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16198
16198
|
ttl?: number | undefined;
|
|
16199
16199
|
}>>;
|
|
16200
16200
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16201
|
-
clusterRadius: z.
|
|
16201
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16202
16202
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16203
16203
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16204
16204
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16660,7 +16660,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16660
16660
|
ttl?: number | undefined;
|
|
16661
16661
|
}>>;
|
|
16662
16662
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16663
|
-
clusterRadius: z.
|
|
16663
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16664
16664
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16665
16665
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16666
16666
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16767,7 +16767,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16767
16767
|
ttl?: number | undefined;
|
|
16768
16768
|
}>>;
|
|
16769
16769
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16770
|
-
clusterRadius: z.
|
|
16770
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16771
16771
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16772
16772
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16773
16773
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16874,7 +16874,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16874
16874
|
ttl?: number | undefined;
|
|
16875
16875
|
}>>;
|
|
16876
16876
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16877
|
-
clusterRadius: z.
|
|
16877
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16878
16878
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16879
16879
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16880
16880
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16981,7 +16981,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
16981
16981
|
ttl?: number | undefined;
|
|
16982
16982
|
}>>;
|
|
16983
16983
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
16984
|
-
clusterRadius: z.
|
|
16984
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
16985
16985
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
16986
16986
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
16987
16987
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17088,7 +17088,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17088
17088
|
ttl?: number | undefined;
|
|
17089
17089
|
}>>;
|
|
17090
17090
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17091
|
-
clusterRadius: z.
|
|
17091
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17092
17092
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17093
17093
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17094
17094
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17550,7 +17550,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17550
17550
|
ttl?: number | undefined;
|
|
17551
17551
|
}>>;
|
|
17552
17552
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17553
|
-
clusterRadius: z.
|
|
17553
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17554
17554
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17555
17555
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17556
17556
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17657,7 +17657,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17657
17657
|
ttl?: number | undefined;
|
|
17658
17658
|
}>>;
|
|
17659
17659
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17660
|
-
clusterRadius: z.
|
|
17660
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17661
17661
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17662
17662
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17663
17663
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17764,7 +17764,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17764
17764
|
ttl?: number | undefined;
|
|
17765
17765
|
}>>;
|
|
17766
17766
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17767
|
-
clusterRadius: z.
|
|
17767
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17768
17768
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17769
17769
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17770
17770
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17871,7 +17871,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17871
17871
|
ttl?: number | undefined;
|
|
17872
17872
|
}>>;
|
|
17873
17873
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17874
|
-
clusterRadius: z.
|
|
17874
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17875
17875
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17876
17876
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17877
17877
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -17978,7 +17978,7 @@ declare const FillExtrusionLayerSchema: z.ZodObject<{
|
|
|
17978
17978
|
ttl?: number | undefined;
|
|
17979
17979
|
}>>;
|
|
17980
17980
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
17981
|
-
clusterRadius: z.
|
|
17981
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
17982
17982
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
17983
17983
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
17984
17984
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -18471,7 +18471,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
18471
18471
|
ttl?: number | undefined;
|
|
18472
18472
|
}>>;
|
|
18473
18473
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
18474
|
-
clusterRadius: z.
|
|
18474
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
18475
18475
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
18476
18476
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
18477
18477
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -18578,7 +18578,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
18578
18578
|
ttl?: number | undefined;
|
|
18579
18579
|
}>>;
|
|
18580
18580
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
18581
|
-
clusterRadius: z.
|
|
18581
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
18582
18582
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
18583
18583
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
18584
18584
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -18685,7 +18685,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
18685
18685
|
ttl?: number | undefined;
|
|
18686
18686
|
}>>;
|
|
18687
18687
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
18688
|
-
clusterRadius: z.
|
|
18688
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
18689
18689
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
18690
18690
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
18691
18691
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -18792,7 +18792,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
18792
18792
|
ttl?: number | undefined;
|
|
18793
18793
|
}>>;
|
|
18794
18794
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
18795
|
-
clusterRadius: z.
|
|
18795
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
18796
18796
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
18797
18797
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
18798
18798
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -18899,7 +18899,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
18899
18899
|
ttl?: number | undefined;
|
|
18900
18900
|
}>>;
|
|
18901
18901
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
18902
|
-
clusterRadius: z.
|
|
18902
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
18903
18903
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
18904
18904
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
18905
18905
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -19352,7 +19352,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
19352
19352
|
ttl?: number | undefined;
|
|
19353
19353
|
}>>;
|
|
19354
19354
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
19355
|
-
clusterRadius: z.
|
|
19355
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
19356
19356
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
19357
19357
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
19358
19358
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -19459,7 +19459,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
19459
19459
|
ttl?: number | undefined;
|
|
19460
19460
|
}>>;
|
|
19461
19461
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
19462
|
-
clusterRadius: z.
|
|
19462
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
19463
19463
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
19464
19464
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
19465
19465
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -19566,7 +19566,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
19566
19566
|
ttl?: number | undefined;
|
|
19567
19567
|
}>>;
|
|
19568
19568
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
19569
|
-
clusterRadius: z.
|
|
19569
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
19570
19570
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
19571
19571
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
19572
19572
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -19673,7 +19673,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
19673
19673
|
ttl?: number | undefined;
|
|
19674
19674
|
}>>;
|
|
19675
19675
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
19676
|
-
clusterRadius: z.
|
|
19676
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
19677
19677
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
19678
19678
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
19679
19679
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -19780,7 +19780,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
19780
19780
|
ttl?: number | undefined;
|
|
19781
19781
|
}>>;
|
|
19782
19782
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
19783
|
-
clusterRadius: z.
|
|
19783
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
19784
19784
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
19785
19785
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
19786
19786
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -20233,7 +20233,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
20233
20233
|
ttl?: number | undefined;
|
|
20234
20234
|
}>>;
|
|
20235
20235
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
20236
|
-
clusterRadius: z.
|
|
20236
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
20237
20237
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
20238
20238
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
20239
20239
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -20340,7 +20340,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
20340
20340
|
ttl?: number | undefined;
|
|
20341
20341
|
}>>;
|
|
20342
20342
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
20343
|
-
clusterRadius: z.
|
|
20343
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
20344
20344
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
20345
20345
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
20346
20346
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -20447,7 +20447,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
20447
20447
|
ttl?: number | undefined;
|
|
20448
20448
|
}>>;
|
|
20449
20449
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
20450
|
-
clusterRadius: z.
|
|
20450
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
20451
20451
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
20452
20452
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
20453
20453
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -20554,7 +20554,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
20554
20554
|
ttl?: number | undefined;
|
|
20555
20555
|
}>>;
|
|
20556
20556
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
20557
|
-
clusterRadius: z.
|
|
20557
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
20558
20558
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
20559
20559
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
20560
20560
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -20661,7 +20661,7 @@ declare const HeatmapLayerSchema: z.ZodObject<{
|
|
|
20661
20661
|
ttl?: number | undefined;
|
|
20662
20662
|
}>>;
|
|
20663
20663
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
20664
|
-
clusterRadius: z.
|
|
20664
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
20665
20665
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
20666
20666
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
20667
20667
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -21135,7 +21135,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
21135
21135
|
ttl?: number | undefined;
|
|
21136
21136
|
}>>;
|
|
21137
21137
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
21138
|
-
clusterRadius: z.
|
|
21138
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
21139
21139
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
21140
21140
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
21141
21141
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -21242,7 +21242,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
21242
21242
|
ttl?: number | undefined;
|
|
21243
21243
|
}>>;
|
|
21244
21244
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
21245
|
-
clusterRadius: z.
|
|
21245
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
21246
21246
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
21247
21247
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
21248
21248
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -21349,7 +21349,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
21349
21349
|
ttl?: number | undefined;
|
|
21350
21350
|
}>>;
|
|
21351
21351
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
21352
|
-
clusterRadius: z.
|
|
21352
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
21353
21353
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
21354
21354
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
21355
21355
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -21456,7 +21456,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
21456
21456
|
ttl?: number | undefined;
|
|
21457
21457
|
}>>;
|
|
21458
21458
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
21459
|
-
clusterRadius: z.
|
|
21459
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
21460
21460
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
21461
21461
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
21462
21462
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -21563,7 +21563,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
21563
21563
|
ttl?: number | undefined;
|
|
21564
21564
|
}>>;
|
|
21565
21565
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
21566
|
-
clusterRadius: z.
|
|
21566
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
21567
21567
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
21568
21568
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
21569
21569
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22019,7 +22019,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22019
22019
|
ttl?: number | undefined;
|
|
22020
22020
|
}>>;
|
|
22021
22021
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22022
|
-
clusterRadius: z.
|
|
22022
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22023
22023
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22024
22024
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22025
22025
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22126,7 +22126,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22126
22126
|
ttl?: number | undefined;
|
|
22127
22127
|
}>>;
|
|
22128
22128
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22129
|
-
clusterRadius: z.
|
|
22129
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22130
22130
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22131
22131
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22132
22132
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22233,7 +22233,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22233
22233
|
ttl?: number | undefined;
|
|
22234
22234
|
}>>;
|
|
22235
22235
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22236
|
-
clusterRadius: z.
|
|
22236
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22237
22237
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22238
22238
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22239
22239
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22340,7 +22340,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22340
22340
|
ttl?: number | undefined;
|
|
22341
22341
|
}>>;
|
|
22342
22342
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22343
|
-
clusterRadius: z.
|
|
22343
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22344
22344
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22345
22345
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22346
22346
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22447,7 +22447,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22447
22447
|
ttl?: number | undefined;
|
|
22448
22448
|
}>>;
|
|
22449
22449
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22450
|
-
clusterRadius: z.
|
|
22450
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22451
22451
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22452
22452
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22453
22453
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -22903,7 +22903,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
22903
22903
|
ttl?: number | undefined;
|
|
22904
22904
|
}>>;
|
|
22905
22905
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
22906
|
-
clusterRadius: z.
|
|
22906
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
22907
22907
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
22908
22908
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
22909
22909
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23010,7 +23010,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
23010
23010
|
ttl?: number | undefined;
|
|
23011
23011
|
}>>;
|
|
23012
23012
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23013
|
-
clusterRadius: z.
|
|
23013
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23014
23014
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23015
23015
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23016
23016
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23117,7 +23117,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
23117
23117
|
ttl?: number | undefined;
|
|
23118
23118
|
}>>;
|
|
23119
23119
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23120
|
-
clusterRadius: z.
|
|
23120
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23121
23121
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23122
23122
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23123
23123
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23224,7 +23224,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
23224
23224
|
ttl?: number | undefined;
|
|
23225
23225
|
}>>;
|
|
23226
23226
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23227
|
-
clusterRadius: z.
|
|
23227
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23228
23228
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23229
23229
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23230
23230
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23331,7 +23331,7 @@ declare const HillshadeLayerSchema: z.ZodObject<{
|
|
|
23331
23331
|
ttl?: number | undefined;
|
|
23332
23332
|
}>>;
|
|
23333
23333
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23334
|
-
clusterRadius: z.
|
|
23334
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23335
23335
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23336
23336
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23337
23337
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23876,7 +23876,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23876
23876
|
ttl?: number | undefined;
|
|
23877
23877
|
}>>;
|
|
23878
23878
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23879
|
-
clusterRadius: z.
|
|
23879
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23880
23880
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23881
23881
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23882
23882
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -23983,7 +23983,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
23983
23983
|
ttl?: number | undefined;
|
|
23984
23984
|
}>>;
|
|
23985
23985
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
23986
|
-
clusterRadius: z.
|
|
23986
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
23987
23987
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
23988
23988
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
23989
23989
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24090,7 +24090,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24090
24090
|
ttl?: number | undefined;
|
|
24091
24091
|
}>>;
|
|
24092
24092
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24093
|
-
clusterRadius: z.
|
|
24093
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24094
24094
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24095
24095
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24096
24096
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24197,7 +24197,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24197
24197
|
ttl?: number | undefined;
|
|
24198
24198
|
}>>;
|
|
24199
24199
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24200
|
-
clusterRadius: z.
|
|
24200
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24201
24201
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24202
24202
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24203
24203
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24304,7 +24304,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24304
24304
|
ttl?: number | undefined;
|
|
24305
24305
|
}>>;
|
|
24306
24306
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24307
|
-
clusterRadius: z.
|
|
24307
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24308
24308
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24309
24309
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24310
24310
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24775,7 +24775,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24775
24775
|
ttl?: number | undefined;
|
|
24776
24776
|
}>>;
|
|
24777
24777
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24778
|
-
clusterRadius: z.
|
|
24778
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24779
24779
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24780
24780
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24781
24781
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24882,7 +24882,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24882
24882
|
ttl?: number | undefined;
|
|
24883
24883
|
}>>;
|
|
24884
24884
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24885
|
-
clusterRadius: z.
|
|
24885
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24886
24886
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24887
24887
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24888
24888
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -24989,7 +24989,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24989
24989
|
ttl?: number | undefined;
|
|
24990
24990
|
}>>;
|
|
24991
24991
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
24992
|
-
clusterRadius: z.
|
|
24992
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
24993
24993
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
24994
24994
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
24995
24995
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25096,7 +25096,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25096
25096
|
ttl?: number | undefined;
|
|
25097
25097
|
}>>;
|
|
25098
25098
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25099
|
-
clusterRadius: z.
|
|
25099
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25100
25100
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
25101
25101
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
25102
25102
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25203,7 +25203,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25203
25203
|
ttl?: number | undefined;
|
|
25204
25204
|
}>>;
|
|
25205
25205
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25206
|
-
clusterRadius: z.
|
|
25206
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25207
25207
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
25208
25208
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
25209
25209
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25674,7 +25674,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25674
25674
|
ttl?: number | undefined;
|
|
25675
25675
|
}>>;
|
|
25676
25676
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25677
|
-
clusterRadius: z.
|
|
25677
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25678
25678
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
25679
25679
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
25680
25680
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25781,7 +25781,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25781
25781
|
ttl?: number | undefined;
|
|
25782
25782
|
}>>;
|
|
25783
25783
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25784
|
-
clusterRadius: z.
|
|
25784
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25785
25785
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
25786
25786
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
25787
25787
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25888,7 +25888,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25888
25888
|
ttl?: number | undefined;
|
|
25889
25889
|
}>>;
|
|
25890
25890
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25891
|
-
clusterRadius: z.
|
|
25891
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25892
25892
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
25893
25893
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
25894
25894
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -25995,7 +25995,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25995
25995
|
ttl?: number | undefined;
|
|
25996
25996
|
}>>;
|
|
25997
25997
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
25998
|
-
clusterRadius: z.
|
|
25998
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
25999
25999
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26000
26000
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26001
26001
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -26102,7 +26102,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26102
26102
|
ttl?: number | undefined;
|
|
26103
26103
|
}>>;
|
|
26104
26104
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
26105
|
-
clusterRadius: z.
|
|
26105
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
26106
26106
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26107
26107
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26108
26108
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -26573,7 +26573,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26573
26573
|
ttl?: number | undefined;
|
|
26574
26574
|
}>>;
|
|
26575
26575
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
26576
|
-
clusterRadius: z.
|
|
26576
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
26577
26577
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26578
26578
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26579
26579
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -26680,7 +26680,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26680
26680
|
ttl?: number | undefined;
|
|
26681
26681
|
}>>;
|
|
26682
26682
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
26683
|
-
clusterRadius: z.
|
|
26683
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
26684
26684
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26685
26685
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26686
26686
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -26787,7 +26787,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26787
26787
|
ttl?: number | undefined;
|
|
26788
26788
|
}>>;
|
|
26789
26789
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
26790
|
-
clusterRadius: z.
|
|
26790
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
26791
26791
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26792
26792
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26793
26793
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -26894,7 +26894,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26894
26894
|
ttl?: number | undefined;
|
|
26895
26895
|
}>>;
|
|
26896
26896
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
26897
|
-
clusterRadius: z.
|
|
26897
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
26898
26898
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
26899
26899
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
26900
26900
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27001,7 +27001,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27001
27001
|
ttl?: number | undefined;
|
|
27002
27002
|
}>>;
|
|
27003
27003
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27004
|
-
clusterRadius: z.
|
|
27004
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27005
27005
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27006
27006
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27007
27007
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27490,7 +27490,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27490
27490
|
ttl?: number | undefined;
|
|
27491
27491
|
}>>;
|
|
27492
27492
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27493
|
-
clusterRadius: z.
|
|
27493
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27494
27494
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27495
27495
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27496
27496
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27597,7 +27597,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27597
27597
|
ttl?: number | undefined;
|
|
27598
27598
|
}>>;
|
|
27599
27599
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27600
|
-
clusterRadius: z.
|
|
27600
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27601
27601
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27602
27602
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27603
27603
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27704,7 +27704,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27704
27704
|
ttl?: number | undefined;
|
|
27705
27705
|
}>>;
|
|
27706
27706
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27707
|
-
clusterRadius: z.
|
|
27707
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27708
27708
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27709
27709
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27710
27710
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27811,7 +27811,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27811
27811
|
ttl?: number | undefined;
|
|
27812
27812
|
}>>;
|
|
27813
27813
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27814
|
-
clusterRadius: z.
|
|
27814
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27815
27815
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27816
27816
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27817
27817
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -27918,7 +27918,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27918
27918
|
ttl?: number | undefined;
|
|
27919
27919
|
}>>;
|
|
27920
27920
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
27921
|
-
clusterRadius: z.
|
|
27921
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
27922
27922
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
27923
27923
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
27924
27924
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -28407,7 +28407,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
28407
28407
|
ttl?: number | undefined;
|
|
28408
28408
|
}>>;
|
|
28409
28409
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
28410
|
-
clusterRadius: z.
|
|
28410
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
28411
28411
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
28412
28412
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
28413
28413
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -28514,7 +28514,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
28514
28514
|
ttl?: number | undefined;
|
|
28515
28515
|
}>>;
|
|
28516
28516
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
28517
|
-
clusterRadius: z.
|
|
28517
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
28518
28518
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
28519
28519
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
28520
28520
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -28621,7 +28621,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
28621
28621
|
ttl?: number | undefined;
|
|
28622
28622
|
}>>;
|
|
28623
28623
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
28624
|
-
clusterRadius: z.
|
|
28624
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
28625
28625
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
28626
28626
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
28627
28627
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -28728,7 +28728,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
28728
28728
|
ttl?: number | undefined;
|
|
28729
28729
|
}>>;
|
|
28730
28730
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
28731
|
-
clusterRadius: z.
|
|
28731
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
28732
28732
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
28733
28733
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
28734
28734
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -28835,7 +28835,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
28835
28835
|
ttl?: number | undefined;
|
|
28836
28836
|
}>>;
|
|
28837
28837
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
28838
|
-
clusterRadius: z.
|
|
28838
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
28839
28839
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
28840
28840
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
28841
28841
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -29324,7 +29324,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29324
29324
|
ttl?: number | undefined;
|
|
29325
29325
|
}>>;
|
|
29326
29326
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
29327
|
-
clusterRadius: z.
|
|
29327
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
29328
29328
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
29329
29329
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
29330
29330
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -29431,7 +29431,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29431
29431
|
ttl?: number | undefined;
|
|
29432
29432
|
}>>;
|
|
29433
29433
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
29434
|
-
clusterRadius: z.
|
|
29434
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
29435
29435
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
29436
29436
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
29437
29437
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -29538,7 +29538,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29538
29538
|
ttl?: number | undefined;
|
|
29539
29539
|
}>>;
|
|
29540
29540
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
29541
|
-
clusterRadius: z.
|
|
29541
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
29542
29542
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
29543
29543
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
29544
29544
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -29645,7 +29645,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29645
29645
|
ttl?: number | undefined;
|
|
29646
29646
|
}>>;
|
|
29647
29647
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
29648
|
-
clusterRadius: z.
|
|
29648
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
29649
29649
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
29650
29650
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
29651
29651
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -29752,7 +29752,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29752
29752
|
ttl?: number | undefined;
|
|
29753
29753
|
}>>;
|
|
29754
29754
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
29755
|
-
clusterRadius: z.
|
|
29755
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
29756
29756
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
29757
29757
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
29758
29758
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -30217,7 +30217,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
30217
30217
|
ttl?: number | undefined;
|
|
30218
30218
|
}>>;
|
|
30219
30219
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
30220
|
-
clusterRadius: z.
|
|
30220
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
30221
30221
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
30222
30222
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
30223
30223
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -30324,7 +30324,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
30324
30324
|
ttl?: number | undefined;
|
|
30325
30325
|
}>>;
|
|
30326
30326
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
30327
|
-
clusterRadius: z.
|
|
30327
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
30328
30328
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
30329
30329
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
30330
30330
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -30431,7 +30431,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
30431
30431
|
ttl?: number | undefined;
|
|
30432
30432
|
}>>;
|
|
30433
30433
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
30434
|
-
clusterRadius: z.
|
|
30434
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
30435
30435
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
30436
30436
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
30437
30437
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -30538,7 +30538,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
30538
30538
|
ttl?: number | undefined;
|
|
30539
30539
|
}>>;
|
|
30540
30540
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
30541
|
-
clusterRadius: z.
|
|
30541
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
30542
30542
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
30543
30543
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
30544
30544
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -30645,7 +30645,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
30645
30645
|
ttl?: number | undefined;
|
|
30646
30646
|
}>>;
|
|
30647
30647
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
30648
|
-
clusterRadius: z.
|
|
30648
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
30649
30649
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
30650
30650
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
30651
30651
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -31110,7 +31110,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
31110
31110
|
ttl?: number | undefined;
|
|
31111
31111
|
}>>;
|
|
31112
31112
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
31113
|
-
clusterRadius: z.
|
|
31113
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
31114
31114
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
31115
31115
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
31116
31116
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -31217,7 +31217,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
31217
31217
|
ttl?: number | undefined;
|
|
31218
31218
|
}>>;
|
|
31219
31219
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
31220
|
-
clusterRadius: z.
|
|
31220
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
31221
31221
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
31222
31222
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
31223
31223
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -31324,7 +31324,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
31324
31324
|
ttl?: number | undefined;
|
|
31325
31325
|
}>>;
|
|
31326
31326
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
31327
|
-
clusterRadius: z.
|
|
31327
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
31328
31328
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
31329
31329
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
31330
31330
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -31431,7 +31431,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
31431
31431
|
ttl?: number | undefined;
|
|
31432
31432
|
}>>;
|
|
31433
31433
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
31434
|
-
clusterRadius: z.
|
|
31434
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
31435
31435
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
31436
31436
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
31437
31437
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -31538,7 +31538,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
31538
31538
|
ttl?: number | undefined;
|
|
31539
31539
|
}>>;
|
|
31540
31540
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
31541
|
-
clusterRadius: z.
|
|
31541
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
31542
31542
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
31543
31543
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
31544
31544
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -32003,7 +32003,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32003
32003
|
ttl?: number | undefined;
|
|
32004
32004
|
}>>;
|
|
32005
32005
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
32006
|
-
clusterRadius: z.
|
|
32006
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
32007
32007
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
32008
32008
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
32009
32009
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -32110,7 +32110,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32110
32110
|
ttl?: number | undefined;
|
|
32111
32111
|
}>>;
|
|
32112
32112
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
32113
|
-
clusterRadius: z.
|
|
32113
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
32114
32114
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
32115
32115
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
32116
32116
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -32217,7 +32217,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32217
32217
|
ttl?: number | undefined;
|
|
32218
32218
|
}>>;
|
|
32219
32219
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
32220
|
-
clusterRadius: z.
|
|
32220
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
32221
32221
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
32222
32222
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
32223
32223
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -32324,7 +32324,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32324
32324
|
ttl?: number | undefined;
|
|
32325
32325
|
}>>;
|
|
32326
32326
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
32327
|
-
clusterRadius: z.
|
|
32327
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
32328
32328
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
32329
32329
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
32330
32330
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -32431,7 +32431,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32431
32431
|
ttl?: number | undefined;
|
|
32432
32432
|
}>>;
|
|
32433
32433
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
32434
|
-
clusterRadius: z.
|
|
32434
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
32435
32435
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
32436
32436
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
32437
32437
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -33034,7 +33034,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
33034
33034
|
ttl?: number | undefined;
|
|
33035
33035
|
}>>;
|
|
33036
33036
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
33037
|
-
clusterRadius: z.
|
|
33037
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
33038
33038
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
33039
33039
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
33040
33040
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -33141,7 +33141,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
33141
33141
|
ttl?: number | undefined;
|
|
33142
33142
|
}>>;
|
|
33143
33143
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
33144
|
-
clusterRadius: z.
|
|
33144
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
33145
33145
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
33146
33146
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
33147
33147
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -33248,7 +33248,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
33248
33248
|
ttl?: number | undefined;
|
|
33249
33249
|
}>>;
|
|
33250
33250
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
33251
|
-
clusterRadius: z.
|
|
33251
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
33252
33252
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
33253
33253
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
33254
33254
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -33355,7 +33355,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
33355
33355
|
ttl?: number | undefined;
|
|
33356
33356
|
}>>;
|
|
33357
33357
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
33358
|
-
clusterRadius: z.
|
|
33358
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
33359
33359
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
33360
33360
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
33361
33361
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -33462,7 +33462,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
33462
33462
|
ttl?: number | undefined;
|
|
33463
33463
|
}>>;
|
|
33464
33464
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
33465
|
-
clusterRadius: z.
|
|
33465
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
33466
33466
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
33467
33467
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
33468
33468
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -34065,7 +34065,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
34065
34065
|
ttl?: number | undefined;
|
|
34066
34066
|
}>>;
|
|
34067
34067
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
34068
|
-
clusterRadius: z.
|
|
34068
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
34069
34069
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
34070
34070
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
34071
34071
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -34172,7 +34172,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
34172
34172
|
ttl?: number | undefined;
|
|
34173
34173
|
}>>;
|
|
34174
34174
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
34175
|
-
clusterRadius: z.
|
|
34175
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
34176
34176
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
34177
34177
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
34178
34178
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -34279,7 +34279,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
34279
34279
|
ttl?: number | undefined;
|
|
34280
34280
|
}>>;
|
|
34281
34281
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
34282
|
-
clusterRadius: z.
|
|
34282
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
34283
34283
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
34284
34284
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
34285
34285
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -34386,7 +34386,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
34386
34386
|
ttl?: number | undefined;
|
|
34387
34387
|
}>>;
|
|
34388
34388
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
34389
|
-
clusterRadius: z.
|
|
34389
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
34390
34390
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
34391
34391
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
34392
34392
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -34493,7 +34493,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
34493
34493
|
ttl?: number | undefined;
|
|
34494
34494
|
}>>;
|
|
34495
34495
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
34496
|
-
clusterRadius: z.
|
|
34496
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
34497
34497
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
34498
34498
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
34499
34499
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35096,7 +35096,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35096
35096
|
ttl?: number | undefined;
|
|
35097
35097
|
}>>;
|
|
35098
35098
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35099
|
-
clusterRadius: z.
|
|
35099
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35100
35100
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35101
35101
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35102
35102
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35203,7 +35203,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35203
35203
|
ttl?: number | undefined;
|
|
35204
35204
|
}>>;
|
|
35205
35205
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35206
|
-
clusterRadius: z.
|
|
35206
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35207
35207
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35208
35208
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35209
35209
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35310,7 +35310,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35310
35310
|
ttl?: number | undefined;
|
|
35311
35311
|
}>>;
|
|
35312
35312
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35313
|
-
clusterRadius: z.
|
|
35313
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35314
35314
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35315
35315
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35316
35316
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35417,7 +35417,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35417
35417
|
ttl?: number | undefined;
|
|
35418
35418
|
}>>;
|
|
35419
35419
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35420
|
-
clusterRadius: z.
|
|
35420
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35421
35421
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35422
35422
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35423
35423
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35524,7 +35524,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35524
35524
|
ttl?: number | undefined;
|
|
35525
35525
|
}>>;
|
|
35526
35526
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35527
|
-
clusterRadius: z.
|
|
35527
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35528
35528
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35529
35529
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35530
35530
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -35986,7 +35986,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35986
35986
|
ttl?: number | undefined;
|
|
35987
35987
|
}>>;
|
|
35988
35988
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
35989
|
-
clusterRadius: z.
|
|
35989
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
35990
35990
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
35991
35991
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
35992
35992
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36093,7 +36093,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36093
36093
|
ttl?: number | undefined;
|
|
36094
36094
|
}>>;
|
|
36095
36095
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36096
|
-
clusterRadius: z.
|
|
36096
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36097
36097
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36098
36098
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36099
36099
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36200,7 +36200,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36200
36200
|
ttl?: number | undefined;
|
|
36201
36201
|
}>>;
|
|
36202
36202
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36203
|
-
clusterRadius: z.
|
|
36203
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36204
36204
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36205
36205
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36206
36206
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36307,7 +36307,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36307
36307
|
ttl?: number | undefined;
|
|
36308
36308
|
}>>;
|
|
36309
36309
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36310
|
-
clusterRadius: z.
|
|
36310
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36311
36311
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36312
36312
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36313
36313
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36414,7 +36414,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36414
36414
|
ttl?: number | undefined;
|
|
36415
36415
|
}>>;
|
|
36416
36416
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36417
|
-
clusterRadius: z.
|
|
36417
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36418
36418
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36419
36419
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36420
36420
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36876,7 +36876,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36876
36876
|
ttl?: number | undefined;
|
|
36877
36877
|
}>>;
|
|
36878
36878
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36879
|
-
clusterRadius: z.
|
|
36879
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36880
36880
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36881
36881
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36882
36882
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36983,7 +36983,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
36983
36983
|
ttl?: number | undefined;
|
|
36984
36984
|
}>>;
|
|
36985
36985
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
36986
|
-
clusterRadius: z.
|
|
36986
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
36987
36987
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
36988
36988
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
36989
36989
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37090,7 +37090,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37090
37090
|
ttl?: number | undefined;
|
|
37091
37091
|
}>>;
|
|
37092
37092
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37093
|
-
clusterRadius: z.
|
|
37093
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37094
37094
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37095
37095
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37096
37096
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37197,7 +37197,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37197
37197
|
ttl?: number | undefined;
|
|
37198
37198
|
}>>;
|
|
37199
37199
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37200
|
-
clusterRadius: z.
|
|
37200
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37201
37201
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37202
37202
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37203
37203
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37304,7 +37304,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37304
37304
|
ttl?: number | undefined;
|
|
37305
37305
|
}>>;
|
|
37306
37306
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37307
|
-
clusterRadius: z.
|
|
37307
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37308
37308
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37309
37309
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37310
37310
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37766,7 +37766,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37766
37766
|
ttl?: number | undefined;
|
|
37767
37767
|
}>>;
|
|
37768
37768
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37769
|
-
clusterRadius: z.
|
|
37769
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37770
37770
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37771
37771
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37772
37772
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37873,7 +37873,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37873
37873
|
ttl?: number | undefined;
|
|
37874
37874
|
}>>;
|
|
37875
37875
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37876
|
-
clusterRadius: z.
|
|
37876
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37877
37877
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37878
37878
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37879
37879
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -37980,7 +37980,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
37980
37980
|
ttl?: number | undefined;
|
|
37981
37981
|
}>>;
|
|
37982
37982
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
37983
|
-
clusterRadius: z.
|
|
37983
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
37984
37984
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
37985
37985
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
37986
37986
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38087,7 +38087,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38087
38087
|
ttl?: number | undefined;
|
|
38088
38088
|
}>>;
|
|
38089
38089
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38090
|
-
clusterRadius: z.
|
|
38090
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38091
38091
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38092
38092
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38093
38093
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38194,7 +38194,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38194
38194
|
ttl?: number | undefined;
|
|
38195
38195
|
}>>;
|
|
38196
38196
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38197
|
-
clusterRadius: z.
|
|
38197
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38198
38198
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38199
38199
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38200
38200
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38656,7 +38656,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38656
38656
|
ttl?: number | undefined;
|
|
38657
38657
|
}>>;
|
|
38658
38658
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38659
|
-
clusterRadius: z.
|
|
38659
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38660
38660
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38661
38661
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38662
38662
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38763,7 +38763,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38763
38763
|
ttl?: number | undefined;
|
|
38764
38764
|
}>>;
|
|
38765
38765
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38766
|
-
clusterRadius: z.
|
|
38766
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38767
38767
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38768
38768
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38769
38769
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38870,7 +38870,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38870
38870
|
ttl?: number | undefined;
|
|
38871
38871
|
}>>;
|
|
38872
38872
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38873
|
-
clusterRadius: z.
|
|
38873
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38874
38874
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38875
38875
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38876
38876
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -38977,7 +38977,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38977
38977
|
ttl?: number | undefined;
|
|
38978
38978
|
}>>;
|
|
38979
38979
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
38980
|
-
clusterRadius: z.
|
|
38980
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
38981
38981
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
38982
38982
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
38983
38983
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39084,7 +39084,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39084
39084
|
ttl?: number | undefined;
|
|
39085
39085
|
}>>;
|
|
39086
39086
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39087
|
-
clusterRadius: z.
|
|
39087
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39088
39088
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39089
39089
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39090
39090
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39546,7 +39546,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39546
39546
|
ttl?: number | undefined;
|
|
39547
39547
|
}>>;
|
|
39548
39548
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39549
|
-
clusterRadius: z.
|
|
39549
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39550
39550
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39551
39551
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39552
39552
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39653,7 +39653,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39653
39653
|
ttl?: number | undefined;
|
|
39654
39654
|
}>>;
|
|
39655
39655
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39656
|
-
clusterRadius: z.
|
|
39656
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39657
39657
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39658
39658
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39659
39659
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39760,7 +39760,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39760
39760
|
ttl?: number | undefined;
|
|
39761
39761
|
}>>;
|
|
39762
39762
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39763
|
-
clusterRadius: z.
|
|
39763
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39764
39764
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39765
39765
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39766
39766
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39867,7 +39867,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39867
39867
|
ttl?: number | undefined;
|
|
39868
39868
|
}>>;
|
|
39869
39869
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39870
|
-
clusterRadius: z.
|
|
39870
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39871
39871
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39872
39872
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39873
39873
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -39974,7 +39974,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
39974
39974
|
ttl?: number | undefined;
|
|
39975
39975
|
}>>;
|
|
39976
39976
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
39977
|
-
clusterRadius: z.
|
|
39977
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
39978
39978
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
39979
39979
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
39980
39980
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -40436,7 +40436,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
40436
40436
|
ttl?: number | undefined;
|
|
40437
40437
|
}>>;
|
|
40438
40438
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
40439
|
-
clusterRadius: z.
|
|
40439
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
40440
40440
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
40441
40441
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
40442
40442
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -40543,7 +40543,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
40543
40543
|
ttl?: number | undefined;
|
|
40544
40544
|
}>>;
|
|
40545
40545
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
40546
|
-
clusterRadius: z.
|
|
40546
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
40547
40547
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
40548
40548
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
40549
40549
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -40650,7 +40650,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
40650
40650
|
ttl?: number | undefined;
|
|
40651
40651
|
}>>;
|
|
40652
40652
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
40653
|
-
clusterRadius: z.
|
|
40653
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
40654
40654
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
40655
40655
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
40656
40656
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -40757,7 +40757,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
40757
40757
|
ttl?: number | undefined;
|
|
40758
40758
|
}>>;
|
|
40759
40759
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
40760
|
-
clusterRadius: z.
|
|
40760
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
40761
40761
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
40762
40762
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
40763
40763
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -40864,7 +40864,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
40864
40864
|
ttl?: number | undefined;
|
|
40865
40865
|
}>>;
|
|
40866
40866
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
40867
|
-
clusterRadius: z.
|
|
40867
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
40868
40868
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
40869
40869
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
40870
40870
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -41317,7 +41317,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
41317
41317
|
ttl?: number | undefined;
|
|
41318
41318
|
}>>;
|
|
41319
41319
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
41320
|
-
clusterRadius: z.
|
|
41320
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
41321
41321
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
41322
41322
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
41323
41323
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -41424,7 +41424,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
41424
41424
|
ttl?: number | undefined;
|
|
41425
41425
|
}>>;
|
|
41426
41426
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
41427
|
-
clusterRadius: z.
|
|
41427
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
41428
41428
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
41429
41429
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
41430
41430
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -41531,7 +41531,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
41531
41531
|
ttl?: number | undefined;
|
|
41532
41532
|
}>>;
|
|
41533
41533
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
41534
|
-
clusterRadius: z.
|
|
41534
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
41535
41535
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
41536
41536
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
41537
41537
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -41638,7 +41638,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
41638
41638
|
ttl?: number | undefined;
|
|
41639
41639
|
}>>;
|
|
41640
41640
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
41641
|
-
clusterRadius: z.
|
|
41641
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
41642
41642
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
41643
41643
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
41644
41644
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -41745,7 +41745,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
41745
41745
|
ttl?: number | undefined;
|
|
41746
41746
|
}>>;
|
|
41747
41747
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
41748
|
-
clusterRadius: z.
|
|
41748
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
41749
41749
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
41750
41750
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
41751
41751
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -42198,7 +42198,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
42198
42198
|
ttl?: number | undefined;
|
|
42199
42199
|
}>>;
|
|
42200
42200
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
42201
|
-
clusterRadius: z.
|
|
42201
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
42202
42202
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
42203
42203
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
42204
42204
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -42305,7 +42305,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
42305
42305
|
ttl?: number | undefined;
|
|
42306
42306
|
}>>;
|
|
42307
42307
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
42308
|
-
clusterRadius: z.
|
|
42308
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
42309
42309
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
42310
42310
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
42311
42311
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -42412,7 +42412,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
42412
42412
|
ttl?: number | undefined;
|
|
42413
42413
|
}>>;
|
|
42414
42414
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
42415
|
-
clusterRadius: z.
|
|
42415
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
42416
42416
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
42417
42417
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
42418
42418
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -42519,7 +42519,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
42519
42519
|
ttl?: number | undefined;
|
|
42520
42520
|
}>>;
|
|
42521
42521
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
42522
|
-
clusterRadius: z.
|
|
42522
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
42523
42523
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
42524
42524
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
42525
42525
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -42626,7 +42626,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
42626
42626
|
ttl?: number | undefined;
|
|
42627
42627
|
}>>;
|
|
42628
42628
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
42629
|
-
clusterRadius: z.
|
|
42629
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
42630
42630
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
42631
42631
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
42632
42632
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43079,7 +43079,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43079
43079
|
ttl?: number | undefined;
|
|
43080
43080
|
}>>;
|
|
43081
43081
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43082
|
-
clusterRadius: z.
|
|
43082
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43083
43083
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43084
43084
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43085
43085
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43186,7 +43186,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43186
43186
|
ttl?: number | undefined;
|
|
43187
43187
|
}>>;
|
|
43188
43188
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43189
|
-
clusterRadius: z.
|
|
43189
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43190
43190
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43191
43191
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43192
43192
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43293,7 +43293,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43293
43293
|
ttl?: number | undefined;
|
|
43294
43294
|
}>>;
|
|
43295
43295
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43296
|
-
clusterRadius: z.
|
|
43296
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43297
43297
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43298
43298
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43299
43299
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43400,7 +43400,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43400
43400
|
ttl?: number | undefined;
|
|
43401
43401
|
}>>;
|
|
43402
43402
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43403
|
-
clusterRadius: z.
|
|
43403
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43404
43404
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43405
43405
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43406
43406
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43507,7 +43507,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43507
43507
|
ttl?: number | undefined;
|
|
43508
43508
|
}>>;
|
|
43509
43509
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43510
|
-
clusterRadius: z.
|
|
43510
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43511
43511
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43512
43512
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43513
43513
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -43963,7 +43963,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43963
43963
|
ttl?: number | undefined;
|
|
43964
43964
|
}>>;
|
|
43965
43965
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
43966
|
-
clusterRadius: z.
|
|
43966
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
43967
43967
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
43968
43968
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
43969
43969
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44070,7 +44070,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44070
44070
|
ttl?: number | undefined;
|
|
44071
44071
|
}>>;
|
|
44072
44072
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44073
|
-
clusterRadius: z.
|
|
44073
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44074
44074
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44075
44075
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44076
44076
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44177,7 +44177,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44177
44177
|
ttl?: number | undefined;
|
|
44178
44178
|
}>>;
|
|
44179
44179
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44180
|
-
clusterRadius: z.
|
|
44180
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44181
44181
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44182
44182
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44183
44183
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44284,7 +44284,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44284
44284
|
ttl?: number | undefined;
|
|
44285
44285
|
}>>;
|
|
44286
44286
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44287
|
-
clusterRadius: z.
|
|
44287
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44288
44288
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44289
44289
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44290
44290
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44391,7 +44391,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44391
44391
|
ttl?: number | undefined;
|
|
44392
44392
|
}>>;
|
|
44393
44393
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44394
|
-
clusterRadius: z.
|
|
44394
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44395
44395
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44396
44396
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44397
44397
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44847,7 +44847,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44847
44847
|
ttl?: number | undefined;
|
|
44848
44848
|
}>>;
|
|
44849
44849
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44850
|
-
clusterRadius: z.
|
|
44850
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44851
44851
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44852
44852
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44853
44853
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -44954,7 +44954,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
44954
44954
|
ttl?: number | undefined;
|
|
44955
44955
|
}>>;
|
|
44956
44956
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
44957
|
-
clusterRadius: z.
|
|
44957
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
44958
44958
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
44959
44959
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
44960
44960
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -45061,7 +45061,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
45061
45061
|
ttl?: number | undefined;
|
|
45062
45062
|
}>>;
|
|
45063
45063
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
45064
|
-
clusterRadius: z.
|
|
45064
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
45065
45065
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
45066
45066
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
45067
45067
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -45168,7 +45168,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
45168
45168
|
ttl?: number | undefined;
|
|
45169
45169
|
}>>;
|
|
45170
45170
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
45171
|
-
clusterRadius: z.
|
|
45171
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
45172
45172
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
45173
45173
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
45174
45174
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -45275,7 +45275,7 @@ declare const LayerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
45275
45275
|
ttl?: number | undefined;
|
|
45276
45276
|
}>>;
|
|
45277
45277
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
45278
|
-
clusterRadius: z.
|
|
45278
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
45279
45279
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
45280
45280
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
45281
45281
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -45822,7 +45822,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
45822
45822
|
ttl?: number | undefined;
|
|
45823
45823
|
}>>;
|
|
45824
45824
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
45825
|
-
clusterRadius: z.
|
|
45825
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
45826
45826
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
45827
45827
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
45828
45828
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -45929,7 +45929,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
45929
45929
|
ttl?: number | undefined;
|
|
45930
45930
|
}>>;
|
|
45931
45931
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
45932
|
-
clusterRadius: z.
|
|
45932
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
45933
45933
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
45934
45934
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
45935
45935
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46036,7 +46036,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46036
46036
|
ttl?: number | undefined;
|
|
46037
46037
|
}>>;
|
|
46038
46038
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46039
|
-
clusterRadius: z.
|
|
46039
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46040
46040
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46041
46041
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46042
46042
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46143,7 +46143,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46143
46143
|
ttl?: number | undefined;
|
|
46144
46144
|
}>>;
|
|
46145
46145
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46146
|
-
clusterRadius: z.
|
|
46146
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46147
46147
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46148
46148
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46149
46149
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46250,7 +46250,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46250
46250
|
ttl?: number | undefined;
|
|
46251
46251
|
}>>;
|
|
46252
46252
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46253
|
-
clusterRadius: z.
|
|
46253
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46254
46254
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46255
46255
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46256
46256
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46721,7 +46721,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46721
46721
|
ttl?: number | undefined;
|
|
46722
46722
|
}>>;
|
|
46723
46723
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46724
|
-
clusterRadius: z.
|
|
46724
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46725
46725
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46726
46726
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46727
46727
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46828,7 +46828,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46828
46828
|
ttl?: number | undefined;
|
|
46829
46829
|
}>>;
|
|
46830
46830
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46831
|
-
clusterRadius: z.
|
|
46831
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46832
46832
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46833
46833
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46834
46834
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -46935,7 +46935,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
46935
46935
|
ttl?: number | undefined;
|
|
46936
46936
|
}>>;
|
|
46937
46937
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
46938
|
-
clusterRadius: z.
|
|
46938
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
46939
46939
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
46940
46940
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
46941
46941
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47042,7 +47042,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47042
47042
|
ttl?: number | undefined;
|
|
47043
47043
|
}>>;
|
|
47044
47044
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47045
|
-
clusterRadius: z.
|
|
47045
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47046
47046
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47047
47047
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47048
47048
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47149,7 +47149,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47149
47149
|
ttl?: number | undefined;
|
|
47150
47150
|
}>>;
|
|
47151
47151
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47152
|
-
clusterRadius: z.
|
|
47152
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47153
47153
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47154
47154
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47155
47155
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47620,7 +47620,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47620
47620
|
ttl?: number | undefined;
|
|
47621
47621
|
}>>;
|
|
47622
47622
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47623
|
-
clusterRadius: z.
|
|
47623
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47624
47624
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47625
47625
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47626
47626
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47727,7 +47727,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47727
47727
|
ttl?: number | undefined;
|
|
47728
47728
|
}>>;
|
|
47729
47729
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47730
|
-
clusterRadius: z.
|
|
47730
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47731
47731
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47732
47732
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47733
47733
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47834,7 +47834,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47834
47834
|
ttl?: number | undefined;
|
|
47835
47835
|
}>>;
|
|
47836
47836
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47837
|
-
clusterRadius: z.
|
|
47837
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47838
47838
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47839
47839
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47840
47840
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -47941,7 +47941,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
47941
47941
|
ttl?: number | undefined;
|
|
47942
47942
|
}>>;
|
|
47943
47943
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
47944
|
-
clusterRadius: z.
|
|
47944
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
47945
47945
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
47946
47946
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
47947
47947
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48048,7 +48048,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48048
48048
|
ttl?: number | undefined;
|
|
48049
48049
|
}>>;
|
|
48050
48050
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48051
|
-
clusterRadius: z.
|
|
48051
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48052
48052
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48053
48053
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48054
48054
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48519,7 +48519,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48519
48519
|
ttl?: number | undefined;
|
|
48520
48520
|
}>>;
|
|
48521
48521
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48522
|
-
clusterRadius: z.
|
|
48522
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48523
48523
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48524
48524
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48525
48525
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48626,7 +48626,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48626
48626
|
ttl?: number | undefined;
|
|
48627
48627
|
}>>;
|
|
48628
48628
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48629
|
-
clusterRadius: z.
|
|
48629
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48630
48630
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48631
48631
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48632
48632
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48733,7 +48733,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48733
48733
|
ttl?: number | undefined;
|
|
48734
48734
|
}>>;
|
|
48735
48735
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48736
|
-
clusterRadius: z.
|
|
48736
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48737
48737
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48738
48738
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48739
48739
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48840,7 +48840,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48840
48840
|
ttl?: number | undefined;
|
|
48841
48841
|
}>>;
|
|
48842
48842
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48843
|
-
clusterRadius: z.
|
|
48843
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48844
48844
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48845
48845
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48846
48846
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -48947,7 +48947,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
48947
48947
|
ttl?: number | undefined;
|
|
48948
48948
|
}>>;
|
|
48949
48949
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
48950
|
-
clusterRadius: z.
|
|
48950
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
48951
48951
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
48952
48952
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
48953
48953
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -49436,7 +49436,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
49436
49436
|
ttl?: number | undefined;
|
|
49437
49437
|
}>>;
|
|
49438
49438
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
49439
|
-
clusterRadius: z.
|
|
49439
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
49440
49440
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
49441
49441
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
49442
49442
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -49543,7 +49543,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
49543
49543
|
ttl?: number | undefined;
|
|
49544
49544
|
}>>;
|
|
49545
49545
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
49546
|
-
clusterRadius: z.
|
|
49546
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
49547
49547
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
49548
49548
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
49549
49549
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -49650,7 +49650,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
49650
49650
|
ttl?: number | undefined;
|
|
49651
49651
|
}>>;
|
|
49652
49652
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
49653
|
-
clusterRadius: z.
|
|
49653
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
49654
49654
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
49655
49655
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
49656
49656
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -49757,7 +49757,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
49757
49757
|
ttl?: number | undefined;
|
|
49758
49758
|
}>>;
|
|
49759
49759
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
49760
|
-
clusterRadius: z.
|
|
49760
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
49761
49761
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
49762
49762
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
49763
49763
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -49864,7 +49864,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
49864
49864
|
ttl?: number | undefined;
|
|
49865
49865
|
}>>;
|
|
49866
49866
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
49867
|
-
clusterRadius: z.
|
|
49867
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
49868
49868
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
49869
49869
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
49870
49870
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -50353,7 +50353,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
50353
50353
|
ttl?: number | undefined;
|
|
50354
50354
|
}>>;
|
|
50355
50355
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
50356
|
-
clusterRadius: z.
|
|
50356
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
50357
50357
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
50358
50358
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
50359
50359
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -50460,7 +50460,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
50460
50460
|
ttl?: number | undefined;
|
|
50461
50461
|
}>>;
|
|
50462
50462
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
50463
|
-
clusterRadius: z.
|
|
50463
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
50464
50464
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
50465
50465
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
50466
50466
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -50567,7 +50567,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
50567
50567
|
ttl?: number | undefined;
|
|
50568
50568
|
}>>;
|
|
50569
50569
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
50570
|
-
clusterRadius: z.
|
|
50570
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
50571
50571
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
50572
50572
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
50573
50573
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -50674,7 +50674,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
50674
50674
|
ttl?: number | undefined;
|
|
50675
50675
|
}>>;
|
|
50676
50676
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
50677
|
-
clusterRadius: z.
|
|
50677
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
50678
50678
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
50679
50679
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
50680
50680
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -50781,7 +50781,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
50781
50781
|
ttl?: number | undefined;
|
|
50782
50782
|
}>>;
|
|
50783
50783
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
50784
|
-
clusterRadius: z.
|
|
50784
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
50785
50785
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
50786
50786
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
50787
50787
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -51270,7 +51270,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
51270
51270
|
ttl?: number | undefined;
|
|
51271
51271
|
}>>;
|
|
51272
51272
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
51273
|
-
clusterRadius: z.
|
|
51273
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
51274
51274
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
51275
51275
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
51276
51276
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -51377,7 +51377,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
51377
51377
|
ttl?: number | undefined;
|
|
51378
51378
|
}>>;
|
|
51379
51379
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
51380
|
-
clusterRadius: z.
|
|
51380
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
51381
51381
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
51382
51382
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
51383
51383
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -51484,7 +51484,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
51484
51484
|
ttl?: number | undefined;
|
|
51485
51485
|
}>>;
|
|
51486
51486
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
51487
|
-
clusterRadius: z.
|
|
51487
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
51488
51488
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
51489
51489
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
51490
51490
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -51591,7 +51591,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
51591
51591
|
ttl?: number | undefined;
|
|
51592
51592
|
}>>;
|
|
51593
51593
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
51594
|
-
clusterRadius: z.
|
|
51594
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
51595
51595
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
51596
51596
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
51597
51597
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -51698,7 +51698,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
51698
51698
|
ttl?: number | undefined;
|
|
51699
51699
|
}>>;
|
|
51700
51700
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
51701
|
-
clusterRadius: z.
|
|
51701
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
51702
51702
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
51703
51703
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
51704
51704
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -52163,7 +52163,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
52163
52163
|
ttl?: number | undefined;
|
|
52164
52164
|
}>>;
|
|
52165
52165
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
52166
|
-
clusterRadius: z.
|
|
52166
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
52167
52167
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
52168
52168
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
52169
52169
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -52270,7 +52270,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
52270
52270
|
ttl?: number | undefined;
|
|
52271
52271
|
}>>;
|
|
52272
52272
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
52273
|
-
clusterRadius: z.
|
|
52273
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
52274
52274
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
52275
52275
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
52276
52276
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -52377,7 +52377,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
52377
52377
|
ttl?: number | undefined;
|
|
52378
52378
|
}>>;
|
|
52379
52379
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
52380
|
-
clusterRadius: z.
|
|
52380
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
52381
52381
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
52382
52382
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
52383
52383
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -52484,7 +52484,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
52484
52484
|
ttl?: number | undefined;
|
|
52485
52485
|
}>>;
|
|
52486
52486
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
52487
|
-
clusterRadius: z.
|
|
52487
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
52488
52488
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
52489
52489
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
52490
52490
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -52591,7 +52591,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
52591
52591
|
ttl?: number | undefined;
|
|
52592
52592
|
}>>;
|
|
52593
52593
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
52594
|
-
clusterRadius: z.
|
|
52594
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
52595
52595
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
52596
52596
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
52597
52597
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53056,7 +53056,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53056
53056
|
ttl?: number | undefined;
|
|
53057
53057
|
}>>;
|
|
53058
53058
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53059
|
-
clusterRadius: z.
|
|
53059
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53060
53060
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53061
53061
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53062
53062
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53163,7 +53163,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53163
53163
|
ttl?: number | undefined;
|
|
53164
53164
|
}>>;
|
|
53165
53165
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53166
|
-
clusterRadius: z.
|
|
53166
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53167
53167
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53168
53168
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53169
53169
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53270,7 +53270,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53270
53270
|
ttl?: number | undefined;
|
|
53271
53271
|
}>>;
|
|
53272
53272
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53273
|
-
clusterRadius: z.
|
|
53273
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53274
53274
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53275
53275
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53276
53276
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53377,7 +53377,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53377
53377
|
ttl?: number | undefined;
|
|
53378
53378
|
}>>;
|
|
53379
53379
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53380
|
-
clusterRadius: z.
|
|
53380
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53381
53381
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53382
53382
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53383
53383
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53484,7 +53484,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53484
53484
|
ttl?: number | undefined;
|
|
53485
53485
|
}>>;
|
|
53486
53486
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53487
|
-
clusterRadius: z.
|
|
53487
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53488
53488
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53489
53489
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53490
53490
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -53949,7 +53949,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
53949
53949
|
ttl?: number | undefined;
|
|
53950
53950
|
}>>;
|
|
53951
53951
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
53952
|
-
clusterRadius: z.
|
|
53952
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
53953
53953
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
53954
53954
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
53955
53955
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -54056,7 +54056,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54056
54056
|
ttl?: number | undefined;
|
|
54057
54057
|
}>>;
|
|
54058
54058
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
54059
|
-
clusterRadius: z.
|
|
54059
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
54060
54060
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
54061
54061
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
54062
54062
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -54163,7 +54163,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54163
54163
|
ttl?: number | undefined;
|
|
54164
54164
|
}>>;
|
|
54165
54165
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
54166
|
-
clusterRadius: z.
|
|
54166
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
54167
54167
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
54168
54168
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
54169
54169
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -54270,7 +54270,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54270
54270
|
ttl?: number | undefined;
|
|
54271
54271
|
}>>;
|
|
54272
54272
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
54273
|
-
clusterRadius: z.
|
|
54273
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
54274
54274
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
54275
54275
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
54276
54276
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -54377,7 +54377,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54377
54377
|
ttl?: number | undefined;
|
|
54378
54378
|
}>>;
|
|
54379
54379
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
54380
|
-
clusterRadius: z.
|
|
54380
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
54381
54381
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
54382
54382
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
54383
54383
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -54980,7 +54980,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
54980
54980
|
ttl?: number | undefined;
|
|
54981
54981
|
}>>;
|
|
54982
54982
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
54983
|
-
clusterRadius: z.
|
|
54983
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
54984
54984
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
54985
54985
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
54986
54986
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -55087,7 +55087,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
55087
55087
|
ttl?: number | undefined;
|
|
55088
55088
|
}>>;
|
|
55089
55089
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
55090
|
-
clusterRadius: z.
|
|
55090
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
55091
55091
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
55092
55092
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
55093
55093
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -55194,7 +55194,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
55194
55194
|
ttl?: number | undefined;
|
|
55195
55195
|
}>>;
|
|
55196
55196
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
55197
|
-
clusterRadius: z.
|
|
55197
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
55198
55198
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
55199
55199
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
55200
55200
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -55301,7 +55301,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
55301
55301
|
ttl?: number | undefined;
|
|
55302
55302
|
}>>;
|
|
55303
55303
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
55304
|
-
clusterRadius: z.
|
|
55304
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
55305
55305
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
55306
55306
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
55307
55307
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -55408,7 +55408,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
55408
55408
|
ttl?: number | undefined;
|
|
55409
55409
|
}>>;
|
|
55410
55410
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
55411
|
-
clusterRadius: z.
|
|
55411
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
55412
55412
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
55413
55413
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
55414
55414
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -56011,7 +56011,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
56011
56011
|
ttl?: number | undefined;
|
|
56012
56012
|
}>>;
|
|
56013
56013
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
56014
|
-
clusterRadius: z.
|
|
56014
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
56015
56015
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
56016
56016
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
56017
56017
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -56118,7 +56118,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
56118
56118
|
ttl?: number | undefined;
|
|
56119
56119
|
}>>;
|
|
56120
56120
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
56121
|
-
clusterRadius: z.
|
|
56121
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
56122
56122
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
56123
56123
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
56124
56124
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -56225,7 +56225,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
56225
56225
|
ttl?: number | undefined;
|
|
56226
56226
|
}>>;
|
|
56227
56227
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
56228
|
-
clusterRadius: z.
|
|
56228
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
56229
56229
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
56230
56230
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
56231
56231
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -56332,7 +56332,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
56332
56332
|
ttl?: number | undefined;
|
|
56333
56333
|
}>>;
|
|
56334
56334
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
56335
|
-
clusterRadius: z.
|
|
56335
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
56336
56336
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
56337
56337
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
56338
56338
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -56439,7 +56439,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
56439
56439
|
ttl?: number | undefined;
|
|
56440
56440
|
}>>;
|
|
56441
56441
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
56442
|
-
clusterRadius: z.
|
|
56442
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
56443
56443
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
56444
56444
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
56445
56445
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57042,7 +57042,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57042
57042
|
ttl?: number | undefined;
|
|
57043
57043
|
}>>;
|
|
57044
57044
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57045
|
-
clusterRadius: z.
|
|
57045
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57046
57046
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57047
57047
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57048
57048
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57149,7 +57149,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57149
57149
|
ttl?: number | undefined;
|
|
57150
57150
|
}>>;
|
|
57151
57151
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57152
|
-
clusterRadius: z.
|
|
57152
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57153
57153
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57154
57154
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57155
57155
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57256,7 +57256,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57256
57256
|
ttl?: number | undefined;
|
|
57257
57257
|
}>>;
|
|
57258
57258
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57259
|
-
clusterRadius: z.
|
|
57259
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57260
57260
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57261
57261
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57262
57262
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57363,7 +57363,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57363
57363
|
ttl?: number | undefined;
|
|
57364
57364
|
}>>;
|
|
57365
57365
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57366
|
-
clusterRadius: z.
|
|
57366
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57367
57367
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57368
57368
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57369
57369
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57470,7 +57470,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57470
57470
|
ttl?: number | undefined;
|
|
57471
57471
|
}>>;
|
|
57472
57472
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57473
|
-
clusterRadius: z.
|
|
57473
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57474
57474
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57475
57475
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57476
57476
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -57932,7 +57932,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
57932
57932
|
ttl?: number | undefined;
|
|
57933
57933
|
}>>;
|
|
57934
57934
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
57935
|
-
clusterRadius: z.
|
|
57935
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
57936
57936
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
57937
57937
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
57938
57938
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58039,7 +58039,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58039
58039
|
ttl?: number | undefined;
|
|
58040
58040
|
}>>;
|
|
58041
58041
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58042
|
-
clusterRadius: z.
|
|
58042
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58043
58043
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58044
58044
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58045
58045
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58146,7 +58146,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58146
58146
|
ttl?: number | undefined;
|
|
58147
58147
|
}>>;
|
|
58148
58148
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58149
|
-
clusterRadius: z.
|
|
58149
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58150
58150
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58151
58151
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58152
58152
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58253,7 +58253,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58253
58253
|
ttl?: number | undefined;
|
|
58254
58254
|
}>>;
|
|
58255
58255
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58256
|
-
clusterRadius: z.
|
|
58256
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58257
58257
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58258
58258
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58259
58259
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58360,7 +58360,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58360
58360
|
ttl?: number | undefined;
|
|
58361
58361
|
}>>;
|
|
58362
58362
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58363
|
-
clusterRadius: z.
|
|
58363
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58364
58364
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58365
58365
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58366
58366
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58822,7 +58822,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58822
58822
|
ttl?: number | undefined;
|
|
58823
58823
|
}>>;
|
|
58824
58824
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58825
|
-
clusterRadius: z.
|
|
58825
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58826
58826
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58827
58827
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58828
58828
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -58929,7 +58929,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
58929
58929
|
ttl?: number | undefined;
|
|
58930
58930
|
}>>;
|
|
58931
58931
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
58932
|
-
clusterRadius: z.
|
|
58932
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
58933
58933
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
58934
58934
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
58935
58935
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59036,7 +59036,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59036
59036
|
ttl?: number | undefined;
|
|
59037
59037
|
}>>;
|
|
59038
59038
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59039
|
-
clusterRadius: z.
|
|
59039
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59040
59040
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59041
59041
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59042
59042
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59143,7 +59143,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59143
59143
|
ttl?: number | undefined;
|
|
59144
59144
|
}>>;
|
|
59145
59145
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59146
|
-
clusterRadius: z.
|
|
59146
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59147
59147
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59148
59148
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59149
59149
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59250,7 +59250,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59250
59250
|
ttl?: number | undefined;
|
|
59251
59251
|
}>>;
|
|
59252
59252
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59253
|
-
clusterRadius: z.
|
|
59253
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59254
59254
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59255
59255
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59256
59256
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59712,7 +59712,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59712
59712
|
ttl?: number | undefined;
|
|
59713
59713
|
}>>;
|
|
59714
59714
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59715
|
-
clusterRadius: z.
|
|
59715
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59716
59716
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59717
59717
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59718
59718
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59819,7 +59819,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59819
59819
|
ttl?: number | undefined;
|
|
59820
59820
|
}>>;
|
|
59821
59821
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59822
|
-
clusterRadius: z.
|
|
59822
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59823
59823
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59824
59824
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59825
59825
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -59926,7 +59926,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
59926
59926
|
ttl?: number | undefined;
|
|
59927
59927
|
}>>;
|
|
59928
59928
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
59929
|
-
clusterRadius: z.
|
|
59929
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
59930
59930
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
59931
59931
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
59932
59932
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60033,7 +60033,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60033
60033
|
ttl?: number | undefined;
|
|
60034
60034
|
}>>;
|
|
60035
60035
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60036
|
-
clusterRadius: z.
|
|
60036
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60037
60037
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60038
60038
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60039
60039
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60140,7 +60140,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60140
60140
|
ttl?: number | undefined;
|
|
60141
60141
|
}>>;
|
|
60142
60142
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60143
|
-
clusterRadius: z.
|
|
60143
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60144
60144
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60145
60145
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60146
60146
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60602,7 +60602,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60602
60602
|
ttl?: number | undefined;
|
|
60603
60603
|
}>>;
|
|
60604
60604
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60605
|
-
clusterRadius: z.
|
|
60605
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60606
60606
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60607
60607
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60608
60608
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60709,7 +60709,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60709
60709
|
ttl?: number | undefined;
|
|
60710
60710
|
}>>;
|
|
60711
60711
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60712
|
-
clusterRadius: z.
|
|
60712
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60713
60713
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60714
60714
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60715
60715
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60816,7 +60816,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60816
60816
|
ttl?: number | undefined;
|
|
60817
60817
|
}>>;
|
|
60818
60818
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60819
|
-
clusterRadius: z.
|
|
60819
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60820
60820
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60821
60821
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60822
60822
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -60923,7 +60923,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
60923
60923
|
ttl?: number | undefined;
|
|
60924
60924
|
}>>;
|
|
60925
60925
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
60926
|
-
clusterRadius: z.
|
|
60926
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
60927
60927
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
60928
60928
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
60929
60929
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61030,7 +61030,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61030
61030
|
ttl?: number | undefined;
|
|
61031
61031
|
}>>;
|
|
61032
61032
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61033
|
-
clusterRadius: z.
|
|
61033
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61034
61034
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61035
61035
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61036
61036
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61492,7 +61492,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61492
61492
|
ttl?: number | undefined;
|
|
61493
61493
|
}>>;
|
|
61494
61494
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61495
|
-
clusterRadius: z.
|
|
61495
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61496
61496
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61497
61497
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61498
61498
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61599,7 +61599,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61599
61599
|
ttl?: number | undefined;
|
|
61600
61600
|
}>>;
|
|
61601
61601
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61602
|
-
clusterRadius: z.
|
|
61602
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61603
61603
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61604
61604
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61605
61605
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61706,7 +61706,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61706
61706
|
ttl?: number | undefined;
|
|
61707
61707
|
}>>;
|
|
61708
61708
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61709
|
-
clusterRadius: z.
|
|
61709
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61710
61710
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61711
61711
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61712
61712
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61813,7 +61813,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61813
61813
|
ttl?: number | undefined;
|
|
61814
61814
|
}>>;
|
|
61815
61815
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61816
|
-
clusterRadius: z.
|
|
61816
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61817
61817
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61818
61818
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61819
61819
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -61920,7 +61920,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
61920
61920
|
ttl?: number | undefined;
|
|
61921
61921
|
}>>;
|
|
61922
61922
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
61923
|
-
clusterRadius: z.
|
|
61923
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
61924
61924
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
61925
61925
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
61926
61926
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -62382,7 +62382,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
62382
62382
|
ttl?: number | undefined;
|
|
62383
62383
|
}>>;
|
|
62384
62384
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
62385
|
-
clusterRadius: z.
|
|
62385
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
62386
62386
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
62387
62387
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
62388
62388
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -62489,7 +62489,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
62489
62489
|
ttl?: number | undefined;
|
|
62490
62490
|
}>>;
|
|
62491
62491
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
62492
|
-
clusterRadius: z.
|
|
62492
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
62493
62493
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
62494
62494
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
62495
62495
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -62596,7 +62596,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
62596
62596
|
ttl?: number | undefined;
|
|
62597
62597
|
}>>;
|
|
62598
62598
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
62599
|
-
clusterRadius: z.
|
|
62599
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
62600
62600
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
62601
62601
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
62602
62602
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -62703,7 +62703,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
62703
62703
|
ttl?: number | undefined;
|
|
62704
62704
|
}>>;
|
|
62705
62705
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
62706
|
-
clusterRadius: z.
|
|
62706
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
62707
62707
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
62708
62708
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
62709
62709
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -62810,7 +62810,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
62810
62810
|
ttl?: number | undefined;
|
|
62811
62811
|
}>>;
|
|
62812
62812
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
62813
|
-
clusterRadius: z.
|
|
62813
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
62814
62814
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
62815
62815
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
62816
62816
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -63263,7 +63263,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
63263
63263
|
ttl?: number | undefined;
|
|
63264
63264
|
}>>;
|
|
63265
63265
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
63266
|
-
clusterRadius: z.
|
|
63266
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
63267
63267
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
63268
63268
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
63269
63269
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -63370,7 +63370,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
63370
63370
|
ttl?: number | undefined;
|
|
63371
63371
|
}>>;
|
|
63372
63372
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
63373
|
-
clusterRadius: z.
|
|
63373
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
63374
63374
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
63375
63375
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
63376
63376
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -63477,7 +63477,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
63477
63477
|
ttl?: number | undefined;
|
|
63478
63478
|
}>>;
|
|
63479
63479
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
63480
|
-
clusterRadius: z.
|
|
63480
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
63481
63481
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
63482
63482
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
63483
63483
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -63584,7 +63584,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
63584
63584
|
ttl?: number | undefined;
|
|
63585
63585
|
}>>;
|
|
63586
63586
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
63587
|
-
clusterRadius: z.
|
|
63587
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
63588
63588
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
63589
63589
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
63590
63590
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -63691,7 +63691,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
63691
63691
|
ttl?: number | undefined;
|
|
63692
63692
|
}>>;
|
|
63693
63693
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
63694
|
-
clusterRadius: z.
|
|
63694
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
63695
63695
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
63696
63696
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
63697
63697
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -64144,7 +64144,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
64144
64144
|
ttl?: number | undefined;
|
|
64145
64145
|
}>>;
|
|
64146
64146
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
64147
|
-
clusterRadius: z.
|
|
64147
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
64148
64148
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
64149
64149
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
64150
64150
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -64251,7 +64251,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
64251
64251
|
ttl?: number | undefined;
|
|
64252
64252
|
}>>;
|
|
64253
64253
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
64254
|
-
clusterRadius: z.
|
|
64254
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
64255
64255
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
64256
64256
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
64257
64257
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -64358,7 +64358,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
64358
64358
|
ttl?: number | undefined;
|
|
64359
64359
|
}>>;
|
|
64360
64360
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
64361
|
-
clusterRadius: z.
|
|
64361
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
64362
64362
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
64363
64363
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
64364
64364
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -64465,7 +64465,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
64465
64465
|
ttl?: number | undefined;
|
|
64466
64466
|
}>>;
|
|
64467
64467
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
64468
|
-
clusterRadius: z.
|
|
64468
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
64469
64469
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
64470
64470
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
64471
64471
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -64572,7 +64572,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
64572
64572
|
ttl?: number | undefined;
|
|
64573
64573
|
}>>;
|
|
64574
64574
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
64575
|
-
clusterRadius: z.
|
|
64575
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
64576
64576
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
64577
64577
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
64578
64578
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65025,7 +65025,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65025
65025
|
ttl?: number | undefined;
|
|
65026
65026
|
}>>;
|
|
65027
65027
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65028
|
-
clusterRadius: z.
|
|
65028
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65029
65029
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65030
65030
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65031
65031
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65132,7 +65132,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65132
65132
|
ttl?: number | undefined;
|
|
65133
65133
|
}>>;
|
|
65134
65134
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65135
|
-
clusterRadius: z.
|
|
65135
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65136
65136
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65137
65137
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65138
65138
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65239,7 +65239,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65239
65239
|
ttl?: number | undefined;
|
|
65240
65240
|
}>>;
|
|
65241
65241
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65242
|
-
clusterRadius: z.
|
|
65242
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65243
65243
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65244
65244
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65245
65245
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65346,7 +65346,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65346
65346
|
ttl?: number | undefined;
|
|
65347
65347
|
}>>;
|
|
65348
65348
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65349
|
-
clusterRadius: z.
|
|
65349
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65350
65350
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65351
65351
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65352
65352
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65453,7 +65453,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65453
65453
|
ttl?: number | undefined;
|
|
65454
65454
|
}>>;
|
|
65455
65455
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65456
|
-
clusterRadius: z.
|
|
65456
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65457
65457
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65458
65458
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65459
65459
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -65909,7 +65909,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
65909
65909
|
ttl?: number | undefined;
|
|
65910
65910
|
}>>;
|
|
65911
65911
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
65912
|
-
clusterRadius: z.
|
|
65912
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
65913
65913
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
65914
65914
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
65915
65915
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66016,7 +66016,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66016
66016
|
ttl?: number | undefined;
|
|
66017
66017
|
}>>;
|
|
66018
66018
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66019
|
-
clusterRadius: z.
|
|
66019
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66020
66020
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66021
66021
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66022
66022
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66123,7 +66123,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66123
66123
|
ttl?: number | undefined;
|
|
66124
66124
|
}>>;
|
|
66125
66125
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66126
|
-
clusterRadius: z.
|
|
66126
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66127
66127
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66128
66128
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66129
66129
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66230,7 +66230,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66230
66230
|
ttl?: number | undefined;
|
|
66231
66231
|
}>>;
|
|
66232
66232
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66233
|
-
clusterRadius: z.
|
|
66233
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66234
66234
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66235
66235
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66236
66236
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66337,7 +66337,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66337
66337
|
ttl?: number | undefined;
|
|
66338
66338
|
}>>;
|
|
66339
66339
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66340
|
-
clusterRadius: z.
|
|
66340
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66341
66341
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66342
66342
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66343
66343
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66793,7 +66793,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66793
66793
|
ttl?: number | undefined;
|
|
66794
66794
|
}>>;
|
|
66795
66795
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66796
|
-
clusterRadius: z.
|
|
66796
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66797
66797
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66798
66798
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66799
66799
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -66900,7 +66900,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
66900
66900
|
ttl?: number | undefined;
|
|
66901
66901
|
}>>;
|
|
66902
66902
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
66903
|
-
clusterRadius: z.
|
|
66903
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
66904
66904
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
66905
66905
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
66906
66906
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -67007,7 +67007,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
67007
67007
|
ttl?: number | undefined;
|
|
67008
67008
|
}>>;
|
|
67009
67009
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
67010
|
-
clusterRadius: z.
|
|
67010
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
67011
67011
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
67012
67012
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
67013
67013
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -67114,7 +67114,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
67114
67114
|
ttl?: number | undefined;
|
|
67115
67115
|
}>>;
|
|
67116
67116
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
67117
|
-
clusterRadius: z.
|
|
67117
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
67118
67118
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
67119
67119
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
67120
67120
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -67221,7 +67221,7 @@ declare const LayerOrReferenceSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
67221
67221
|
ttl?: number | undefined;
|
|
67222
67222
|
}>>;
|
|
67223
67223
|
cluster: z.ZodOptional<z.ZodBoolean>;
|
|
67224
|
-
clusterRadius: z.
|
|
67224
|
+
clusterRadius: z.ZodOptional<z.ZodNumber>;
|
|
67225
67225
|
clusterMaxZoom: z.ZodOptional<z.ZodNumber>;
|
|
67226
67226
|
clusterMinPoints: z.ZodOptional<z.ZodNumber>;
|
|
67227
67227
|
clusterProperties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -68119,4 +68119,411 @@ declare const MapBlockSchema: z.ZodObject<any>;
|
|
|
68119
68119
|
*/
|
|
68120
68120
|
declare const MapFullPageBlockSchema: z.ZodObject<any>;
|
|
68121
68121
|
|
|
68122
|
-
|
|
68122
|
+
/**
|
|
68123
|
+
* @file Page and root configuration schemas for maplibre-yaml
|
|
68124
|
+
* @module @maplibre-yaml/core/schemas/page
|
|
68125
|
+
*
|
|
68126
|
+
* @description
|
|
68127
|
+
* Zod schemas for pages, global configuration, and the root schema.
|
|
68128
|
+
* Includes recursive MixedBlock for complex layouts.
|
|
68129
|
+
*
|
|
68130
|
+
* @example
|
|
68131
|
+
* ```typescript
|
|
68132
|
+
* import { RootSchema, PageSchema } from '@maplibre-yaml/core/schemas';
|
|
68133
|
+
* ```
|
|
68134
|
+
*/
|
|
68135
|
+
|
|
68136
|
+
/**
|
|
68137
|
+
* Mixed block for combining multiple block types.
|
|
68138
|
+
*
|
|
68139
|
+
* @remarks
|
|
68140
|
+
* MixedBlock allows you to create complex layouts by combining
|
|
68141
|
+
* content, map, and scrollytelling blocks. Uses z.lazy() for recursion.
|
|
68142
|
+
*
|
|
68143
|
+
* **Layout Options:**
|
|
68144
|
+
* - `row` - Horizontal layout (default)
|
|
68145
|
+
* - `column` - Vertical layout
|
|
68146
|
+
* - `grid` - CSS Grid layout
|
|
68147
|
+
*
|
|
68148
|
+
* @example Row Layout
|
|
68149
|
+
* ```yaml
|
|
68150
|
+
* - type: mixed
|
|
68151
|
+
* layout: row
|
|
68152
|
+
* blocks:
|
|
68153
|
+
* - type: content
|
|
68154
|
+
* content:
|
|
68155
|
+
* - h2: [{ str: "Left Column" }]
|
|
68156
|
+
* - type: map
|
|
68157
|
+
* id: side-map
|
|
68158
|
+
* config:
|
|
68159
|
+
* center: [0, 0]
|
|
68160
|
+
* zoom: 2
|
|
68161
|
+
* mapStyle: "..."
|
|
68162
|
+
* ```
|
|
68163
|
+
*
|
|
68164
|
+
* @example Grid Layout
|
|
68165
|
+
* ```yaml
|
|
68166
|
+
* - type: mixed
|
|
68167
|
+
* layout: grid
|
|
68168
|
+
* style: "grid-template-columns: repeat(2, 1fr); gap: 20px;"
|
|
68169
|
+
* blocks:
|
|
68170
|
+
* - type: content
|
|
68171
|
+
* content: [...]
|
|
68172
|
+
* - type: content
|
|
68173
|
+
* content: [...]
|
|
68174
|
+
* - type: map
|
|
68175
|
+
* id: map1
|
|
68176
|
+
* config: {...}
|
|
68177
|
+
* - type: map
|
|
68178
|
+
* id: map2
|
|
68179
|
+
* config: {...}
|
|
68180
|
+
* ```
|
|
68181
|
+
*
|
|
68182
|
+
* @example Nested Mixed Blocks
|
|
68183
|
+
* ```yaml
|
|
68184
|
+
* - type: mixed
|
|
68185
|
+
* layout: column
|
|
68186
|
+
* blocks:
|
|
68187
|
+
* - type: content
|
|
68188
|
+
* content: [...]
|
|
68189
|
+
* - type: mixed
|
|
68190
|
+
* layout: row
|
|
68191
|
+
* blocks:
|
|
68192
|
+
* - type: map
|
|
68193
|
+
* id: left-map
|
|
68194
|
+
* config: {...}
|
|
68195
|
+
* - type: map
|
|
68196
|
+
* id: right-map
|
|
68197
|
+
* config: {...}
|
|
68198
|
+
* ```
|
|
68199
|
+
*/
|
|
68200
|
+
declare const MixedBlockSchema: z.ZodType<any>;
|
|
68201
|
+
/**
|
|
68202
|
+
* Union of all block types.
|
|
68203
|
+
*
|
|
68204
|
+
* @remarks
|
|
68205
|
+
* Blocks are the building blocks of pages. Each page contains an
|
|
68206
|
+
* array of blocks that are rendered in order.
|
|
68207
|
+
*
|
|
68208
|
+
* **Block Types:**
|
|
68209
|
+
* - `content` - Rich text and media
|
|
68210
|
+
* - `map` - Standard map
|
|
68211
|
+
* - `map-fullpage` - Full viewport map
|
|
68212
|
+
* - `scrollytelling` - Narrative map story
|
|
68213
|
+
* - `mixed` - Layout container for other blocks
|
|
68214
|
+
*/
|
|
68215
|
+
declare const BlockSchema: z.ZodType<any>;
|
|
68216
|
+
/**
|
|
68217
|
+
* Page configuration.
|
|
68218
|
+
*
|
|
68219
|
+
* @remarks
|
|
68220
|
+
* A page represents a single route/URL in your application.
|
|
68221
|
+
* Pages contain blocks that define the content and maps.
|
|
68222
|
+
*
|
|
68223
|
+
* **Required:**
|
|
68224
|
+
* - `path` - URL path (e.g., "/", "/about", "/map")
|
|
68225
|
+
* - `title` - Page title (used for browser tab and SEO)
|
|
68226
|
+
* - `blocks` - Array of content/map blocks
|
|
68227
|
+
*
|
|
68228
|
+
* **Optional:**
|
|
68229
|
+
* - `description` - Meta description for SEO
|
|
68230
|
+
*
|
|
68231
|
+
* @example Home Page
|
|
68232
|
+
* ```yaml
|
|
68233
|
+
* - path: "/"
|
|
68234
|
+
* title: "Home"
|
|
68235
|
+
* description: "Welcome to our mapping application"
|
|
68236
|
+
* blocks:
|
|
68237
|
+
* - type: content
|
|
68238
|
+
* content:
|
|
68239
|
+
* - h1: [{ str: "Welcome" }]
|
|
68240
|
+
* - type: map
|
|
68241
|
+
* id: home-map
|
|
68242
|
+
* config:
|
|
68243
|
+
* center: [0, 0]
|
|
68244
|
+
* zoom: 2
|
|
68245
|
+
* mapStyle: "..."
|
|
68246
|
+
* ```
|
|
68247
|
+
*
|
|
68248
|
+
* @example Story Page
|
|
68249
|
+
* ```yaml
|
|
68250
|
+
* - path: "/story"
|
|
68251
|
+
* title: "Our Story"
|
|
68252
|
+
* description: "An interactive map story"
|
|
68253
|
+
* blocks:
|
|
68254
|
+
* - type: scrollytelling
|
|
68255
|
+
* id: main-story
|
|
68256
|
+
* config: {...}
|
|
68257
|
+
* chapters: [...]
|
|
68258
|
+
* ```
|
|
68259
|
+
*
|
|
68260
|
+
* @example Complex Layout
|
|
68261
|
+
* ```yaml
|
|
68262
|
+
* - path: "/dashboard"
|
|
68263
|
+
* title: "Dashboard"
|
|
68264
|
+
* blocks:
|
|
68265
|
+
* - type: content
|
|
68266
|
+
* content:
|
|
68267
|
+
* - h1: [{ str: "Dashboard" }]
|
|
68268
|
+
* - type: mixed
|
|
68269
|
+
* layout: row
|
|
68270
|
+
* blocks:
|
|
68271
|
+
* - type: map
|
|
68272
|
+
* id: map1
|
|
68273
|
+
* config: {...}
|
|
68274
|
+
* - type: map
|
|
68275
|
+
* id: map2
|
|
68276
|
+
* config: {...}
|
|
68277
|
+
* ```
|
|
68278
|
+
*/
|
|
68279
|
+
declare const PageSchema: z.ZodObject<{
|
|
68280
|
+
path: z.ZodString;
|
|
68281
|
+
title: z.ZodString;
|
|
68282
|
+
description: z.ZodOptional<z.ZodString>;
|
|
68283
|
+
blocks: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
68284
|
+
}, "strip", z.ZodTypeAny, {
|
|
68285
|
+
path: string;
|
|
68286
|
+
title: string;
|
|
68287
|
+
blocks: any[];
|
|
68288
|
+
description?: string | undefined;
|
|
68289
|
+
}, {
|
|
68290
|
+
path: string;
|
|
68291
|
+
title: string;
|
|
68292
|
+
blocks: any[];
|
|
68293
|
+
description?: string | undefined;
|
|
68294
|
+
}>;
|
|
68295
|
+
/**
|
|
68296
|
+
* Global configuration.
|
|
68297
|
+
*
|
|
68298
|
+
* @remarks
|
|
68299
|
+
* Global settings that apply across all pages.
|
|
68300
|
+
*
|
|
68301
|
+
* **General:**
|
|
68302
|
+
* - `title` - Application title
|
|
68303
|
+
* - `description` - Application description
|
|
68304
|
+
* - `defaultMapStyle` - Default map style for all maps
|
|
68305
|
+
* - `theme` - Default theme (light/dark)
|
|
68306
|
+
*
|
|
68307
|
+
* **Data Fetching:**
|
|
68308
|
+
* - `defaultStrategy` - Default fetch strategy (runtime, build, hybrid)
|
|
68309
|
+
* - `timeout` - Default fetch timeout
|
|
68310
|
+
* - `retryAttempts` - Default retry attempts
|
|
68311
|
+
*
|
|
68312
|
+
* @example Basic Config
|
|
68313
|
+
* ```yaml
|
|
68314
|
+
* config:
|
|
68315
|
+
* title: "My Map App"
|
|
68316
|
+
* description: "Interactive maps and stories"
|
|
68317
|
+
* defaultMapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68318
|
+
* ```
|
|
68319
|
+
*
|
|
68320
|
+
* @example With Data Fetching
|
|
68321
|
+
* ```yaml
|
|
68322
|
+
* config:
|
|
68323
|
+
* title: "My Map App"
|
|
68324
|
+
* defaultMapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68325
|
+
* theme: dark
|
|
68326
|
+
* dataFetching:
|
|
68327
|
+
* defaultStrategy: build
|
|
68328
|
+
* timeout: 15000
|
|
68329
|
+
* retryAttempts: 5
|
|
68330
|
+
* ```
|
|
68331
|
+
*/
|
|
68332
|
+
declare const GlobalConfigSchema: z.ZodObject<{
|
|
68333
|
+
title: z.ZodOptional<z.ZodString>;
|
|
68334
|
+
description: z.ZodOptional<z.ZodString>;
|
|
68335
|
+
defaultMapStyle: z.ZodOptional<z.ZodString>;
|
|
68336
|
+
theme: z.ZodDefault<z.ZodEnum<["light", "dark"]>>;
|
|
68337
|
+
dataFetching: z.ZodOptional<z.ZodObject<{
|
|
68338
|
+
defaultStrategy: z.ZodDefault<z.ZodEnum<["runtime", "build", "hybrid"]>>;
|
|
68339
|
+
timeout: z.ZodDefault<z.ZodNumber>;
|
|
68340
|
+
retryAttempts: z.ZodDefault<z.ZodNumber>;
|
|
68341
|
+
}, "strip", z.ZodTypeAny, {
|
|
68342
|
+
defaultStrategy: "runtime" | "build" | "hybrid";
|
|
68343
|
+
timeout: number;
|
|
68344
|
+
retryAttempts: number;
|
|
68345
|
+
}, {
|
|
68346
|
+
defaultStrategy?: "runtime" | "build" | "hybrid" | undefined;
|
|
68347
|
+
timeout?: number | undefined;
|
|
68348
|
+
retryAttempts?: number | undefined;
|
|
68349
|
+
}>>;
|
|
68350
|
+
}, "strip", z.ZodTypeAny, {
|
|
68351
|
+
theme: "light" | "dark";
|
|
68352
|
+
title?: string | undefined;
|
|
68353
|
+
description?: string | undefined;
|
|
68354
|
+
defaultMapStyle?: string | undefined;
|
|
68355
|
+
dataFetching?: {
|
|
68356
|
+
defaultStrategy: "runtime" | "build" | "hybrid";
|
|
68357
|
+
timeout: number;
|
|
68358
|
+
retryAttempts: number;
|
|
68359
|
+
} | undefined;
|
|
68360
|
+
}, {
|
|
68361
|
+
title?: string | undefined;
|
|
68362
|
+
description?: string | undefined;
|
|
68363
|
+
theme?: "light" | "dark" | undefined;
|
|
68364
|
+
defaultMapStyle?: string | undefined;
|
|
68365
|
+
dataFetching?: {
|
|
68366
|
+
defaultStrategy?: "runtime" | "build" | "hybrid" | undefined;
|
|
68367
|
+
timeout?: number | undefined;
|
|
68368
|
+
retryAttempts?: number | undefined;
|
|
68369
|
+
} | undefined;
|
|
68370
|
+
}>;
|
|
68371
|
+
/**
|
|
68372
|
+
* Root configuration schema.
|
|
68373
|
+
*
|
|
68374
|
+
* @remarks
|
|
68375
|
+
* The root schema represents the entire maplibre-yaml configuration.
|
|
68376
|
+
* This is the top-level structure for YAML files.
|
|
68377
|
+
*
|
|
68378
|
+
* **Structure:**
|
|
68379
|
+
* 1. `config` - Global settings (optional)
|
|
68380
|
+
* 2. `layers` - Named layer definitions for reuse (optional)
|
|
68381
|
+
* 3. `sources` - Named source definitions for reuse (optional)
|
|
68382
|
+
* 4. `pages` - Page definitions (required, minimum 1)
|
|
68383
|
+
*
|
|
68384
|
+
* **Global Layers and Sources:**
|
|
68385
|
+
* Define layers and sources once, reference them anywhere using `$ref`.
|
|
68386
|
+
*
|
|
68387
|
+
* @example Minimal Configuration
|
|
68388
|
+
* ```yaml
|
|
68389
|
+
* pages:
|
|
68390
|
+
* - path: "/"
|
|
68391
|
+
* title: "Home"
|
|
68392
|
+
* blocks:
|
|
68393
|
+
* - type: map
|
|
68394
|
+
* id: main-map
|
|
68395
|
+
* config:
|
|
68396
|
+
* center: [0, 0]
|
|
68397
|
+
* zoom: 2
|
|
68398
|
+
* mapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68399
|
+
* ```
|
|
68400
|
+
*
|
|
68401
|
+
* @example With Global Config
|
|
68402
|
+
* ```yaml
|
|
68403
|
+
* config:
|
|
68404
|
+
* title: "My App"
|
|
68405
|
+
* defaultMapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68406
|
+
*
|
|
68407
|
+
* pages:
|
|
68408
|
+
* - path: "/"
|
|
68409
|
+
* title: "Home"
|
|
68410
|
+
* blocks:
|
|
68411
|
+
* - type: map
|
|
68412
|
+
* id: main-map
|
|
68413
|
+
* config:
|
|
68414
|
+
* center: [0, 0]
|
|
68415
|
+
* zoom: 2
|
|
68416
|
+
* ```
|
|
68417
|
+
*
|
|
68418
|
+
* @example With Global Layers
|
|
68419
|
+
* ```yaml
|
|
68420
|
+
* config:
|
|
68421
|
+
* defaultMapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68422
|
+
*
|
|
68423
|
+
* layers:
|
|
68424
|
+
* bikeLayer:
|
|
68425
|
+
* id: bikes
|
|
68426
|
+
* type: line
|
|
68427
|
+
* source:
|
|
68428
|
+
* type: geojson
|
|
68429
|
+
* url: "https://example.com/bikes.geojson"
|
|
68430
|
+
* paint:
|
|
68431
|
+
* line-color: "#00ff00"
|
|
68432
|
+
* line-width: 2
|
|
68433
|
+
*
|
|
68434
|
+
* parkLayer:
|
|
68435
|
+
* id: parks
|
|
68436
|
+
* type: fill
|
|
68437
|
+
* source:
|
|
68438
|
+
* type: geojson
|
|
68439
|
+
* url: "https://example.com/parks.geojson"
|
|
68440
|
+
* paint:
|
|
68441
|
+
* fill-color: "#228B22"
|
|
68442
|
+
* fill-opacity: 0.5
|
|
68443
|
+
*
|
|
68444
|
+
* pages:
|
|
68445
|
+
* - path: "/"
|
|
68446
|
+
* title: "Home"
|
|
68447
|
+
* blocks:
|
|
68448
|
+
* - type: map
|
|
68449
|
+
* id: main-map
|
|
68450
|
+
* config:
|
|
68451
|
+
* center: [-74.006, 40.7128]
|
|
68452
|
+
* zoom: 12
|
|
68453
|
+
* layers:
|
|
68454
|
+
* - $ref: "#/layers/bikeLayer"
|
|
68455
|
+
* - $ref: "#/layers/parkLayer"
|
|
68456
|
+
* ```
|
|
68457
|
+
*
|
|
68458
|
+
* @example With Global Sources
|
|
68459
|
+
* ```yaml
|
|
68460
|
+
* sources:
|
|
68461
|
+
* earthquakeSource:
|
|
68462
|
+
* type: geojson
|
|
68463
|
+
* url: "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson"
|
|
68464
|
+
* refreshInterval: 60000
|
|
68465
|
+
*
|
|
68466
|
+
* layers:
|
|
68467
|
+
* earthquakes:
|
|
68468
|
+
* id: earthquakes
|
|
68469
|
+
* type: circle
|
|
68470
|
+
* source: earthquakeSource
|
|
68471
|
+
* paint:
|
|
68472
|
+
* circle-radius: 8
|
|
68473
|
+
* circle-color: "#ff0000"
|
|
68474
|
+
*
|
|
68475
|
+
* pages:
|
|
68476
|
+
* - path: "/"
|
|
68477
|
+
* title: "Earthquakes"
|
|
68478
|
+
* blocks:
|
|
68479
|
+
* - type: map
|
|
68480
|
+
* id: quake-map
|
|
68481
|
+
* config:
|
|
68482
|
+
* center: [0, 0]
|
|
68483
|
+
* zoom: 2
|
|
68484
|
+
* mapStyle: "..."
|
|
68485
|
+
* layers:
|
|
68486
|
+
* - $ref: "#/layers/earthquakes"
|
|
68487
|
+
* ```
|
|
68488
|
+
*
|
|
68489
|
+
* @example Multi-Page Application
|
|
68490
|
+
* ```yaml
|
|
68491
|
+
* config:
|
|
68492
|
+
* title: "Multi-Page Map App"
|
|
68493
|
+
* defaultMapStyle: "https://demotiles.maplibre.org/style.json"
|
|
68494
|
+
*
|
|
68495
|
+
* pages:
|
|
68496
|
+
* - path: "/"
|
|
68497
|
+
* title: "Home"
|
|
68498
|
+
* blocks:
|
|
68499
|
+
* - type: content
|
|
68500
|
+
* content:
|
|
68501
|
+
* - h1: [{ str: "Welcome" }]
|
|
68502
|
+
*
|
|
68503
|
+
* - path: "/map"
|
|
68504
|
+
* title: "Interactive Map"
|
|
68505
|
+
* blocks:
|
|
68506
|
+
* - type: map
|
|
68507
|
+
* id: main-map
|
|
68508
|
+
* config:
|
|
68509
|
+
* center: [0, 0]
|
|
68510
|
+
* zoom: 2
|
|
68511
|
+
*
|
|
68512
|
+
* - path: "/story"
|
|
68513
|
+
* title: "Our Story"
|
|
68514
|
+
* blocks:
|
|
68515
|
+
* - type: scrollytelling
|
|
68516
|
+
* id: story
|
|
68517
|
+
* config:
|
|
68518
|
+
* center: [0, 0]
|
|
68519
|
+
* zoom: 2
|
|
68520
|
+
* chapters:
|
|
68521
|
+
* - id: intro
|
|
68522
|
+
* title: "Introduction"
|
|
68523
|
+
* center: [0, 0]
|
|
68524
|
+
* zoom: 3
|
|
68525
|
+
* ```
|
|
68526
|
+
*/
|
|
68527
|
+
declare const RootSchema: z.ZodType<any>;
|
|
68528
|
+
|
|
68529
|
+
export { BaseLayerPropertiesSchema as B, ControlsConfigSchema as C, FillLayerSchema as F, GlobalConfigSchema as G, HeatmapLayerSchema as H, InteractiveConfigSchema as I, LayerSchema as L, MapBlockSchema as M, PopupContentSchema as P, RootSchema as R, SymbolLayerSchema as S, LegendConfigSchema as a, MapConfigSchema as b, PopupContentItemSchema as c, LegendItemSchema as d, CircleLayerSchema as e, LineLayerSchema as f, RasterLayerSchema as g, FillExtrusionLayerSchema as h, HillshadeLayerSchema as i, BackgroundLayerSchema as j, LayerReferenceSchema as k, LayerOrReferenceSchema as l, ControlPositionSchema as m, MapFullPageBlockSchema as n, MixedBlockSchema as o, BlockSchema as p, PageSchema as q };
|