From 687162337cd1ef8d14fd0280b5f1d4320517cb47 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 3 Sep 2013 01:56:03 +0100 Subject: [PATCH] rename the 'default ingress map' to include 'Google' prefix, to make it clear it's a google map. should help troubleshooting relating to map layers, making it clear which are/aren't google ones --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index 82fbf94b..1553b303 100644 --- a/code/boot.js +++ b/code/boot.js @@ -164,7 +164,7 @@ window.setupMap = function() { window.layerChooser = new L.Control.Layers({ 'MapQuest OSM': views[0], - 'Default Ingress Map': views[1], + 'Google Default Ingress Map': views[1], 'Google Roads': views[2], 'Google Satellite': views[3], 'Google Hybrid': views[4],