From c771527db53d2d99980cdfd13941064a6cdbf781 Mon Sep 17 00:00:00 2001 From: itanka9 Date: Tue, 17 Sep 2024 17:32:52 +0300 Subject: [PATCH] key --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ed4f973..237d278 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,7 +2,7 @@ import { ShareControl } from '.'; import './style.css'; import { load } from '@2gis/mapgl'; -const MAPGL_JS_API_KEY = 'test'; +const MAPGL_JS_API_KEY = 'a1893935-6834-4445-b97a-3405fb426c5b'; load().then(mapgl => { const url = new URL(location.href);