maps4fs 0.9.96__py3-none-any.whl → 0.9.97__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/grle.py +10 -1
- {maps4fs-0.9.96.dist-info → maps4fs-0.9.97.dist-info}/METADATA +1 -1
- {maps4fs-0.9.96.dist-info → maps4fs-0.9.97.dist-info}/RECORD +6 -6
- {maps4fs-0.9.96.dist-info → maps4fs-0.9.97.dist-info}/LICENSE.md +0 -0
- {maps4fs-0.9.96.dist-info → maps4fs-0.9.97.dist-info}/WHEEL +0 -0
- {maps4fs-0.9.96.dist-info → maps4fs-0.9.97.dist-info}/top_level.txt +0 -0
maps4fs/generator/grle.py
CHANGED
@@ -58,7 +58,7 @@ class GRLE(Component):
|
|
58
58
|
data_type = info_layer["data_type"]
|
59
59
|
|
60
60
|
self.logger.debug(
|
61
|
-
"Creating InfoLayer PNG file %s with dimensions %
|
61
|
+
"Creating InfoLayer PNG file %s with dimensions %sx%s, %s channels, "
|
62
62
|
"and data type %s.",
|
63
63
|
file_path,
|
64
64
|
height,
|
@@ -73,3 +73,12 @@ class GRLE(Component):
|
|
73
73
|
self.logger.info("InfoLayer PNG file %s created.", file_path)
|
74
74
|
else:
|
75
75
|
self.logger.warning("Invalid InfoLayer schema: %s.", info_layer)
|
76
|
+
|
77
|
+
def previews(self) -> list[str]:
|
78
|
+
"""Returns a list of paths to the preview images (empty list).
|
79
|
+
The component does not generate any preview images so it returns an empty list.
|
80
|
+
|
81
|
+
Returns:
|
82
|
+
list[str]: An empty list.
|
83
|
+
"""
|
84
|
+
return []
|
@@ -6,7 +6,7 @@ maps4fs/generator/component.py,sha256=ibfl2V_niXqWaFO05aaV25JbPBaupUpKBOLxKQq0Fv
|
|
6
6
|
maps4fs/generator/config.py,sha256=qomeSaHNgSYvRyPbGkyDjgAxU1jUMND8wESuy9uXcV4,4280
|
7
7
|
maps4fs/generator/dem.py,sha256=aU0syr7pu81hd6oVn1rjQoDsDAYJro-58i1STTUz3jw,17167
|
8
8
|
maps4fs/generator/game.py,sha256=hvVsU4l43kHYM9oZ6WBFhDiI8U3gJxzSeavAvXyh0DI,7395
|
9
|
-
maps4fs/generator/grle.py,sha256=
|
9
|
+
maps4fs/generator/grle.py,sha256=TM9I1ge1_hfepdLq485TbHozm2OBr6HWNrkmixAigI0,3436
|
10
10
|
maps4fs/generator/i3d.py,sha256=CSdVDQJOybeu6DQhxTxImEOSsbbXSNqAN8sunNuicM0,3602
|
11
11
|
maps4fs/generator/map.py,sha256=1EJfq5928xbV7v9vBBuoC3VpD5gC1SMDBTQ7geH6yaA,4678
|
12
12
|
maps4fs/generator/path_steps.py,sha256=yeN6hmOD8O2LMozUf4HcQMIy8WJ5sHF5pGQT_s2FfOw,3147
|
@@ -15,8 +15,8 @@ maps4fs/generator/texture.py,sha256=9qBlL3udozp5ATg9N48naRjTQPWe_eOPgs28hG4U13g,
|
|
15
15
|
maps4fs/generator/tile.py,sha256=6zUpDidPcPRTGzQvYSNw-0Pj-if2WiakU2qb-40vyOk,2151
|
16
16
|
maps4fs/toolbox/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
17
17
|
maps4fs/toolbox/dem.py,sha256=z9IPFNmYbjiigb3t02ZenI3Mo8odd19c5MZbjDEovTo,3525
|
18
|
-
maps4fs-0.9.
|
19
|
-
maps4fs-0.9.
|
20
|
-
maps4fs-0.9.
|
21
|
-
maps4fs-0.9.
|
22
|
-
maps4fs-0.9.
|
18
|
+
maps4fs-0.9.97.dist-info/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
19
|
+
maps4fs-0.9.97.dist-info/METADATA,sha256=s4WH0mc0o_KT-TTA4PdgsYLTMEwr8LnlrvXqxVdWUZo,25194
|
20
|
+
maps4fs-0.9.97.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
21
|
+
maps4fs-0.9.97.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
22
|
+
maps4fs-0.9.97.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|