Commit 78f4b922 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina parámetro dpi de leyenda, provoca fallos

parent c9eb53d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ define([

			var imgClass = 'detailsPhoto',
				noImgUrl = '/resources/images/noIMG.png',
				legendOptsParam = 'legend_options=fontAntiAliasing:true;dpi:100',
				legendOptsParam = 'legend_options=fontAntiAliasing:true',
				imgUrl;

			if (!layer || !(layer.legend || layer.stylesLayer)) {