From efd4552c65b229df0d39d30cf9d5e576b2bb19bf Mon Sep 17 00:00:00 2001 From: chenxianhui Date: Thu, 7 Sep 2023 09:04:01 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20maplibregl=20web=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/maplibregl/websymbol_DLG_I49.html | 2 +- examples/maplibregl/websymbol_landuse.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/maplibregl/websymbol_DLG_I49.html b/examples/maplibregl/websymbol_DLG_I49.html index 951b394df..c86bbb14d 100644 --- a/examples/maplibregl/websymbol_DLG_I49.html +++ b/examples/maplibregl/websymbol_DLG_I49.html @@ -152,7 +152,7 @@ map.on("load", function () { // 配置基础路径 - new mapboxgl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath }); + new maplibregl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath }); // 加载Web符号 var symbolIds = [ "line-963379", diff --git a/examples/maplibregl/websymbol_landuse.html b/examples/maplibregl/websymbol_landuse.html index 2e95c05a8..7f06ea35e 100644 --- a/examples/maplibregl/websymbol_landuse.html +++ b/examples/maplibregl/websymbol_landuse.html @@ -95,7 +95,7 @@ map.on("load", function () { // 配置基础路径 - new mapboxgl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath }); + new maplibregl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath }); var symbolIds = [ "polygon-955452", "polygon-955550",