]> git.openstreetmap.org Git - rails.git/commitdiff
Adds footway and common
authorEmersion <contact@emersion.fr>
Sat, 11 Jul 2015 12:37:39 +0000 (14:37 +0200)
committerEmersion <contact@emersion.fr>
Sat, 11 Jul 2015 12:37:39 +0000 (14:37 +0200)
app/assets/images/key/cyclemap/common.png [new file with mode: 0644]
app/assets/images/key/cyclemap/footway.png [new file with mode: 0644]
config/key.yml

diff --git a/app/assets/images/key/cyclemap/common.png b/app/assets/images/key/cyclemap/common.png
new file mode 100644 (file)
index 0000000..7c10815
Binary files /dev/null and b/app/assets/images/key/cyclemap/common.png differ
diff --git a/app/assets/images/key/cyclemap/footway.png b/app/assets/images/key/cyclemap/footway.png
new file mode 100644 (file)
index 0000000..c78756f
Binary files /dev/null and b/app/assets/images/key/cyclemap/footway.png differ
index 1d592de4e6bd97d2265966daa520458af78b48ad..35ad65a887d37753ab6ce03e385ec79c2f16b9d6 100644 (file)
@@ -64,4 +64,7 @@ cyclemap:
   - { min_zoom: 5, max_zoom: 12, name: cycleway_national, image: cycleway_national.png }
   - { min_zoom: 5, max_zoom: 12, name: cycleway_regional, image: cycleway_regional.png }
   - { min_zoom: 8, max_zoom: 12, name: cycleway_local, image: cycleway_local.png }
-  - { min_zoom: 12, max_zoom: 19, name: forest, image: forest12.png }
\ No newline at end of file
+  - { min_zoom: 13, max_zoom: 19, name: footway, image: footway.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: 10, max_zoom: 19, name: common, image: common.png }
\ No newline at end of file