Remove outdated TODOs comment
This commit is contained in:
parent
15321d3405
commit
b786ba9f4e
@ -579,7 +579,6 @@ export default {
|
|||||||
const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked;
|
const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked;
|
||||||
if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) {
|
if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) {
|
||||||
// Compute all markers distance, filter by max distance
|
// Compute all markers distance, filter by max distance
|
||||||
// TODO: Compute distance to geometry, not to point
|
|
||||||
const distances = this.markers.map(
|
const distances = this.markers.map(
|
||||||
marker => ({
|
marker => ({
|
||||||
id: marker.id,
|
id: marker.id,
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
:text="$t('geolocation.fetching')"
|
:text="$t('geolocation.fetching')"
|
||||||
v-if="hasPromptedGeolocation && !hasGeolocationTracking && !hasGeolocationError"
|
v-if="hasPromptedGeolocation && !hasGeolocationTracking && !hasGeolocationError"
|
||||||
></Alert>
|
></Alert>
|
||||||
<!-- TODO: Show an alert when fetching geolocation -->
|
|
||||||
<v-flex xs12 fill-height v-if="mapCenter">
|
<v-flex xs12 fill-height v-if="mapCenter">
|
||||||
<Map
|
<Map
|
||||||
:accuracy="currentLocation.hdop"
|
:accuracy="currentLocation.hdop"
|
||||||
|
Loading…
Reference in New Issue
Block a user