Restore accuracy

This commit is contained in:
Lucas Verney 2018-08-15 12:38:03 +02:00
parent 2ca1cc56ed
commit d9ec9219f9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<ReportCard></ReportCard>
<v-flex xs12 fill-height v-if="mapCenter">
<Map
:accuracy="currentLocation.accuracy"
:accuracy="currentLocation.hdop"
:center="mapCenter"
:heading="currentLocation.heading"
:markers="reportsMarkers"