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

This commit is contained in:
Jon Atkins 2013-09-03 01:56:03 +01:00
parent a69906c333
commit 687162337c

View File

@ -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],