maps4fs 2.2.74__tar.gz → 2.3.0__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-2.2.74 → maps4fs-2.3.0}/PKG-INFO +9 -16
- {maps4fs-2.2.74 → maps4fs-2.3.0}/README.md +8 -15
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs.egg-info/PKG-INFO +9 -16
- {maps4fs-2.2.74 → maps4fs-2.3.0}/pyproject.toml +1 -1
- {maps4fs-2.2.74 → maps4fs-2.3.0}/LICENSE.md +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/__init__.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/__init__.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/__init__.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/background.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/base/__init__.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/base/component.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/base/component_image.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/base/component_mesh.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/base/component_xml.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/config.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/dem.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/grle.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/i3d.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/layer.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/satellite.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/component/texture.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/config.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/game.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/map.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/qgis.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/settings.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/statistics.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/generator/utils.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs/logger.py +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs.egg-info/SOURCES.txt +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs.egg-info/dependency_links.txt +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs.egg-info/requires.txt +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/maps4fs.egg-info/top_level.txt +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/setup.cfg +0 -0
- {maps4fs-2.2.74 → maps4fs-2.3.0}/tests/test_generator.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.3.0
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: GNU Affero General Public License v3.0
|
@@ -27,10 +27,6 @@ Requires-Dist: pydtmdl
|
|
27
27
|
Requires-Dist: manifold3d
|
28
28
|
Dynamic: license-file
|
29
29
|
|
30
|
-
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
31
|
-
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
32
|
-
|
33
|
-
|
34
30
|
<p align="center">
|
35
31
|
<a href="https://github.com/iwatkot/maps4fs">maps4fs</a> •
|
36
32
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
@@ -44,15 +40,14 @@ Dynamic: license-file
|
|
44
40
|
|
45
41
|
<div align="center" markdown>
|
46
42
|
<a href="https://discord.gg/Sj5QKKyE42">
|
47
|
-
<img src="https://github.com/
|
43
|
+
<img src="https://github.com/user-attachments/assets/37043333-d6ef-4ca3-9f3c-81323d9d0b71">
|
48
44
|
</a>
|
49
45
|
|
50
46
|
<p align="center">
|
51
|
-
<a href="#
|
47
|
+
<a href="#How-To-Run">How to Run</a> •
|
52
48
|
<a href="#Overview">Overview</a> •
|
53
49
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
54
|
-
<a href="docs/recommendations.md">Practical recommendations</a>
|
55
|
-
<a href="docs/my_maps.md">My Maps</a> •
|
50
|
+
<a href="docs/recommendations.md">Practical recommendations</a><br>
|
56
51
|
<a href="docs/FAQ.md">FAQ</a> •
|
57
52
|
<a href="docs/map_structure.md">Map Structure</a> •
|
58
53
|
<a href="#Schemas-Editor">Schemas Editor</a> •
|
@@ -84,8 +79,6 @@ Dynamic: license-file
|
|
84
79
|
|
85
80
|
</div>
|
86
81
|
|
87
|
-
🔥🔥🔥🗂️ Track, store and organize all your maps using the [My Maps](docs/my_maps.md) feature. 🔥🔥🔥<br>
|
88
|
-
<br>
|
89
82
|
🗺️ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps<br>
|
90
83
|
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi)<br>
|
91
84
|
✂️ Supports map scaling<br>
|
@@ -141,11 +134,11 @@ Dynamic: license-file
|
|
141
134
|
|
142
135
|
<p align="center"><i>Map example generated with maps4fs.</i></p>
|
143
136
|
|
144
|
-
##
|
137
|
+
## How to Run
|
145
138
|
|
146
|
-
There are several ways to use the tool.
|
139
|
+
There are several ways to use the tool. The easiest one is a public version of the app, if you need more features, faster generation, and advanced settings, you can opt for local deployment or run the tool from source.
|
147
140
|
|
148
|
-
###
|
141
|
+
### Public app
|
149
142
|
|
150
143
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
151
144
|
🟢 Recommended for all users.
|
@@ -156,7 +149,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
156
149
|
|
157
150
|

