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 '@supermapgis/iclient-ol';
new VectorTileSuperMapRest(options);
openlayers/overlay/VectorTileSuperMapRest.js, line 22
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Extends
Methods
-
static optionsFromMapJSON(url, mapJSONObj)
openlayers/overlay/VectorTileSuperMapRest.js, line 421 -
获取地图 JSON 信息。
Name Type Description url
string 地址。
mapJSONObj
Object 地图 JSON。