Commit graph

5 commits

Author SHA1 Message Date
Arjen Hiemstra
52868ec01e Rename Polygon.count to Polygon.elementCount and return the proper element count 2015-04-28 11:50:54 +02:00
Arjen Hiemstra
9dbff5a109 Only build the layer data mesh after we have received all the polygons
Certain polygons might be added to a layer later, so to prevent issues
when using range drawing, we need to wait until we have all layer data
then process that in the right order.
2015-04-28 11:30:52 +02:00
Arjen Hiemstra
924cbaaac5 Fix LayerData to use the right indices for polygons 2015-03-16 10:09:29 +01:00
Arjen Hiemstra
800faf6bcf Support colours for rendering the layer view 2015-03-12 13:31:14 +01:00
Arjen Hiemstra
ecd8a8d2a3 Add a LayerData class and a Job class to create it from a Protobuf message 2015-01-28 12:01:14 +01:00