|
158
151
|
|
159
|
-
###
|
152
|
+
### Local deployment
|
160
153
|
|
161
154
|
**Option 2:** Run the Docker version in your browser.
|
162
155
|
🟠 Recommended for users who want bigger maps, fast generation, nice-looking textures, and advanced settings.
|
@@ -174,7 +167,7 @@ powershell -ExecutionPolicy Bypass -Command "iex (iwr 'https://raw.githubusercon
|
|
174
167
|
ℹ️ Check out detailed instructions about [local deployment](docs/local_deployment.md).
|
175
168
|
|
176
169
|
|
177
|
-
###
|
170
|
+
### For developers
|
178
171
|
|
179
172
|
**Option 3:** Python package or run from source code.
|
180
173
|
🔴 Recommended for developers who want full control over the generation process and fastest performance.
|
@@ -1,7 +1,3 @@
|
|
1
|
-
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
2
|
-
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
3
|
-
|
4
|
-
|
5
1
|
<p align="center">
|
6
2
|
<a href="https://github.com/iwatkot/maps4fs">maps4fs</a> •
|
7
3
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
@@ -15,15 +11,14 @@
|
|
15
11
|
|
16
12
|
<div align="center" markdown>
|
17
13
|
<a href="https://discord.gg/Sj5QKKyE42">
|
18
|
-
<img src="https://github.com/
|
14
|
+
<img src="https://github.com/user-attachments/assets/37043333-d6ef-4ca3-9f3c-81323d9d0b71">
|
19
15
|
</a>
|
20
16
|
|
21
17
|
<p align="center">
|
22
|
-
<a href="#
|
18
|
+
<a href="#How-To-Run">How to Run</a> •
|
23
19
|
<a href="#Overview">Overview</a> •
|
24
20
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
25
|
-
<a href="docs/recommendations.md">Practical recommendations</a>
|
26
|
-
<a href="docs/my_maps.md">My Maps</a> •
|
21
|
+
<a href="docs/recommendations.md">Practical recommendations</a><br>
|
27
22
|
<a href="docs/FAQ.md">FAQ</a> •
|
28
23
|
<a href="docs/map_structure.md">Map Structure</a> •
|
29
24
|
<a href="#Schemas-Editor">Schemas Editor</a> •
|
@@ -55,8 +50,6 @@
|
|
55
50
|
|
56
51
|
</div>
|
57
52
|
|
58
|
-
🔥🔥🔥🗂️ Track, store and organize all your maps using the [My Maps](docs/my_maps.md) feature. 🔥🔥🔥<br>
|
59
|
-
<br>
|
60
53
|
🗺️ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps<br>
|
61
54
|
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi)<br>
|
62
55
|
✂️ Supports map scaling<br>
|
@@ -112,11 +105,11 @@
|
|
112
105
|
|
113
106
|
<p align="center"><i>Map example generated with maps4fs.</i></p>
|
114
107
|
|
115
|
-
##
|
108
|
+
## How to Run
|
116
109
|
|
117
|
-
There are several ways to use the tool.
|
110
|
+
There are several ways to use the tool. The easiest one is a public version of the app, if you need more features, faster generation, and advanced settings, you can opt for local deployment or run the tool from source.
|
118
111
|
|
119
|
-
###
|
112
|
+
### Public app
|
120
113
|
|
121
114
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
122
115
|
🟢 Recommended for all users.
|
@@ -127,7 +120,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
127
120
|
|
128
121
|

