maps4fs 1.8.193__tar.gz → 1.8.195__tar.gz
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-1.8.193 → maps4fs-1.8.195}/PKG-INFO +1 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/background.py +0 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/arctic.py +0 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/czech.py +0 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/rema.py +0 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/settings.py +0 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs.egg-info/PKG-INFO +1 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/pyproject.toml +1 -1
- {maps4fs-1.8.193 → maps4fs-1.8.195}/LICENSE.md +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/README.md +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/base/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/base/component.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/base/component_image.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/base/component_mesh.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/base/component_xml.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/config.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/grle.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/i3d.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/layer.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/satellite.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/component/texture.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dem.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/baden.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/base/wcs.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/base/wms.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/bavaria.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/canada.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/denmark.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/dtm.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/england.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/finland.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/flanders.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/france.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/hessen.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/italy.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/mv.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/niedersachsen.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/norway.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/nrw.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/sachsenanhalt.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/scotland.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/spain.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/srtm.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/switzerland.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/usgs_wcs.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/dtm/utils.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/game.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/map.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/generator/qgis.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/logger.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/toolbox/__init__.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/toolbox/background.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/toolbox/custom_osm.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs/toolbox/dem.py +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs.egg-info/SOURCES.txt +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs.egg-info/dependency_links.txt +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs.egg-info/requires.txt +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/maps4fs.egg-info/top_level.txt +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/setup.cfg +0 -0
- {maps4fs-1.8.193 → maps4fs-1.8.195}/tests/test_generator.py +0 -0
@@ -176,7 +176,6 @@ class Background(MeshComponent, ImageComponent):
|
|
176
176
|
save_path,
|
177
177
|
create_preview=True,
|
178
178
|
remove_center=self.map.background_settings.remove_center,
|
179
|
-
include_zeros=False,
|
180
179
|
)
|
181
180
|
|
182
181
|
def save_map_dem(self, dem_path: str, save_path: str | None = None) -> str:
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maps4fs"
|
7
|
-
version = "1.8.
|
7
|
+
version = "1.8.195"
|
8
8
|
description = "Generate map templates for Farming Simulator from real places."
|
9
9
|
authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}]
|
10
10
|
license = {text = "MIT License"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|