Commit dc318985 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aplica filtro de calidad del dato a capas de mapa

parent 95ffde06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ define([

			// TODO realmente se quiere evitar límites? puede causar fallos en el lado del servicio
			// preferible mostrar aviso si se llega al límite
			const query = queryObj ?? {size: null};
			const query = queryObj ?? {size: null, qFlags: [1]};

			this._emitEvt('ADD_REQUEST_PARAMS', {
				target: this.target,