Add example showing the use of Mapbox vector tiles

This commit is contained in:
Andreas Hocevar
2015-10-13 14:35:02 +02:00
parent 4b942bc4f6
commit c0c5443782
5 changed files with 399 additions and 0 deletions

View File

@@ -9,3 +9,10 @@ var common;
* @return {string} Renderer type.
*/
common.getRendererFromQueryString = function() {};
/**
* @return {function((ol.Feature|ol.render.Feature), number):
* Array.<ol.style.Style>}
*/
var createMapboxStreetsV6Style = function() {};