28f29e9d40ceec7e260caa2312eb899812654857
Rendering vector tiles with mixed geometry types does not work as expected, because the tile is created without the geometries that need another rendering pass because of missing icons. This was discovered by @bartvde when working on the KML parser, where mixed geometry types are common. This change fixes the issue by breaking out from rendering entirely when renderFeaturesByGeometryType returns a deferred state. In addition, there was a related bug because icons are added to the cache regardless of its loaded state. This is also fixed now.
OpenLayers 3
Welcome to OpenLayers 3!
To see OpenLayers 3 in action you can look at the live examples on http://openlayers.github.com/ol3/master/examples/. If you want to contribute to OpenLayers 3 please read the CONTRIBUTING page.
Description
Languages
JavaScript
99%
CSS
0.6%
Handlebars
0.3%
Shell
0.1%
