diff --git a/lib/carto/renderer_js.js b/lib/carto/renderer_js.js index 8064f2b..18d49d5 100644 --- a/lib/carto/renderer_js.js +++ b/lib/carto/renderer_js.js @@ -165,7 +165,7 @@ CartoCSS.prototype = { } } }, - getIconURLs: function(){ + getImageURLs: function(){ return this.imageURLs; }, @@ -202,7 +202,6 @@ CartoCSS.prototype = { var layer = layers[key] = (layers[key] || { symbolizers: [] }); - this.imageURLs = _getImageURLs(def); for(var u = 0; u