maps4fs 1.9.1__py3-none-any.whl → 1.9.2__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/map.py +0 -8
- {maps4fs-1.9.1.dist-info → maps4fs-1.9.2.dist-info}/METADATA +1 -1
- {maps4fs-1.9.1.dist-info → maps4fs-1.9.2.dist-info}/RECORD +6 -6
- {maps4fs-1.9.1.dist-info → maps4fs-1.9.2.dist-info}/WHEEL +1 -1
- {maps4fs-1.9.1.dist-info → maps4fs-1.9.2.dist-info}/licenses/LICENSE.md +0 -0
- {maps4fs-1.9.1.dist-info → maps4fs-1.9.2.dist-info}/top_level.txt +0 -0
maps4fs/generator/map.py
CHANGED
@@ -73,14 +73,6 @@ class Map:
|
|
73
73
|
self.size_scale = 1.0
|
74
74
|
if self.output_size:
|
75
75
|
self.size_scale = self.output_size / self.size
|
76
|
-
self.logger.warning(
|
77
|
-
"WARNING! Output size is an Experimental feature, may not work as expected. "
|
78
|
-
"NOTE: This WILL LEAD to lower quality, artifacts and blurriness of the DEM "
|
79
|
-
"image, which means that the terrain will look worse. "
|
80
|
-
"Output size is set to %s. Scaling factor is %s.",
|
81
|
-
self.output_size,
|
82
|
-
self.size_scale,
|
83
|
-
)
|
84
76
|
|
85
77
|
self.game = game
|
86
78
|
self.dtm_provider = dtm_provider
|
@@ -2,7 +2,7 @@ maps4fs/__init__.py,sha256=EGvLVoRpSt4jITswsGbe1ISVmGAZAMQJcBmTwtyuVxI,335
|
|
2
2
|
maps4fs/logger.py,sha256=HQrDyj72mUjVYo25aR_-_SxVn2rfFjDCNbj-JKJdSnE,1488
|
3
3
|
maps4fs/generator/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
4
4
|
maps4fs/generator/game.py,sha256=NZaxj5z7WzMiHzAvQyr-TvVjGoHgqGldM6ZsItuYyzA,11292
|
5
|
-
maps4fs/generator/map.py,sha256=
|
5
|
+
maps4fs/generator/map.py,sha256=XYKzhr2SuC3ILty1RYfaWkxUr9VJF3FkpWJ6-dTwzB8,13896
|
6
6
|
maps4fs/generator/qgis.py,sha256=Es8hLuqN_KH8lDfnJE6He2rWYbAKJ3RGPn-o87S6CPI,6116
|
7
7
|
maps4fs/generator/settings.py,sha256=E5sfkfJgcjh9QHpa7ILlV_jnrF6USpsOFxkooVnxrbs,6968
|
8
8
|
maps4fs/generator/statistics.py,sha256=aynS3zbAtiwnU_YLKHPTiiaKW98_suvQUhy1SGBA6mc,2448
|
@@ -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.9.
|
58
|
-
maps4fs-1.9.
|
59
|
-
maps4fs-1.9.
|
60
|
-
maps4fs-1.9.
|
61
|
-
maps4fs-1.9.
|
57
|
+
maps4fs-1.9.2.dist-info/licenses/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
58
|
+
maps4fs-1.9.2.dist-info/METADATA,sha256=JbEQlBdtwmVmxgKqAX18yn6PFBwmyQrFGOo4ZJLa8iI,50476
|
59
|
+
maps4fs-1.9.2.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
60
|
+
maps4fs-1.9.2.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
61
|
+
maps4fs-1.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|