new FGBLayer(url, options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.FGBLayer(url, options);
</script>
// ES6 Import
import { FGBLayer } from '@supermapgis/iclient-leaflet';
new FGBLayer(url, options);
leaflet/overlay/FGBLayer.js, line 11
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
FGB 服务地址,例如:http://localhost:8090/iserver/services/xxx/rest/data/featureResults/newResourceId.fgb。 |
||||||||||||||||||||||||||||||||
options |
Object |
参数。
|
- Version:
- 11.1.0