maps4fs 1.9.37__py3-none-any.whl → 1.9.41__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-1.9.37.dist-info → maps4fs-1.9.41.dist-info}/METADATA +5 -4
- {maps4fs-1.9.37.dist-info → maps4fs-1.9.41.dist-info}/RECORD +5 -5
- {maps4fs-1.9.37.dist-info → maps4fs-1.9.41.dist-info}/WHEEL +0 -0
- {maps4fs-1.9.37.dist-info → maps4fs-1.9.41.dist-info}/licenses/LICENSE.md +0 -0
- {maps4fs-1.9.37.dist-info → maps4fs-1.9.41.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 1.9.
|
3
|
+
Version: 1.9.41
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: Apache License 2.0
|
@@ -84,7 +84,8 @@ Dynamic: license-file
|
|
84
84
|
</div>
|
85
85
|
|
86
86
|
🗺️ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps<br>
|
87
|
-
|
87
|
+
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi) 🆕<br>
|
88
|
+
✂️ Supports map scaling<br>
|
88
89
|
🔄 Support map rotation<br>
|
89
90
|
🌐 Supports custom [DTM Providers](#DTM-Providers)<br>
|
90
91
|
🌾 Automatically generates fields<br>
|
@@ -155,7 +156,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
155
156
|
**Option 2:** Run the Docker version in your browser. Launch the following command in your terminal:
|
156
157
|
|
157
158
|
```bash
|
158
|
-
docker run -d -p 8501:8501 --name maps4fs iwatkot/maps4fs
|
159
|
+
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs iwatkot/maps4fs
|
159
160
|
```
|
160
161
|
|
161
162
|
And open [http://localhost:8501](http://localhost:8501) in your browser.<br>
|
@@ -237,7 +238,7 @@ You can launch the project with minimalistic UI in your browser using Docker. Fo
|
|
237
238
|
2. Run the following command in your terminal:
|
238
239
|
|
239
240
|
```bash
|
240
|
-
docker run -d -p 8501:8501 --name maps4fs iwatkot/maps4fs
|
241
|
+
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs iwatkot/maps4fs
|
241
242
|
```
|
242
243
|
|
243
244
|
3. Open your browser and go to [http://localhost:8501](http://localhost:8501).
|
@@ -54,8 +54,8 @@ maps4fs/toolbox/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,4
|
|
54
54
|
maps4fs/toolbox/background.py,sha256=RB0pHuRyfnDuqYtO2gUypfPm4G5cYRFdT2W-DG49zy0,2427
|
55
55
|
maps4fs/toolbox/custom_osm.py,sha256=fjVSl9Ztc8_q0DxgNkhM7tE0Y-XpX8xcGGW-Tunp0R8,2518
|
56
56
|
maps4fs/toolbox/dem.py,sha256=mbn3ZqMRhhYmzgssm2CGvg6aa89MUBOJPq6QyE54OLY,4191
|
57
|
-
maps4fs-1.9.
|
58
|
-
maps4fs-1.9.
|
59
|
-
maps4fs-1.9.
|
60
|
-
maps4fs-1.9.
|
61
|
-
maps4fs-1.9.
|
57
|
+
maps4fs-1.9.41.dist-info/licenses/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
58
|
+
maps4fs-1.9.41.dist-info/METADATA,sha256=FV89xT0KP5Bpv8-Th8Ftxo7S4XJtoZMJOdrP6pGfGIU,49397
|
59
|
+
maps4fs-1.9.41.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
60
|
+
maps4fs-1.9.41.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
61
|
+
maps4fs-1.9.41.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|