Skip to content

Commit

Permalink
[fix] maplibregl web符号例子
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxianhuii committed Sep 7, 2023
1 parent 8ea5dd7 commit efd4552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/maplibregl/websymbol_DLG_I49.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/maplibregl/websymbol_landuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit efd4552

Please sign in to comment.