2
votes
1answer
83 views

How to control the rendering priority/order of feature layers?

I am displaying polygon, line and point feature layers on a button click event and adding layers in order based on their geometry type, e.g.: polygon -> line -> point. In certain cases layers are ...
2
votes
1answer
139 views

Dynamic rendering polygon , point, line feaures

I have Feature Collection consisting of features having id,color_code and etc as attributes.I have to render this feature as with the color mentioned as color_code in the attribute list.Is this ...