Show regions for location on popup

This commit is contained in:
Linus Groh
2020-06-03 20:28:48 +01:00
parent cb0694b032
commit 0f0f29fcee
6 changed files with 22 additions and 3 deletions
+2
View File
@@ -50,6 +50,7 @@
:alt="l.alt"
:battery="l.batt"
:speed="l.vel"
:regions="l.inregions"
/>
</LMarker>
</template>
@@ -87,6 +88,7 @@
:alt="l.alt"
:battery="l.batt"
:speed="l.vel"
:regions="l.inregions"
></LDeviceLocationPopup>
</LCircleMarker>
</template>