cesium-drawhelper
cesium-drawhelper copied to clipboard
Redundant creation of billboard collection in index.html
Please see this line : https://github.com/leforthomas/cesium-drawhelper/blob/master/index.html#L78 . I think billboard collection should be created only first time, rather than creating it again and again for every new marker. If i am correct, then please confirm. I will submit a pull request