Class: VectorTileSuperMapRest

VectorTileSuperMapRest

矢量瓦片图层源。

new VectorTileSuperMapRest(options)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.source.VectorTileSuperMapRest(options);
  
</script>

// ES6 Import
import { VectorTileSuperMapRest } from '@supermap/iclient-ol';

new VectorTileSuperMapRest(options);

openlayers/overlay/VectorTileSuperMapRest.js, line 20
Name Type Description
options Object

参数。

Name Type Default Description
url string | undefined

服务地址。

style string | Object | undefined

Mapbox Style JSON 对象或获取 Mapbox Style JSON 对象的 URL。当 options.formatol.format.MVToptions.source 不为空时有效,优先级高于 options.url

source string | undefined

Mapbox Style JSON 对象中的source名称。当 options.style 设置时有效。当不配置时,默认为 Mapbox Style JSON 的 sources 对象中的第一个。

attributions string | Object 'Tile Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>' 可选

版权信息。

format Object 可选

瓦片的要素格式化。

withCredentials boolean 可选

请求是否携带 cookie。

Extends

Methods

static optionsFromMapJSON(url, mapJSONObj)

openlayers/overlay/VectorTileSuperMapRest.js, line 376

获取地图 JSON 信息。

Name Type Description
url string

地址。

mapJSONObj Object

地图 JSON。