From: Emersion Date: Sat, 11 Jul 2015 13:17:38 +0000 (+0200) Subject: Removes separated forest for zoom >= 12 X-Git-Tag: live~3834^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/38981d75499d9b12e5979623f20ba2b7e0daedee Removes separated forest for zoom >= 12 --- diff --git a/app/assets/images/key/cyclemap/forest12.png b/app/assets/images/key/cyclemap/forest12.png deleted file mode 100644 index 4bd427a21..000000000 Binary files a/app/assets/images/key/cyclemap/forest12.png and /dev/null differ diff --git a/config/key.yml b/config/key.yml index 236797ec0..996eb273e 100644 --- a/config/key.yml +++ b/config/key.yml @@ -70,8 +70,7 @@ cyclemap: - { min_zoom: 13, max_zoom: 19, name: footway, image: footway.png } - { min_zoom: 7, max_zoom: 13, name: rail, image: rail.png } - { min_zoom: 14, max_zoom: 19, name: rail, image: rail14.png } - - { min_zoom: 9, max_zoom: 11, name: forest, image: forest.png } - - { min_zoom: 12, max_zoom: 19, name: forest, image: forest12.png } + - { min_zoom: 9, max_zoom: 19, name: forest, image: forest.png } - { min_zoom: 10, max_zoom: 19, name: common, image: common.png } - { min_zoom: 7, max_zoom: 19, name: lake, image: lake.png } - { min_zoom: 14, max_zoom: 19, name: bicycle_shop, image: bicycle_shop.png }