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