|
|
|
@ -28,7 +28,6 @@ export default {
|
|
|
|
// range values are inverted inthe model,
|
|
|
|
// range values are inverted inthe model,
|
|
|
|
// so invert them back and compute depth values
|
|
|
|
// so invert them back and compute depth values
|
|
|
|
const depthValue = [ 3000-this.rangeValue[1]*30, 3000-this.rangeValue[0]*30 ]
|
|
|
|
const depthValue = [ 3000-this.rangeValue[1]*30, 3000-this.rangeValue[0]*30 ]
|
|
|
|
console.log(depthValue);
|
|
|
|
|
|
|
|
const filter = { "depth": depthValue }
|
|
|
|
const filter = { "depth": depthValue }
|
|
|
|
this.$emit('filter', filter, this.name)
|
|
|
|
this.$emit('filter', filter, this.name)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|