Martin Dobias 9009971c88 Improve handling of vertical ranges
So far we used a fixed vertical range for 3D bounding boxes with range [0, 500]
This of course would not work well if Z values are outside of this range
(e.g. tiles may not show at all or get pruned prematurely)

The approach now is to start with an estimate of the vertical range based
on few features from the source vector layer and then once our tile is completely
loaded, update the 3D bounding box to better represent the actual 3D extent.
2020-01-12 16:22:20 +01:00
..
2020-01-11 17:23:19 +01:00
2020-01-12 16:22:20 +01:00
2020-01-08 16:20:43 +13:00
2020-01-06 11:19:55 +10:00
2019-12-07 17:34:12 +01:00
2020-01-08 16:20:43 +13:00