From: Antoine Beaupré Date: Fri, 24 Aug 2012 21:31:31 +0000 (-0400) Subject: put google layers in parenthesis X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/c7070ddd48232f43cbc4d48b399aad9636084364?ds=sidebyside put google layers in parenthesis --- diff --git a/underlays/osm/ikiwiki/osm.js b/underlays/osm/ikiwiki/osm.js index 05ab793eb..8b2170706 100644 --- a/underlays/osm/ikiwiki/osm.js +++ b/underlays/osm/ikiwiki/osm.js @@ -57,7 +57,7 @@ function mapsetup(divname, options) { } // this nightmare is possible through http://docs.openlayers.org/library/spherical_mercator.html googleLayer = new OpenLayers.Layer.Google( - "Google " + options.layers[layer], + "Google (" + options.layers[layer] + ")", {type: gtype, 'sphericalMercator': true, 'maxExtent': new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),