From 0cac694accac2ec67338e6845131bb87597d1c99 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 20 Mar 2025 20:56:56 +0100 Subject: added two more entries --- static/images/birdsfmk-spyo-non-serviam.jpg | Bin 0 -> 4553218 bytes static/images/jydereservat.jpg | Bin 0 -> 3595723 bytes static/js/data.json | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 static/images/birdsfmk-spyo-non-serviam.jpg create mode 100644 static/images/jydereservat.jpg (limited to 'static') diff --git a/static/images/birdsfmk-spyo-non-serviam.jpg b/static/images/birdsfmk-spyo-non-serviam.jpg new file mode 100644 index 0000000..ec46c62 Binary files /dev/null and b/static/images/birdsfmk-spyo-non-serviam.jpg differ diff --git a/static/images/jydereservat.jpg b/static/images/jydereservat.jpg new file mode 100644 index 0000000..9cb597f Binary files /dev/null and b/static/images/jydereservat.jpg differ diff --git a/static/js/data.json b/static/js/data.json index 04c9b53..43c94dc 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -20,6 +20,15 @@ "authors": ["SPYO"], "image": "./static/images/artistic-integrity-you-are....jpg" }, + { + "lat": 55.654025, + "lng": 12.535908, + "name": "BIRDSFMK SPYO NON SERVIAM", + "authors": [ + "SPYO" + ], + "image": "./static/images/birdsfmk-spyo-non-serviam.jpg" + }, { "lat": 55.657492, "lng": 12.556389, @@ -90,6 +99,15 @@ "authors": ["SPYO"], "image": "./static/images/hovedloest-overforbrug.jpg" }, + { + "lat": 55.692183, + "lng": 12.556647, + "name": "JYDERESERVAT", + "authors": [ + "SPYO" + ], + "image": "./static/images/jydereservat.jpg" + }, { "lat": 55.667409, "lng": 12.539276, -- cgit v1.3.1