Commit Graph

83 Commits

Author SHA1 Message Date
Stream
316db8e824 auto-sync: 2026-05-03 20:10:01 2026-05-03 20:10:02 +03:00
Stream
d5ec250c97 feat(tiles): add LRU-cached tile endpoint with zoom-based geometry simplification
- /api/tiles/tracks/<z>/<x>/<y>.geojson — GeoJSON tile endpoint для MapLibre
- LRU-кэш тайлов по ключу (z, x, y) с лимитом 512 тайлов
- Упрощение геометрии треков через Shapely.simplify по зуму:
  - z < 5: tol=0.08 (очень сильное ~95% reduction)
  - z 5-6: tol=0.01-0.04
  - z 7-9: tol=0.002-0.004 (умеренное)
  - z >= 10: tol=0.0005 (почти как есть)
- Отдельный кэш упрощения по (z, track_id) на 4096 записей
- Cache-Control: public, max-age=3600 для HTTP-кэширования
- Gzip-сжатие ответов
- Удалены неиспользуемые импорты (shapely.ops.transform, shapely.wkt)
2026-05-03 04:52:06 +00:00
Stream
6fc5c8cf36 auto-sync: 2026-05-03 07:50:01 2026-05-03 07:50:01 +03:00
Stream
cac2ebe19a auto-sync: 2026-04-26 20:10:01 2026-04-26 20:10:01 +03:00
Stream
62310878e3 auto-sync: 2026-04-26 17:10:01 2026-04-26 17:10:01 +03:00
Stream
6028495007 auto-sync: 2026-04-26 16:30:01 2026-04-26 16:30:02 +03:00
Stream
56bbba1cc1 auto-sync: 2026-04-26 16:20:01 2026-04-26 16:20:01 +03:00
Stream
e723e5baab auto-sync: 2026-04-26 13:20:01 2026-04-26 13:20:01 +03:00
Stream
8a69b47e63 auto-sync: 2026-04-26 12:10:01 2026-04-26 12:10:02 +03:00
Stream
f0949be53e auto-sync: 2026-04-26 11:50:01 2026-04-26 11:50:01 +03:00
Stream
f9defca0c1 auto-sync: 2026-04-26 11:30:01 2026-04-26 11:30:02 +03:00
Stream
cc58ef3fff auto-sync: 2026-04-26 02:10:01 2026-04-26 02:10:01 +03:00
Stream
2fef8b8830 auto-sync: 2026-04-25 13:50:01 2026-04-25 13:50:01 +03:00
Stream
0d787afdb3 auto-sync: 2026-04-25 13:00:01 2026-04-25 13:00:01 +03:00
Stream
b652c5bc4c auto-sync: 2026-04-25 01:40:01 2026-04-25 01:40:01 +03:00
Stream
493993bb00 auto-sync: 2026-04-25 00:50:01 2026-04-25 00:50:01 +03:00
Stream
ae8f56787c auto-sync: 2026-04-24 17:50:01 2026-04-24 17:50:01 +03:00
Stream
78f434c677 auto-sync: 2026-04-22 09:00:01 2026-04-22 09:00:01 +03:00
Stream
811183fea1 auto-sync: 2026-04-22 01:20:01 2026-04-22 01:20:01 +03:00
Stream
a3132184b0 auto-sync: 2026-04-22 01:00:01 2026-04-22 01:00:01 +03:00
Stream
0478851fac auto-sync: 2026-04-22 00:50:01 2026-04-22 00:50:01 +03:00
Stream
5907624fa0 auto-sync: 2026-04-22 00:30:01 2026-04-22 00:30:01 +03:00
Stream
4583f2b152 auto-sync: 2026-04-22 00:10:01 2026-04-22 00:10:02 +03:00
Stream
863bdba7d2 auto-sync: 2026-04-21 19:00:01 2026-04-21 19:00:01 +03:00
Stream
1c7fdc4c8b auto-sync: 2026-04-21 18:50:01 2026-04-21 18:50:01 +03:00
Stream
591bb316b9 auto-sync: 2026-04-21 17:20:01 2026-04-21 17:20:01 +03:00
Stream
185642ccda auto-sync: 2026-04-21 17:10:01 2026-04-21 17:10:01 +03:00
Stream
ee0b19f311 auto-sync: 2026-04-21 17:00:01 2026-04-21 17:00:01 +03:00
Stream
3ebf8f60e4 auto-sync: 2026-04-21 14:10:01 2026-04-21 14:10:01 +03:00
Stream
d6394e9757 auto-sync: 2026-04-21 13:20:01 2026-04-21 13:20:01 +03:00
Stream
3e934a63fa auto-sync: 2026-04-21 13:10:01 2026-04-21 13:10:01 +03:00
Stream
e29963d4fd auto-sync: 2026-04-21 01:40:01 2026-04-21 01:40:01 +03:00
Stream
7eb1b2c43e auto-sync: 2026-04-21 01:30:01 2026-04-21 01:30:01 +03:00
Stream
8696a05670 auto-sync: 2026-04-21 01:20:01 2026-04-21 01:20:01 +03:00
Stream
ff3cbd57ec auto-sync: 2026-04-21 00:50:01 2026-04-21 00:50:01 +03:00
Stream
21c629464a auto-sync: 2026-04-21 00:40:01 2026-04-21 00:40:01 +03:00
Stream
971d92414e auto-sync: 2026-04-21 00:30:01 2026-04-21 00:30:02 +03:00
Stream
cbf01137bb auto-sync: 2026-04-20 23:40:01 2026-04-20 23:40:01 +03:00
Stream
1ad89ff1bd auto-sync: 2026-04-20 23:20:01 2026-04-20 23:20:01 +03:00
Stream
3a8f6a34af auto-sync: 2026-04-20 23:10:02 2026-04-20 23:10:02 +03:00
Stream
d2ac1ed3e5 auto-sync: 2026-04-20 23:00:01 2026-04-20 23:00:01 +03:00
Stream
7bfccd1ee0 auto-sync: 2026-04-20 20:10:02 2026-04-20 20:10:02 +03:00
Stream
827da44a8e auto-sync: 2026-04-20 20:00:01 2026-04-20 20:00:01 +03:00
Stream
1a15589ebd auto-sync: 2026-04-20 18:30:01 2026-04-20 18:30:01 +03:00
Stream
3bcc96478b auto-sync: 2026-04-20 17:20:01 2026-04-20 17:20:01 +03:00
Stream
67bbdfc7c2 auto-sync: 2026-04-20 17:10:01 2026-04-20 17:10:01 +03:00
Stream
e67182e11b auto-sync: 2026-04-20 15:50:01 2026-04-20 15:50:01 +03:00
Stream
0f2e329fac auto-sync: 2026-04-20 14:20:01 2026-04-20 14:20:01 +03:00
Stream
35bb8c2fa4 auto-sync: 2026-04-20 13:00:01 2026-04-20 13:00:01 +03:00
Stream
882fc0fae2 auto-sync: 2026-04-20 12:50:01 2026-04-20 12:50:01 +03:00