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:
parent
a69906c333
commit
687162337c
@ -164,7 +164,7 @@ window.setupMap = function() {
|
|||||||
|
|
||||||
window.layerChooser = new L.Control.Layers({
|
window.layerChooser = new L.Control.Layers({
|
||||||
'MapQuest OSM': views[0],
|
'MapQuest OSM': views[0],
|
||||||
'Default Ingress Map': views[1],
|
'Google Default Ingress Map': views[1],
|
||||||
'Google Roads': views[2],
|
'Google Roads': views[2],
|
||||||
'Google Satellite': views[3],
|
'Google Satellite': views[3],
|
||||||
'Google Hybrid': views[4],
|
'Google Hybrid': views[4],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user