Generates a Vector Tile from ShapeFile layers
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
JavaScript |
---|
function generate(tileX, tileY, zoomLevel, layers, outputTileFeature); |
Parameters
- tileX
- Type: System..::..Int32
Tile X coordinate
- tileY
- Type: System..::..Int32
Tile Y coordinate
- zoomLevel
- Type: System..::..Int32
Tile zoom level
- layers
- Type: System.Collections.Generic..::..List<(Of <(<'ShapeFile>)>)>
List of ShapeFile layers
- outputTileFeature
- Type: EGIS.Web.Controls..::..VectorTileGenerator..::..OutputTileFeatureDelegate
optional OutputTileFeatureDelegate which will be called with each record feature that will be added to the tile. This delegate is useful to exclude feaures at tile zoom levels
Return Value
See Also