new ServiceBase(url, options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
new ol.supermap.ServiceBase(url, options);
</script>
// ES6 Import
import { ServiceBase } from '@supermapgis/iclient-ol';
new ServiceBase(url, options);
openlayers/services/ServiceBase.js, line 6
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务地址。 |
||||||||||||||||||||
options |
Object |
参数。
|