MappView

Manual/Guides

Interface Overview

MappView opens to a single workspace that is the same on desktop and in the browser. This page is a tour of that workspace so the rest of the User Guide can refer to its parts by name.

The top toolbar

The toolbar across the top of the window groups every action into nine menus:

MenuWhat it does
ProjectCreate, open, save, share, and print projects. See Projects.
EditUndo and redo project changes, plus feature-selection tools: select by expression or by location, zoom to, invert, clear, and export the selection.
ViewZoom in and out, step backward and forward through the map’s viewport history, reset north/pitch, open the Set View dialog, split the map into a grid of synced views, and open the current view in Google Earth or Google Maps.
Add DataAdd layers from files, web services, cloud formats, 3D data, and databases. See Adding Data.
ProcessingRun vector, raster, conversion, Whitebox, and SQL tools, plus the AI Assistant. See Processing Tools and SQL Workspace.
ControlsToggle map controls and component panels (Measure, Bookmark, Minimap, and more). See Map Controls & Tools.
PluginsActivate built-in plugins and set their on-map position. See Plugins & Marketplace.
SettingsMap preferences, layout, environment variables, project settings, and Manage Plugins. See Settings & Preferences.
HelpThe command palette, keyboard shortcuts, diagnostics, feedback, and the About dialog.

On the right side of the toolbar are the light/dark theme toggle and the editable project name.

!!! tip “Toolbar labels” On narrow windows the toolbar collapses to icon-only buttons. You can also force icon-only buttons from Settings → Layout, or with the toolbar=icons URL parameter. See Embedding & Sharing.

Command palette and keyboard shortcuts

Every menu and toolbar action is also reachable from the keyboard, so you don’t have to hunt through nested menus.

The built-in global shortcuts are:

ShortcutAction
Ctrl/Cmd + KOpen the command palette
?Show the keyboard shortcuts
Ctrl/Cmd + NNew project
Ctrl/Cmd + OOpen project from file
Ctrl/Cmd + SSave project
Ctrl/Cmd + Shift + SSave project as…
NReset bearing (north up)
UReset pitch (top-down view)
RReset pitch and bearing
[Previous view
]Next view

The single-key view shortcuts mirror Google Earth Pro (N for north up, U for top-down, R to reset the view) and work anywhere in the app.

While the map has keyboard focus, MapLibre’s own navigation keys are also available:

KeyAction
+ / -Zoom in / out
Arrow keysPan
Shift + / Rotate
Shift + / Tilt

Shortcuts are ignored while you are typing in a text field, so they never interfere with search boxes or attribute editing. On macOS the Cmd key is used; on Windows and Linux the Ctrl key is used.

The three panels

MappView has three dockable panels around the map:

Each panel can be shown or hidden from Settings → Layout, and panels auto-hide on small screens. You can resize the Layers and Style panels by dragging their inner edge.

The map

The map fills the center of the workspace. It uses MapLibre GL JS for vector and raster rendering, with deck.gl for point clouds, 3D tiles, and other advanced overlays. Pan by dragging, zoom with the scroll wheel or the on-map zoom buttons, rotate by holding the right mouse button and dragging, tilt by holding Ctrl/Cmd and dragging, and reset north with the compass button.

On-map controls such as zoom, globe, fullscreen, and the Layer Control appear in the corners. Which controls are shown is set from the Controls menu.

The status bar

The status bar along the bottom shows the live cursor coordinates, zoom, bearing, and pitch, a button to expand the Attribute Table, and a Diagnostics button (also under Help) that surfaces any runtime errors.

Theme

Use the sun/moon button on the toolbar to switch between light and dark themes. The theme also follows your operating system preference by default, and you can set it for embeds with the theme=dark or theme=light URL parameter. See Embedding & Sharing.

Desktop and browser

The same UI runs as an installed desktop app (built with Tauri) and as a web app in the browser. The browser build covers most workflows, but features that need the local filesystem (file dialogs, local MBTiles and raster reads, project save/open, and the Python sidecar tools) require the desktop app. Each affected page notes these differences. See Getting Started for installation and Downloads for installers.