Namespace: webgl

H.map.render.webgl

Contains functionality specific to WebGL map rendering.

Classes

RenderEngine
Style

Type Definitions

H.map.render.webgl.StyleConfig Object

Interface describing expected style configuration interface supported by the H.map.render.webgl.RenderEngine.

Properties:
Name Type Argument Description
sources Object <optional>

Mandatory section that defines the source of the data

globals Object <optional>

Holds global variables that are used across logical layers (rendering groups)

textures Object <optional>

Texture definitions

layers Object <optional>

Defines logical layers that describe how to render the data

scene Object <optional>

Defines global map settings like background color sky/fog colors.