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