Skip to content

Commit 0622243

Browse files
[fix]ISVJ10807 preferServer iclient更新
1 parent b70b172 commit 0622243

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/zh/api/web-map/map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Web Map 地图组件。支持 MapboxGL Map,SuperMap iPortal/Online 地图。<b
2020
| mapId | SuperMap iPortal/Online 地图资源 ID | number \| string \| object | - | - |
2121
| target | 地图容器 ID | string | - | map |
2222
| serverUrl | SuperMap iPortal/Online 服务器地址 | string | - | https://www.supermapol.com |
23-
| preferServer | iServer rest/data服务, 使用服务器直接返回geojson。 | boolean | - | false |
23+
| preferServer | 当图层数据来源为SuperMap iServer RestData服务, 使用服务器直接返回geojson。 | boolean | - | false |
2424
| accessToken | 令牌,用于访问 SuperMap iPortal 中受保护资源 | string | - | - |
2525
| accessKey | SuperMap Online 提供的一种基于 Token(令牌)的用户身份验证机制 | string | - | - |
2626
| tiandituKey | 天地图的服务 Key | string | - | - |

src/mapboxgl/web-map/WebMapViewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const OPACITY_MAP = {
5454
* @param {boolean} [options.excludePortalProxyUrl] - server 传递过来的 URL 是否带有代理。当设置 `id` 时有效。
5555
* @param {boolean} [options.ignoreBaseProjection =false] - 是否忽略底图坐标系和叠加图层坐标系不一致。
5656
* @param {String} [options.iportalServiceProxyUrlPrefix] - iportal的代理服务地址前缀。
57-
* @param {boolean} [options.preferServer=false] - iServer rest/data服务, 使用服务器直接返回geojson。
57+
* @param {boolean} [options.preferServer=false] - 当图层数据来源为SuperMap iServer RestData服务, 使用服务器直接返回geojson。
5858
*/
5959
interface webMapOptions {
6060
target?: string;

static/libs/iclient-common/iclient-common-webmapv2base.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/libs/iclient-common/iclient-common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/libs/iclient-mapboxgl/iclient-mapboxgl.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)