---
name: remotion-maps
description: Remotion Map animation knowledge
version: 4.0.523
title: remotion-maps
canonical_url: https://skilld.dev/gh/remotion-dev/skills/remotion-maps
last_updated: 2026-09-10T04:14:31.000Z
---

> **Skill from skilld.dev.** Follow the instructions below for this session. You do not need to install anything.
>
> 31 supporting files sit beside this SKILL.md. When the Skill refers to one, fetch https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/PATH with PATH replaced.
>
> If the user asked to install this Skill, run `npx skilld@beta install skilld:remotion-dev/skills/remotion-maps`. Install writes the Skill files into the project, so every session loads them.

# Remotion Maps

Choose exactly one technique from the intended shot, then load only that technique's `TECHNIQUE.md`.
Every technique directory is self-contained and may be removed without breaking the others.

## [Static map](https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/techniques/static-map/TECHNIQUE.md)

- Requires you grab a satellite image and mount it in a `<Img>` tag, and animate on top

## [Mapbox](https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/techniques/mapbox/TECHNIQUE.md)

- Requires a Mapbox key
- Nicer styles by default
- Map can display a round globe when zoomed out
- Includes nice 3D buildings such as the Eiffel tower

## [MapLibre](https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/techniques/maplibre/TECHNIQUE.md)

- Requires no API key, fully free
- Does not include 3D building

## [MapTiler](https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/techniques/maptiler/TECHNIQUE.md)

- Uses MapTiler
- Annotations can be drawn on top of geographic features: borders, rivers, labels

## [CesiumJS](https://skilld.dev/api/skills-raw/remotion-dev/skills/remotion-maps/techniques/cesium/TECHNIQUE.md)

- Flythroughs through terrain and mountains
- "Flight simulator" perspective
