ahocevar 28f29e9d40 Don't create tile if rendering needs to be deferred
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.
2013-03-23 11:34:38 +01:00
2013-03-22 14:39:17 +01:00
2013-03-20 13:41:36 +01:00
2013-03-22 10:50:15 +01:00
2013-01-20 00:28:07 -07:00
2013-02-12 15:47:55 +01:00
2013-03-21 16:38:48 +01:00
2013-03-22 10:59:09 +01:00
2013-02-12 15:30:08 +01:00
2013-03-22 10:59:09 +01:00

OpenLayers 3

Travis CI Status

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%