]> git.openstreetmap.org Git - rails.git/commitdiff
add osmarender key stub, which will need to be completed
authorSebastian Spaeth <spaetz@svn.openstreetmap.org>
Fri, 26 Jun 2009 13:07:02 +0000 (13:07 +0000)
committerSebastian Spaeth <spaetz@svn.openstreetmap.org>
Fri, 26 Jun 2009 13:07:02 +0000 (13:07 +0000)
config/key.yml
public/images/key/osmarender/motorway.png [new file with mode: 0644]

index 69b883c0f5b4946bad8ff37249978937e01eef84..83d47cdf5dfc0dfd6a2d8ef47f07a143ad02cbd9 100644 (file)
@@ -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 }
   - { 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 (file)
index 0000000..2c962c6
Binary files /dev/null and b/public/images/key/osmarender/motorway.png differ