Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efd4552

Browse files
committed
[fix] maplibregl web符号例子
1 parent 8ea5dd7 commit efd4552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/maplibregl/websymbol_DLG_I49.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
map.on("load", function () {
154154
// 配置基础路径
155-
new mapboxgl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath });
155+
new maplibregl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath });
156156
// 加载Web符号
157157
var symbolIds = [
158158
"line-963379",

examples/maplibregl/websymbol_landuse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
map.on("load", function () {
9797
// 配置基础路径
98-
new mapboxgl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath });
98+
new maplibregl.supermap.WebSymbol().init({ basePath: window.exampleWebSymbolBasePath });
9999
var symbolIds = [
100100
"polygon-955452",
101101
"polygon-955550",

0 commit comments

Comments
 (0)