From 47d6a3e886bc3ff0a00bb4007aaf44a909b55ffb Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 8 Mar 2013 08:33:43 +0100 Subject: [PATCH] =?UTF-8?q?shorten=20layer=20names=20so=20smartphones=20wi?= =?UTF-8?q?th=20smaller=20screens=20don=E2=80=99t=20wrap=20the=20layer=20c?= =?UTF-8?q?hooser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/boot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/boot.js b/code/boot.js index 88a04739..59e3a55a 100644 --- a/code/boot.js +++ b/code/boot.js @@ -125,10 +125,10 @@ window.setupMap = function() { addLayers['Links'] = linksLayer; window.layerChooser = new L.Control.Layers({ - 'OSM Cloudmade Midnight': views[0], - 'OSM Cloudmade Minimal': views[1], + 'OSM Midnight': views[0], + 'OSM Minimal': views[1], 'OSM Mapnik': views[2], - 'Google Roads Ingress Style': views[3], + 'Default Ingress Map': views[3], 'Google Roads': views[4], 'Google Satellite': views[5], 'Google Hybrid': views[6]