put google layers in parenthesis
[ikiwiki.git] / underlays / osm / ikiwiki / osm.js
index 05ab793eba53bd34cae32ca845ef69b613c8e63d..8b2170706f91741dc4985aee96c7545e8cf3244a 100644 (file)
@@ -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),