[gnome-maps/wip/mlundblad/remove-dark-street-and-hybrid-aerial: 5/6] mainWindow: Remove hybrid-aerial action




commit 2f147f03b5c435a0f35637ba06da217c2c963efd
Author: Marcus Lundblad <ml dfupdate se>
Date:   Sun Jun 26 22:06:36 2022 +0200

    mainWindow: Remove hybrid-aerial action
    
    Remove action to toggle hybrid aerial tiles.
    We haven't had access to hybrid aerial tiles
    for a while now, so remove this for now.

 src/mainWindow.js | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 4c17b407..6429dbc1 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -196,10 +196,6 @@ export class MainWindow extends Gtk.ApplicationWindow {
                 state: ['b', false],
                 onActivate: () => this._onMapTypeMenuActivate()
             },
-            'hybrid-aerial': {
-                paramType:     'b',
-                setting:       'hybrid-aerial'
-            },
             'goto-user-location': {
                 accels: ['<Primary>L'],
                 onActivate: () => this._onGotoUserLocationActivate()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]