diff options
| author | Bo Frederiksen <bofrede@bofrede.dk> | 2025-03-20 21:47:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-20 21:47:05 +0100 |
| commit | ce52c39ed3c3fa17cbdcf29d627fc2755e1b7b31 (patch) | |
| tree | 03e86a9896083e916387d1c05ce507499bf0ea27 | |
| parent | 7f634f428b69dccca4ffb9bf4212c4ca06b12cfe (diff) | |
| parent | 4795d247abacdca97366f3eab619ab840d92d640 (diff) | |
Merge branch 'ztychr:main' into main
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | static/images/birdsfmk-spyo-non-serviam.jpg | bin | 0 -> 4553218 bytes | |||
| -rw-r--r-- | static/images/jydereservat.jpg | bin | 0 -> 3595723 bytes | |||
| -rw-r--r-- | static/js/data.json | 18 |
4 files changed, 19 insertions, 0 deletions
@@ -17,6 +17,7 @@ To add your submission to the project, follow the following procedure. - The naming of the image should be the quote in lower case with dashes instead of spaces. If the quote is long, it can be truncated with three dots. E.g. `very-long-quote-must....jpg` - Do you best to exclude the faces of bypassers when taking the photo. 3. Enter the data for the new image in `static/js/data.json`. + - The list is alphabetically sorted, so find the suitable place. - **lat/lng** - You may use `generate-image-entry.py` to generate the boilerplate JSON and extract the `lat`/`lng` from the image (please verify them). The usage is `python generate-image-entry.py static/images/<image>.jpg` and the script requires the python [`exif`](https://pypi.org/project/exif/) package. If GPS information is not included in the exif data, you can enter the coordinates manually. - **name** diff --git a/static/images/birdsfmk-spyo-non-serviam.jpg b/static/images/birdsfmk-spyo-non-serviam.jpg Binary files differnew file mode 100644 index 0000000..ec46c62 --- /dev/null +++ b/static/images/birdsfmk-spyo-non-serviam.jpg diff --git a/static/images/jydereservat.jpg b/static/images/jydereservat.jpg Binary files differnew file mode 100644 index 0000000..9cb597f --- /dev/null +++ b/static/images/jydereservat.jpg 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 @@ -21,6 +21,15 @@ "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, "name": "BRÆND LORTET AF", @@ -91,6 +100,15 @@ "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, "name": "KAPITALEN ER BEGEJSTRET", |
