Fix alphamarker url

pull/10984/head
Javier Torres 8 years ago
parent 933bff2c5a
commit 10a9f6b18a

@ -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',

Loading…
Cancel
Save