From ff6f8aa705c812b493661e9180703fe55cf43304 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 6 Apr 2022 03:13:37 +0300 Subject: [PATCH] Issue #121: add --show-overlapped to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fb75da7..34c27197 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ Map configuration options used by `render` and `tile` commands: | `--ignore-level-matching` | draw all map features ignoring the current level | | `--roofs` | draw building roofs, set by default | | `--building-colors` | paint walls (if isometric mode is enabled) and roofs with specified colors | +| `--show-overlapped` | show hidden nodes with a dot | MapCSS 0.2 generation ---------------------