From def9034dcd9c189bcd8036c2ddc71ff99cb728ee Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 13 Aug 2024 09:48:28 +0200 Subject: [PATCH] Actually add moved artwork --- assets/layers/tourism_accomodation/hostel.svg | 109 ++++++++++++++++++ .../tourism_accomodation/hostel.svg.license | 2 + assets/layers/tourism_accomodation/hotel.svg | 45 ++++++++ .../tourism_accomodation/hotel.svg.license | 2 + .../tourism_accomodation/license_info.json | 25 ++++ 5 files changed, 183 insertions(+) create mode 100644 assets/layers/tourism_accomodation/hostel.svg create mode 100644 assets/layers/tourism_accomodation/hostel.svg.license create mode 100644 assets/layers/tourism_accomodation/hotel.svg create mode 100644 assets/layers/tourism_accomodation/hotel.svg.license create mode 100644 assets/layers/tourism_accomodation/license_info.json diff --git a/assets/layers/tourism_accomodation/hostel.svg b/assets/layers/tourism_accomodation/hostel.svg new file mode 100644 index 0000000000..7cda45f6bc --- /dev/null +++ b/assets/layers/tourism_accomodation/hostel.svg @@ -0,0 +1,109 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/assets/layers/tourism_accomodation/hostel.svg.license b/assets/layers/tourism_accomodation/hostel.svg.license new file mode 100644 index 0000000000..f752f0ddd8 --- /dev/null +++ b/assets/layers/tourism_accomodation/hostel.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: OSM-Carto +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/assets/layers/tourism_accomodation/hotel.svg b/assets/layers/tourism_accomodation/hotel.svg new file mode 100644 index 0000000000..efd17fb6bb --- /dev/null +++ b/assets/layers/tourism_accomodation/hotel.svg @@ -0,0 +1,45 @@ + + + + + + + + diff --git a/assets/layers/tourism_accomodation/hotel.svg.license b/assets/layers/tourism_accomodation/hotel.svg.license new file mode 100644 index 0000000000..01764961f0 --- /dev/null +++ b/assets/layers/tourism_accomodation/hotel.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Andy Allan; Michael Glanznig; Adamant36; Paul Dicker +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/assets/layers/tourism_accomodation/license_info.json b/assets/layers/tourism_accomodation/license_info.json new file mode 100644 index 0000000000..fe996b6f7a --- /dev/null +++ b/assets/layers/tourism_accomodation/license_info.json @@ -0,0 +1,25 @@ +[ + { + "path": "hostel.svg", + "license": "CC0-1.0", + "authors": [ + "OSM-Carto" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Hostel-16.svg" + ] + }, + { + "path": "hotel.svg", + "license": "CC0-1.0", + "authors": [ + "Andy Allan", + "Michael Glanznig", + "Adamant36", + "Paul Dicker" + ], + "sources": [ + "https://github.com/gravitystorm/openstreetmap-carto/blob/master/symbols/tourism/hotel.svg" + ] + } +] \ No newline at end of file