From 10a9f6b18a60989190746ceb27697f2519b53551 Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Mon, 5 Dec 2016 17:35:14 +0100 Subject: [PATCH] Fix alphamarker url --- lib/assets/javascripts/cartodb3/editor/style/style-converter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/assets/javascripts/cartodb3/editor/style/style-converter.js b/lib/assets/javascripts/cartodb3/editor/style/style-converter.js index d486c6f35c..2f9c303e74 100644 --- a/lib/assets/javascripts/cartodb3/editor/style/style-converter.js +++ b/lib/assets/javascripts/cartodb3/editor/style/style-converter.js @@ -310,7 +310,7 @@ var heatmapConversion = function (style, animated, configModel) { var ramp = style.fill.color.range; style.fill.size = style.fill.size || { fixed: 35 }; - style.fill.image = 'url(' + configModel.get('app_assets_base_url') + '/images/unversioned/alphamarker.png)'; + style.fill.image = 'url(' + configModel.get('app_assets_base_url') + '/images/alphamarker.png)'; style.fill.color = { fixed: style.fill.color.fixed || 'white',