|
129
122
|
|
130
|
-
###
|
123
|
+
### Local deployment
|
131
124
|
|
132
125
|
**Option 2:** Run the Docker version in your browser.
|
133
126
|
🟠 Recommended for users who want bigger maps, fast generation, nice-looking textures, and advanced settings.
|
@@ -145,7 +138,7 @@ powershell -ExecutionPolicy Bypass -Command "iex (iwr 'https://raw.githubusercon
|
|
145
138
|
ℹ️ Check out detailed instructions about [local deployment](docs/local_deployment.md).
|
146
139
|
|
147
140
|
|
148
|
-
###
|
141
|
+
### For developers
|
149
142
|
|
150
143
|
**Option 3:** Python package or run from source code.
|
151
144
|
🔴 Recommended for developers who want full control over the generation process and fastest performance.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.3.0
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: GNU Affero General Public License v3.0
|
@@ -27,10 +27,6 @@ Requires-Dist: pydtmdl
|
|
27
27
|
Requires-Dist: manifold3d
|
28
28
|
Dynamic: license-file
|
29
29
|
|
30
|
-
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
31
|
-
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
32
|
-
|
33
|
-
|
34
30
|
<p align="center">
|
35
31
|
<a href="https://github.com/iwatkot/maps4fs">maps4fs</a> •
|
36
32
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
@@ -44,15 +40,14 @@ Dynamic: license-file
|
|
44
40
|
|
45
41
|
<div align="center" markdown>
|
46
42
|
<a href="https://discord.gg/Sj5QKKyE42">
|
47
|
-
<img src="https://github.com/
|
43
|
+
<img src="https://github.com/user-attachments/assets/37043333-d6ef-4ca3-9f3c-81323d9d0b71">
|
48
44
|
</a>
|
49
45
|
|
50
46
|
<p align="center">
|
51
|
-
<a href="#
|
47
|
+
<a href="#How-To-Run">How to Run</a> •
|
52
48
|
<a href="#Overview">Overview</a> •
|
53
49
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
54
|
-
<a href="docs/recommendations.md">Practical recommendations</a>
|
55
|
-
<a href="docs/my_maps.md">My Maps</a> •
|
50
|
+
<a href="docs/recommendations.md">Practical recommendations</a><br>
|
56
51
|
<a href="docs/FAQ.md">FAQ</a> •
|
57
52
|
<a href="docs/map_structure.md">Map Structure</a> •
|
58
53
|
<a href="#Schemas-Editor">Schemas Editor</a> •
|
@@ -84,8 +79,6 @@ Dynamic: license-file
|
|
84
79
|
|
85
80
|
</div>
|
86
81
|
|
87
|
-
🔥🔥🔥🗂️ Track, store and organize all your maps using the [My Maps](docs/my_maps.md) feature. 🔥🔥🔥<br>
|
88
|
-
<br>
|
89
82
|
🗺️ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps<br>
|
90
83
|
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi)<br>
|
91
84
|
✂️ Supports map scaling<br>
|
@@ -141,11 +134,11 @@ Dynamic: license-file
|
|
141
134
|
|
142
135
|
<p align="center"><i>Map example generated with maps4fs.</i></p>
|
143
136
|
|
144
|
-
##
|
137
|
+
## How to Run
|
145
138
|
|
146
|
-
There are several ways to use the tool.
|
139
|
+
There are several ways to use the tool. The easiest one is a public version of the app, if you need more features, faster generation, and advanced settings, you can opt for local deployment or run the tool from source.
|
147
140
|
|
148
|
-
###
|
141
|
+
### Public app
|
149
142
|
|
150
143
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
151
144
|
🟢 Recommended for all users.
|
@@ -156,7 +149,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
156
149
|
|
157
150
|

|
158
151
|
|
159
|
-
###
|
152
|
+
### Local deployment
|
160
153
|
|
161
154
|
**Option 2:** Run the Docker version in your browser.
|
162
155
|
🟠 Recommended for users who want bigger maps, fast generation, nice-looking textures, and advanced settings.
|
@@ -174,7 +167,7 @@ powershell -ExecutionPolicy Bypass -Command "iex (iwr 'https://raw.githubusercon
|
|
174
167
|
ℹ️ Check out detailed instructions about [local deployment](docs/local_deployment.md).
|
175
168
|
|
176
169
|
|
177
|
-
###
|
170
|
+
### For developers
|
178
171
|
|
179
172
|
**Option 3:** Python package or run from source code.
|
180
173
|
🔴 Recommended for developers who want full control over the generation process and fastest performance.
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maps4fs"
|
7
|
-
version = "2.
|
7
|
+
version = "2.3.0"
|
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 = "GNU Affero General Public License v3.0"}
|
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
|