Interface DataSourceConfiguration
Properties
activeByDefault
activeByDefault: boolean
allowQuery
allowQuery: boolean
allowView
allowView: boolean
basemap
basemap: boolean
features
features: boolean
id
id: any
layers
layers: boolean
name
name: string
type
type: string
url
url: string
The DataSourceConfiguration interface is used to represent a spatial datasource.
var config = { id: 175, type: 'esri', name: 'Districts', url: "http://tlbstws4.dot.state.fl.us/ArcGIS/rest/services/GEV_DMS/MapServer/175", features: false, layers: true, basemap: false, activeByDefault: true };