---
title: schöne karten
date: "2026-02-04T18:00:00+01:00"
url: "https://wirres.net/articles/schone-karten"
tags: [karten, wedding, poster, open street map]
category: links
additional_categories: [wirres.net, notiert]
author: felix schwenzel
---

# schöne karten

[kottke.org: Minimalistic City Map Posters](https://kottke.org/26/02/minimalistic-city-map-posters)

> > [This Github project](https://github.com/originalankur/maptoposter) from Ankur Gupta allows you to “generate beautiful, mi­ni­ma­list map posters for any city in the world”. There are a variety of different themes you can choose from and the resulting images are big enough to print out actual posters (20-inch height maximum).
>

---

mit [diesem projekt](https://github.com/originalankur/maptoposter/) ist es wirklich einfach sehr schöne karten oder karten-poster herzustellen. basiert (natürlich) alles auf open street map.

das habe ich auf meiner linux-kiste eingegeben:

```sh
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/originalankur/maptoposter.git
cd maptoposter
uv run ./create_map_poster.py --city "Wedding" --country "Germany" --theme "neon_cyberpunk" -d 7200
```

und fertig, *mein kiez*:

![wedding_neon_cyberpunk_20260204_143921](https://wirres.net/media/pages/articles/schone-karten/38b81ab73a-1770216154/wedding_neon_cyberpunk_20260204_143921-640x.png)

(download grössere bild-version [hier](https://wirres.net/articles/schone-karten/image/wedding_neon_cyberpunk_20260204_143921.png) oder [hier in „noir“](https://wirres.net/articles/schone-karten/image/wedding_noir_20260204_124604.png))
