From 47ee067283232eed1d80b6a90a25ed81ec34ce46 Mon Sep 17 00:00:00 2001 From: Gao Yingjian Date: Sat, 31 Aug 2024 15:51:37 +0800 Subject: [PATCH] feat: add maptalks-gl (#263) webgl version of maptalks ## Summary by CodeRabbit - **New Features** - Introduced a new mapping library to enhance the application's mapping capabilities. - **Chores** - Updated project dependencies to include `maptalks-gl`, ensuring the latest mapping functionalities are available. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 957725f..448be0d 100644 --- a/package.json +++ b/package.json @@ -9357,6 +9357,9 @@ "maptalks": { "version": "*" }, + "maptalks-gl": { + "version": "*" + }, "mariadb": { "version": "*" },