From: Sebastian Spaeth Date: Fri, 26 Jun 2009 13:07:02 +0000 (+0000) Subject: add osmarender key stub, which will need to be completed X-Git-Tag: live~6933 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/19f6e67aeb96b3c5bb29324375802de42acda53e add osmarender key stub, which will need to be completed --- diff --git a/config/key.yml b/config/key.yml index 69b883c0f..83d47cdf5 100644 --- a/config/key.yml +++ b/config/key.yml @@ -50,3 +50,6 @@ mapnik: - { min_zoom: 15, max_zoom: 18, name: permissive, image: permissive.png } - { min_zoom: 15, max_zoom: 18, name: destination, image: destination.png } - { min_zoom: 12, max_zoom: 18, name: construction, image: construction.png } + +osmarender: + - { min_zoom: 0, max_zoom: 18, name: motorway, image: motorway.png } diff --git a/public/images/key/osmarender/motorway.png b/public/images/key/osmarender/motorway.png new file mode 100644 index 000000000..2c962c621 Binary files /dev/null and b/public/images/key/osmarender/motorway.png differ