You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erik Vullings edited this page Mar 6, 2016
·
1 revision
You can use different data sources to create a layer in csWeb. Although the default format is GeoJSON, which supports filtering, styling and statistical info, we also support several other formats (in the source code, look at csComp/services/layer/sources).
DatabaseSource
GeoJsonSource
GridDataSource: supports all kinds of GRID files, a.o. ESRI ASCII grid file
KmlDataSource
RssDataSource
TileLayerSource
VectorTileSource
WmsSource
Special versions
HeatmapSource
HierarchySource
NightDayDataSource
These are explained in more detail below.
GeoJSON
ESRI GeoJSON
Tile layer (with UTF Grid)
The url in below example points to the tile layer source, delivering png tiles in this case. However, after the tile url, there is an optional second url, separated by the pipe | symbol, pointing to the UTF grid layer.