Refactor map tools and drop SocialParser runtime dependency.
Add filtered map API, creamy-caprice-style toolbar (dates, layers, search), Yandex ru tiles, and store Telegram session in MapMil/data instead of mounting SocialParser. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import "leaflet";
|
||||
|
||||
declare module "leaflet" {
|
||||
namespace control {
|
||||
function polylineMeasure(options?: Record<string, unknown>): Control;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user