This commit is contained in:
@@ -264,7 +264,9 @@ export default {
|
|||||||
"First",
|
"First",
|
||||||
"Backward",
|
"Backward",
|
||||||
"Forward",
|
"Forward",
|
||||||
"Last"
|
"Last",
|
||||||
|
"GeoCapture",
|
||||||
|
"GeoView"
|
||||||
],
|
],
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -974,7 +974,7 @@ function generateMenu(vm) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "View on map",
|
title: "GeoView",
|
||||||
icon: "$ayiMapMarked",
|
icon: "$ayiMapMarked",
|
||||||
key: FORM_KEY + ":geoview",
|
key: FORM_KEY + ":geoview",
|
||||||
vm: vm
|
vm: vm
|
||||||
@@ -983,7 +983,7 @@ function generateMenu(vm) {
|
|||||||
if (navigator.geolocation) {
|
if (navigator.geolocation) {
|
||||||
// geolocation is available
|
// geolocation is available
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "Set to current location",
|
title: "GeoCapture",
|
||||||
icon: "$ayiMapMarker",
|
icon: "$ayiMapMarker",
|
||||||
key: FORM_KEY + ":geocapture",
|
key: FORM_KEY + ":geocapture",
|
||||||
vm: vm
|
vm: vm
|
||||||
|
|||||||
Reference in New Issue
Block a user