From 51eb5f3732fcf5658af006160c87bfcf82cbfad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D1=88=D0=BA=D0=B8=D0=BD=20=D0=A1=D0=B5=D1=80?= =?UTF-8?q?=D0=B3=D0=B5=D0=B9?= Date: Wed, 3 Dec 2025 11:47:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BC=D0=B0=D1=80=D0=BA=D0=B5=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=B0=D1=80=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mainapp/multi_sources_playback_map.html | 251 ++++++++++----- .../templates/mainapp/points_averaging.html | 16 +- .../mainapp/templates/mainapp/source_map.html | 2 +- dbapp/mainapp/views/map.py | 2 +- .../0003_alter_transponders_sat_id.py | 20 ++ dbapp/mapsapp/models.py | 299 +++++++++--------- dbapp/test_celery.py | 11 +- 7 files changed, 358 insertions(+), 243 deletions(-) create mode 100644 dbapp/mapsapp/migrations/0003_alter_transponders_sat_id.py diff --git a/dbapp/mainapp/templates/mainapp/multi_sources_playback_map.html b/dbapp/mainapp/templates/mainapp/multi_sources_playback_map.html index 0f1ff07..d3d1b34 100644 --- a/dbapp/mainapp/templates/mainapp/multi_sources_playback_map.html +++ b/dbapp/mainapp/templates/mainapp/multi_sources_playback_map.html @@ -120,6 +120,32 @@ .moving-marker { transition: transform 0.1s linear; } + .marker-size-control { + position: fixed; + bottom: 10px; + right: 10px; + z-index: 999; + background: white; + padding: 10px 12px; + border-radius: 4px; + box-shadow: 0 1px 5px rgba(0,0,0,0.3); + font-size: 11px; + } + .marker-size-control label { + display: block; + margin-bottom: 5px; + font-weight: bold; + } + .marker-size-control input[type="range"] { + width: 120px; + cursor: pointer; + } + .marker-size-control .size-value { + display: inline-block; + margin-left: 5px; + font-weight: bold; + color: #007bff; + } {% endblock %} @@ -133,6 +159,12 @@
+
+ + + 1.0x +
+