web123456

MapVGL Layer Attribute Sorting

color Color, same as css color
opacity Block Transparency , default is 1.0
texture Texture mapping, note that the width and height must be powers of 2
isTextureFull If or not the texture map is tiled, default is false.
textureScale Texture Map Scaling Size
blend Dot overlay mode, optional lighter
riseTime The time for the building block to initialize the raise animation, in milliseconds, default is 0
style Some effects, optional values normal: default, normal; window: window effect; windowAnimation: window animation effect; gradual: gradient effect
topColor top color
enablePicked Whether to enable mouse events, support mouse onClick and onMousemove events, and also support changing the color of the picked up object
selectedIndex Manually specify the index of the selected data item to change the color of the object represented by the data item, -1 means no element is selected.
selectedColor Selected State Colors
autoSelect Automatically set the selectedIndex according to the mouse position to change the color of the selected object, set to true to disable the selectedIndex.
onClick Click event, if clicked on a selectable object, returns the corresponding data
onDblClick Double-click event, if double-clicked on a selectable object, it returns the corresponding data.
onRightClick Right-click event, if the right-click is on a selectable object, return the corresponding data
onMousemove Mouse pointer movement event, if the pointer is hovering over a selectable object, then return the corresponding data.