maps4fs 2.8.7__py3-none-any.whl → 2.8.9__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.
Potentially problematic release.
This version of maps4fs might be problematic. Click here for more details.
- maps4fs/generator/component/config.py +2 -0
- maps4fs/generator/component/satellite.py +1 -0
- maps4fs/generator/config.py +2 -0
- maps4fs/generator/statistics.py +10 -0
- {maps4fs-2.8.7.dist-info → maps4fs-2.8.9.dist-info}/METADATA +1 -1
- {maps4fs-2.8.7.dist-info → maps4fs-2.8.9.dist-info}/RECORD +9 -9
- {maps4fs-2.8.7.dist-info → maps4fs-2.8.9.dist-info}/WHEEL +0 -0
- {maps4fs-2.8.7.dist-info → maps4fs-2.8.9.dist-info}/licenses/LICENSE.md +0 -0
- {maps4fs-2.8.7.dist-info → maps4fs-2.8.9.dist-info}/top_level.txt +0 -0
maps4fs/generator/config.py
CHANGED
maps4fs/generator/statistics.py
CHANGED
|
@@ -70,3 +70,13 @@ def send_advanced_settings(data: dict[str, Any]) -> None:
|
|
|
70
70
|
"""
|
|
71
71
|
endpoint = f"{STATS_HOST}/receive_advanced_settings"
|
|
72
72
|
post(endpoint, data)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
def send_survey(data: dict[str, Any]) -> None:
|
|
76
|
+
"""Send survey data to the statistics server.
|
|
77
|
+
|
|
78
|
+
Arguments:
|
|
79
|
+
data (dict[str, Any]): The survey data to send.
|
|
80
|
+
"""
|
|
81
|
+
endpoint = f"{STATS_HOST}/receive_survey"
|
|
82
|
+
post(endpoint, data)
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
maps4fs/__init__.py,sha256=5ixsCA5vgcIV0OrF9EJBm91Mmc_KfMiDRM-QyifMAvo,386
|
|
2
2
|
maps4fs/logger.py,sha256=6sem0aFKQqtVjQ_yNu9iGcc-hqzLQUhfxco05K6nqow,763
|
|
3
3
|
maps4fs/generator/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
|
4
|
-
maps4fs/generator/config.py,sha256=
|
|
4
|
+
maps4fs/generator/config.py,sha256=dHJLBt-Ua5rMMvUujAa3cuPSYvDA7tgfY7Z8tpvT_zo,7176
|
|
5
5
|
maps4fs/generator/game.py,sha256=_LNiH__7FeSGsPKsuvAGiktt5GcJQVqcQYtsFZNWGyM,16106
|
|
6
6
|
maps4fs/generator/map.py,sha256=ZZRU8x0feGbgeJgxc0D3N-mfiasyFXxj6gbGyl-WRzE,14528
|
|
7
7
|
maps4fs/generator/qgis.py,sha256=Es8hLuqN_KH8lDfnJE6He2rWYbAKJ3RGPn-o87S6CPI,6116
|
|
8
8
|
maps4fs/generator/settings.py,sha256=_QJL4ikQYLFOIB1zWqXjYvyLfoh3cr2RYb2IzsunMJg,13405
|
|
9
|
-
maps4fs/generator/statistics.py,sha256=
|
|
9
|
+
maps4fs/generator/statistics.py,sha256=ciklaj_giopr2ShYE1_Xy9sJop9qWLmb_IZ-qgAq2b8,2348
|
|
10
10
|
maps4fs/generator/utils.py,sha256=ugdQ8C22NeiZLIlldLoEKCc7ioOefz4W-8qF2eOy9qU,4834
|
|
11
11
|
maps4fs/generator/component/__init__.py,sha256=s01yVVVi8R2xxNvflu2D6wTd9I_g73AMM2x7vAC7GX4,490
|
|
12
12
|
maps4fs/generator/component/background.py,sha256=tFWdYASUUZsJ8QiQrxxba-6aMECD3hvpd0pMm_UdrH8,46151
|
|
13
|
-
maps4fs/generator/component/config.py,sha256=
|
|
13
|
+
maps4fs/generator/component/config.py,sha256=OPDhQyALt6h8r70SU26qPcS1NwlfhuM97Q_LfjPJFKs,31127
|
|
14
14
|
maps4fs/generator/component/dem.py,sha256=FPqcXmFQg5MPaGuy4g5kxzvY1wbhozeCf-aNMCj5eaU,11687
|
|
15
15
|
maps4fs/generator/component/grle.py,sha256=0PC1K829wjD4y4d9qfIbnU29ebjflIPBbwIZx8FXwc8,27242
|
|
16
16
|
maps4fs/generator/component/i3d.py,sha256=RvpiW9skkZ6McyahC-AeIdPuSQjpXiFs1l0xOioJAu4,26638
|
|
17
17
|
maps4fs/generator/component/layer.py,sha256=bdy1XGOODyPqYUM3b_wEY2H9Piz-AaHsCDecl-qRHiM,6627
|
|
18
|
-
maps4fs/generator/component/satellite.py,sha256=
|
|
18
|
+
maps4fs/generator/component/satellite.py,sha256=JeQg4CGDSFir937ugbj30yliw6wftwfM9rCEc0uDcwc,5111
|
|
19
19
|
maps4fs/generator/component/texture.py,sha256=AjN1RsnVLtL7F13B_va6psKTTPc_0JCEznjT5mb1vKo,37309
|
|
20
20
|
maps4fs/generator/component/base/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
|
21
21
|
maps4fs/generator/component/base/component.py,sha256=-7H3donrH19f0_rivNyI3fgLsiZkntXfGywEx4tOnM4,23924
|
|
22
22
|
maps4fs/generator/component/base/component_image.py,sha256=GXFkEFARNRkWkDiGSjvU4WX6f_8s6R1t2ZYqZflv1jk,9626
|
|
23
23
|
maps4fs/generator/component/base/component_mesh.py,sha256=S5M_SU-FZz17-LgzTIM935ms1Vc4O06UQNTEN4e0INU,24729
|
|
24
24
|
maps4fs/generator/component/base/component_xml.py,sha256=MT-VhU2dEckLFxAgmxg6V3gnv11di_94Qq6atfpOLdc,5342
|
|
25
|
-
maps4fs-2.8.
|
|
26
|
-
maps4fs-2.8.
|
|
27
|
-
maps4fs-2.8.
|
|
28
|
-
maps4fs-2.8.
|
|
29
|
-
maps4fs-2.8.
|
|
25
|
+
maps4fs-2.8.9.dist-info/licenses/LICENSE.md,sha256=Ptw8AkqJ60c4tRts6yuqGP_8B0dxwOGmJsp6YJ8dKqM,34328
|
|
26
|
+
maps4fs-2.8.9.dist-info/METADATA,sha256=c5om5AlUIKRcE13_Tu54VHdCwxEeK6S5y12up1CCvPQ,10042
|
|
27
|
+
maps4fs-2.8.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
28
|
+
maps4fs-2.8.9.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
|
29
|
+
maps4fs-2.8.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|