parent
94ca1ea193
commit
ba0aedefd9
2 changed files with 1 additions and 4 deletions
frontend/src
|
@ -131,7 +131,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Adjacent points will be at least this far apart.
|
Adjacent points below this distance will be merged
|
||||||
</p>
|
</p>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
...this.locationQuery,
|
...this.locationQuery,
|
||||||
minId: undefined,
|
minId: undefined,
|
||||||
maxId: this.oldestPoint.id,
|
maxId: this.oldestPoint.id,
|
||||||
// Previous page results should be retrieved in descending order
|
|
||||||
order: 'desc',
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -46,7 +44,6 @@ export default {
|
||||||
...this.locationQuery,
|
...this.locationQuery,
|
||||||
minId: this.newestPoint.id,
|
minId: this.newestPoint.id,
|
||||||
maxId: undefined,
|
maxId: undefined,
|
||||||
order: 'asc',
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue