Remotion maps
Skill aiskillstore/marketplace/skills/remotion-dev/remotion-maps
Best practices for animating Maps in RemotionFrom its SKILL.md
npx -y skills add aiskillstore/marketplace --skill remotion-mapsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.0 KB, 249 tokens by cl100k_base, as published. Nobody here has run it
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
- Requires you grab a satellite image and mount it in a
<Img>tag, and animate on top
Mapbox
- 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
- Requires no API key, fully free
- Does not include 3D building
MapTiler
- Uses MapTiler
- Annotations can be drawn on top of geographic features: borders, rivers, labels
CesiumJS
- Flythroughs through terrain and mountains
- "Flight simulator" perspective
What ships with it: 30 files
604.8 KB alongside SKILL.md, 5 of them executable
techniques/
- cesium/assets/CesiumFlythrough.tsx8.7 KB
- cesium/assets/cesium-path.json12.0 KB
- cesium/assets/city-path.json223 B
- cesium/assets/example-Root.tsx923 B
- cesium/assets/flight-path.tsruns1.2 KB
- cesium/assets/sample-river.geojson6.3 KB
- cesium/references/3d-data-sources.md1.4 KB
- cesium/references/3d-flyover-architecture.md7.7 KB
- cesium/references/3d-troubleshooting.md6.6 KB
- cesium/scripts/prep-cesium-path.mjsruns5.4 KB
- cesium/TECHNIQUE.md3.8 KB
- mapbox/references/render-stability.md3.6 KB
- mapbox/TECHNIQUE.md12.9 KB
- maplibre/references/render-stability.md3.6 KB
- maplibre/TECHNIQUE.md13.1 KB
- maptiler/assets/CountryLabel.tsx1.8 KB
- maptiler/assets/example-Root.tsx1.0 KB
- maptiler/assets/MapTilerVectorElement.tsruns2.1 KB
- maptiler/assets/RiverReveal.tsx10.5 KB
- maptiler/assets/sample-data/country-meta.json325.3 KB
- maptiler/assets/sample-data/yarlung-flow.json12.8 KB
- maptiler/assets/tokens.tsruns1.2 KB
- maptiler/references/map-data-sources.md4.7 KB
- maptiler/references/map-explainer-architecture.md6.7 KB
- maptiler/references/map-geo-prep.md3.9 KB
- maptiler/references/render-stability.md3.6 KB
- maptiler/scripts/prep-geo.mjsruns7.4 KB
- maptiler/TECHNIQUE.md4.4 KB
- static-map/TECHNIQUE.md1.1 KB
- skill-report.json130.9 KB