Remove bundling magic for Mapbox styles script

This commit is contained in:
Andreas Hocevar
2017-08-20 09:26:37 -04:00
parent 98b863604b
commit 2ef5f99599
4 changed files with 16 additions and 20 deletions

View File

@@ -13,7 +13,12 @@ common.getRendererFromQueryString = function(opt_default) {};
/**
* @param {function(new:ol.style.Style, olx.style.StyleOptions=)} Style Style constructor.
* @param {function(new:ol.style.Fill, olx.style.FillOptions=)} Fill Fill constructor.
* @param {function(new:ol.style.Stroke, olx.style.StrokeOptions=)} Stroke Stroke constructor.
* @param {function(new:ol.style.Icon, olx.style.IconOptions=)} Icon Icon constructor.
* @param {function(new:ol.style.Text, olx.style.TextOptions=)} Text Text constructor.
* @return {function((ol.Feature|ol.render.Feature), number):
* Array.<ol.style.Style>}
*/
var createMapboxStreetsV6Style = function() {};
var createMapboxStreetsV6Style = function(Style, Fill, Stroke, Icon, Text) {};