Skip to content

Commit 07773eb

Browse files
committed
Release 0.2.11
1 parent f5480a4 commit 07773eb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Unreleased
44

5+
## [0.2.11] - 2026-04-28
6+
57
- Heatmap rendering: `mapcat -H data.geojson` or `mapcat data.geojson:heatmap` renders point data as a colour-gradient heatmap (blue → cyan → green → yellow → red).
68
- Per-file heatmap suffix: append `:heatmap` to any file argument to render that file as a heatmap while other files render normally (e.g. `mapcat routes.geojson points.geojson:heatmap`).
9+
- Headless `--no-map`: render without map tiles on a black background.
710

811
## [0.2.10] - 2026-04-18
912

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mapvas"
33
readme = "README.md"
44
description = "A map viewer with drawing functionality"
5-
version = "0.2.10"
5+
version = "0.2.11"
66
authors = ["Udo Hoffmann <hoffmann.odu@gmail.com>"]
77
edition = "2024"
88
keywords = ["map", "openstreetmap", "drawing"]

0 commit comments

Comments
 (0)