From 5f1903927957c3e1acd2ebeb8011c3aa77d51ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Hu=CC=88hne?= Date: Mon, 10 Nov 2025 19:50:47 +0100 Subject: [PATCH] Update preview images based on current map view --- package.json | 2 +- src/App.vue | 7 +++++-- src/components/Map.vue | 13 +++++++++++++ src/components/Nav.vue | 14 +++++++++++++- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 295e158..3eab25e 100644 --- a/package.json +++ b/package.json @@ -52,4 +52,4 @@ "imageAlt": "luftbilder.berlin.codefor.de screenshot", "twitter": "@codeforbe" } -} \ No newline at end of file +} diff --git a/src/App.vue b/src/App.vue index b978808..8c69f62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@