MappView

Manual/Guides

Story Maps

Story maps turn a project into a scroll-driven narrative. As the reader scrolls, the map flies between chapters, and project layers can fade in and out. The feature follows common MapLibre storytelling patterns. Authoring and the in-app presentation run locally, though basemap styles and any chapter images are still fetched from their URLs, and the standalone HTML export loads MapLibre and scrollama from a CDN.

Open the builder

Choose Project → Story Map to open the builder. The builder edits a story that is saved inside the .mappview.json project file, so it travels with your project.

!!! tip “Try it instantly” When the story is empty, click Load sample story to populate a five-city world tour. Hit Present and scroll to see it in action, then edit or replace the chapters with your own.

Story settings

Chapters

Click Add chapter to capture the current map view as a new chapter. Each chapter has:

Use Set to current view to re-capture the camera after panning, zooming, or tilting the map, and the map-pin button to fly to a chapter while editing. Reorder chapters with the arrows and remove them with the trash icon.

Import and export chapters

To author content outside MappView, use Import / Export next to Add chapter:

The CSV columns are id, title, description, image, alignment, hidden, lng, lat, zoom, pitch, bearing, mapAnimation, rotateAnimation, onChapterEnter, onChapterExit. Columns are matched by name, so order is flexible and you only need the ones you use; lng/lat set the chapter center, and missing ids are generated on import. The onChapterEnter/onChapterExit columns hold JSON and can be left blank when authoring by hand.

Layer effects

Under On enter and On exit, add layer fades that run as a chapter becomes active or is left behind. Pick a project layer and a target opacity (and optional transition duration). This is how you reveal or hide data as the story progresses.

Present

Click Present to start the scroll-driven presentation over the live map. Scroll to move between chapters; press Esc or Exit to return to editing.

A navigation pane on the left lists every chapter for a quick overview; click any entry to jump straight to it. Toggle the pane with the list button next to Exit. The map controls (navigation, fullscreen, globe, layer control) stay usable during the presentation.

Each chapter card is movable and resizable: drag its title bar to reposition it (double-click the bar to reset), or drag the bottom-right corner to resize, so you can move a card aside and explore the map beneath it.

Export to HTML

Click Export HTML to save a self-contained .html page that reproduces the story without MappView. In-memory GeoJSON layers referenced by chapter effects are inlined so the exported story behaves like the in-app preview. The page is a single static file you can host anywhere (GitHub Pages, Netlify, S3, or any web server).