From e339474e4a34201bfe3ddd7fd834ce3055739fbb Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Sat, 14 Dec 2024 13:49:33 +0100 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a11bbba..8b129a8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ conda install -c conda-forge maplibre from maplibre import Map, MapOptions m = Map(MapOptions(center=(-123.1256, 49.24658), zoom=9)) +m.save(preview=True) ``` ## Documentation