From: Tom Hughes Date: Mon, 15 Jan 2024 22:43:54 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4477' X-Git-Tag: live~319 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b4d7a83adfb034c6647b54dd200bcc22d1824cee?hp=ad49ef703a0fd53d73813d9e9c9a4e21adab79ac Merge remote-tracking branch 'upstream/pull/4477' --- diff --git a/app/assets/images/key/cyclemap/beach.png b/app/assets/images/key/cyclemap/beach.png new file mode 100644 index 000000000..256732b6e Binary files /dev/null and b/app/assets/images/key/cyclemap/beach.png differ diff --git a/config/key.yml b/config/key.yml index a70ca1924..a78dbb282 100644 --- a/config/key.yml +++ b/config/key.yml @@ -138,6 +138,15 @@ cyclemap: - { min_zoom: 10, name: meadow, width: 26, height: 10, fill: "#c0de9c" } - { min_zoom: 10, name: park, width: 26, height: 10, fill: "#cbe4c4" } - { min_zoom: 10, name: common, width: 26, height: 10, fill: "#d4f0d1" } + - { min_zoom: 10, name: heathland, width: 26, height: 10, fill: "#eaf0d6" } + - { min_zoom: 11, max_zoom: 13, name: resident, width: 26, height: 10, fill: "#e2e2e2" } + - { min_zoom: 11, name: industrial, width: 26, height: 10, fill: "#f1dede" } + - { min_zoom: 11, name: allotments, width: 26, height: 10, fill: "#d7d7b1" } + - { min_zoom: 12, name: cemetery, width: 26, height: 10, fill: "#abcfb1" } + - { min_zoom: 12, name: pitch, width: 26, height: 10, fill: "#ade0c5" } + - { min_zoom: 13, name: centre, width: 26, height: 10, fill: "#b4e9cd" } + - { min_zoom: 13, name: beach, image: beach.png } + - { min_zoom: 13, name: [school, university], width: 26, height: 10, fill: "#f0f0d8" } - { min_zoom: 14, name: bicycle_shop, image: bicycle_shop.png } - { min_zoom: 15, name: bicycle_rental, image: bicycle_rental_small.svg } - { min_zoom: 17, name: bicycle_rental, image: bicycle_rental.png } diff --git a/config/locales/en.yml b/config/locales/en.yml index 0c5b57c18..653e363a6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2356,6 +2356,7 @@ en: allotments: "Allotments" pitch: "Sports pitch" centre: "Sports centre" + beach: "Beach" reserve: "Nature reserve" military: "Military area" school: "School"