maps4fs 1.8.249__py3-none-any.whl → 1.8.250__py3-none-any.whl
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.
- maps4fs/generator/component/i3d.py +2 -0
- {maps4fs-1.8.249.dist-info → maps4fs-1.8.250.dist-info}/METADATA +1 -1
- {maps4fs-1.8.249.dist-info → maps4fs-1.8.250.dist-info}/RECORD +6 -6
- {maps4fs-1.8.249.dist-info → maps4fs-1.8.250.dist-info}/WHEEL +0 -0
- {maps4fs-1.8.249.dist-info → maps4fs-1.8.250.dist-info}/licenses/LICENSE.md +0 -0
- {maps4fs-1.8.249.dist-info → maps4fs-1.8.250.dist-info}/top_level.txt +0 -0
@@ -453,6 +453,8 @@ class I3d(XMLComponent):
|
|
453
453
|
|
454
454
|
if leaf_type == "mixed":
|
455
455
|
trees_with_leaf_type = [tree for tree in tree_schema if tree.get("leaf_type")]
|
456
|
+
if not trees_with_leaf_type:
|
457
|
+
return choice(tree_schema)
|
456
458
|
return choice(trees_with_leaf_type)
|
457
459
|
|
458
460
|
trees_by_leaf_type = [tree for tree in tree_schema if tree.get("leaf_type") == leaf_type]
|
@@ -11,7 +11,7 @@ maps4fs/generator/component/__init__.py,sha256=s01yVVVi8R2xxNvflu2D6wTd9I_g73AMM
|
|
11
11
|
maps4fs/generator/component/background.py,sha256=gqKQnyHZ58i54KkU6m-zhZui5081Z7GaXAimGB-xJgM,22153
|
12
12
|
maps4fs/generator/component/config.py,sha256=RitKgFDZPzjA1fi8GcEi1na75qqaueUvpcITHjBvCXc,3674
|
13
13
|
maps4fs/generator/component/grle.py,sha256=KlNbbYY4oyFfB_0qTInrweBTyLUW0koSSpqclkRw-Lk,19381
|
14
|
-
maps4fs/generator/component/i3d.py,sha256=
|
14
|
+
maps4fs/generator/component/i3d.py,sha256=iVXYYGzDpSp5J7vAo_LFnDA8GDAy43Y6aUIf7yP_ZTI,23101
|
15
15
|
maps4fs/generator/component/layer.py,sha256=hbTBMLamKOWv_MXbnk-LjLyNV91jPsF33UEc17rBZCM,6185
|
16
16
|
maps4fs/generator/component/satellite.py,sha256=oZBHjP_QY0ik1-Vk7JqMS__zIG8ffw2voeozB7-HUQc,4946
|
17
17
|
maps4fs/generator/component/texture.py,sha256=ELU5QwysZaMPH9QQkE5jzIHAOzZ_Y8khcT9ruZuxQpQ,31803
|
@@ -54,8 +54,8 @@ maps4fs/toolbox/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,4
|
|
54
54
|
maps4fs/toolbox/background.py,sha256=RclEqxEWLbMxuEkkegQP8jybzugwQ1_R3rdfDe0s21U,2104
|
55
55
|
maps4fs/toolbox/custom_osm.py,sha256=X6ZlPqiOhNjkmdD_qVroIfdOl9Rb90cDwVSLDVYgx80,1892
|
56
56
|
maps4fs/toolbox/dem.py,sha256=z9IPFNmYbjiigb3t02ZenI3Mo8odd19c5MZbjDEovTo,3525
|
57
|
-
maps4fs-1.8.
|
58
|
-
maps4fs-1.8.
|
59
|
-
maps4fs-1.8.
|
60
|
-
maps4fs-1.8.
|
61
|
-
maps4fs-1.8.
|
57
|
+
maps4fs-1.8.250.dist-info/licenses/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
58
|
+
maps4fs-1.8.250.dist-info/METADATA,sha256=1Z_9w4Lf6h6jhymM3eANMJZz9gX3M0pnzy48hQRfv1g,47222
|
59
|
+
maps4fs-1.8.250.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
60
|
+
maps4fs-1.8.250.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
61
|
+
maps4fs-1.8.250.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|