Skip to content

Commit 694e847

Browse files
fix MapLibreGL 大小写
1 parent ab2620c commit 694e847

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/jsdocs/maplibregl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SuperMap iClient for MaplibreGL API
1+
# SuperMap iClient for MapLibreGL API
22

33
SuperMap iClient for MaplibreGL 是一套基于 MaplibreGL v1 的云 GIS 网络客户端开发平台, 支持访问 SuperMap iServer / iEdge / iPortal / iManager / Online 的地图、服务和资源,为用户提供了完整专业的 GIS 能力, 同时提供了优秀的可视化功能。
44

examples/template/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<script>
5252
$(document).ready(function () {
5353
var notFor = ['iClient Classic', '3D-WebGL'];
54-
var productArr = ['Leaflet', 'OpenLayers', 'MapboxGL', 'MaplibreGL', 'component', 'iClient Classic', '3D-WebGL']
54+
var productArr = ['Leaflet', 'OpenLayers', 'MapboxGL', 'MapLibreGL', 'component', 'iClient Classic', '3D-WebGL']
5555
var path = window.location.pathname.split('/');
5656
var identification = productArr.find(name => name.toLowerCase().includes(path[2]) || name.toLowerCase().includes(path[3]));
5757
if (identification) {

examples/template/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script>
4141
$(document).ready(function () {
4242
var notFor = ['iClient Classic', '3D-WebGL'];
43-
var productArr = ['Leaflet', 'OpenLayers', 'MapboxGL', 'MaplibreGL', 'component', 'iClient Classic', '3D-WebGL']
43+
var productArr = ['Leaflet', 'OpenLayers', 'MapboxGL', 'MapLibreGL', 'component', 'iClient Classic', '3D-WebGL']
4444
var path = window.location.pathname.split('/');
4545
var identification = productArr.find(name => name.toLowerCase().includes(path[2]) || name.toLowerCase().includes(path[3]));
4646
if (identification) {

examples/template/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<a class="center" target="_self" href="../mapboxgl/examples.html">for MapboxGL</a>
5353
</li>
5454
<li class="navbar-menu" id="maplibregl-menu">
55-
<a class="center" target="_self" href="../maplibregl/examples.html">for MaplibreGL</a>
55+
<a class="center" target="_self" href="../maplibregl/examples.html">for MapLibreGL</a>
5656
</li>
5757
<li class="navbar-menu" id="classic-menu">
5858
<a class="center" target="_self" href="../classic/examples.html">Classic</a>

0 commit comments

Comments
 (0)