I3SLayer

A layer for loading I3S data (only points supported)

Constructor

new I3SLayer(properties)

Parameters:
NameTypeDescription
propertiesObject
Properties
NameTypeAttributesDefaultDescription
idString | Numberlayer id should be unique
nameStringthe name can be anything you want and is intended for labeling
urlStringthe service url
layerStringthe service layer to display
geometricErrorMultiplierNumber<optional>
1(optional) between 0 and infinity, defaults to 1. controls the level of detail.
boundsArray.<Number><optional>
[-180, -90, 180, 90]min longitude, min latitude, max longitude, max latitude in degrees
visibleBoolean<optional>
truelayer will be rendered if true (true by default)