File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ SuperMap iClient for MaplibreGL 是一套基于 MaplibreGL v1 的云 GIS 网络
88
99## 参考 API
1010
11- - Maplibre GL JS API:<a href =" https://www. maplibre.com /maplibre-gl-js/api/ " target =" _blank " >https://www. maplibre.com /maplibre-gl-js/api / </a >
11+ - Maplibre GL JS API:<a href =" https://maplibre.org /maplibre-gl-js/docs/API/ " target =" _blank " >https://maplibre.org /maplibre-gl-js/docs/API / </a >
1212- ECharts API:<a href =" https://echarts.apache.org/api.html#echarts " target =" _blank " >https://echarts.apache.org/api.html#echarts </a >
1313- MapV API:<a href =" https://github.com/huiyan-fe/mapv/blob/master/API.md " target =" _blank " >https://github.com/huiyan-fe/mapv/blob/master/API.md </a >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h5 class="panel-title text-center" data-i18n="resources.title_createTempLayer">
8888 source : {
8989 type : 'raster' ,
9090 tiles : [
91- 'http://localhost:8090 /iserver/services/map-World/rest/maps/World/zxyTileImage.png?z={z}&x={x}&y={y}&transparent=true&cacheEnabled=false&noWrap=true&layersID=' +
91+ host + ' /iserver/services/map-World/rest/maps/World/zxyTileImage.png?z={z}&x={x}&y={y}&transparent=true&cacheEnabled=false&noWrap=true&layersID=' +
9292 result . newResourceID
9393 ] ,
9494 tileSize : 256
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ <h5 class="panel-title text-center" data-i18n="resources.title_createTempLayer">
8787 source : {
8888 type : 'raster' ,
8989 tiles : [
90- 'http://localhost:8090 /iserver/services/map-World/rest/maps/World/zxyTileImage.png?z={z}&x={x}&y={y}&transparent=true&cacheEnabled=false&noWrap=true&layersID=' +
90+ host + ' /iserver/services/map-World/rest/maps/World/zxyTileImage.png?z={z}&x={x}&y={y}&transparent=true&cacheEnabled=false&noWrap=true&layersID=' +
9191 result . newResourceID
9292 ] ,
9393 tileSize : 256
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import MapManager from './webmap/MapManager';
2828 * <p style="font-size: 13px"><a href="https://iclient.supermap.io/web/libs/antv/g2/4.2.8/g2.min.js">G2: </a><script type="text/javascript" src="https://iclient.supermap.io/web/libs/antv/g2/4.2.8/g2.min.js"></script></p>
2929 * <p style="font-size: 13px"><a href="https://iclient.supermap.io/web/libs/antv/g6/4.3.2/g6.min.js">G6: </a><script type="text/javascript" src="https://iclient.supermap.io/web/libs/antv/g6/4.3.2/g6.min.js"></script></p>
3030 * <p style="font-size: 13px"><a href="https://iclient.supermap.io/web/libs/fast-xml-parser/4.2.7/fxparser.min.js">fast-xml-parser: </a><script type="text/javascript" src="https://iclient.supermap.io/web/libs/fast-xml-parser/4.2.7/fxparser.min.js"></script></p>
31- * <p style="font-size: 13px"><a href="https://iclient.supermap.io/web/libs/maplibre-gl-js-enhance/4.3.0-2/maplibre-gl-enhance.js"></script></p>
31+ * <p style="font-size: 13px"><a href="https://iclient.supermap.io/web/libs/maplibre-gl-js-enhance/4.3.0-2/maplibre-gl-enhance.js">maplibre-gl-js-enhance: </a><script type="text/javascript" src="https://iclient.supermap.io/web/libs/maplibre-gl-js-enhance/4.3.0-2/maplibre-gl-enhance.js" ></script></p>
3232 * </div>
3333 * @modulecategory Mapping
3434 * @param {number } id - iPortal|Online 地图 ID。
You can’t perform that action at this time.
0 commit comments