aboutsummaryrefslogtreecommitdiff
path: root/underlays
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2012-08-24 17:31:31 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2012-08-25 08:20:31 -0400
commitc7070ddd48232f43cbc4d48b399aad9636084364 (patch)
tree1b92fe60d750e0210ea865fbc2e6d6827724fb1c /underlays
parent69467738ed3e066f8ac8ff13329173c3f2660cfb (diff)
downloadikiwiki-c7070ddd48232f43cbc4d48b399aad9636084364.tar
ikiwiki-c7070ddd48232f43cbc4d48b399aad9636084364.tar.gz
put google layers in parenthesis
Diffstat (limited to 'underlays')
-rw-r--r--underlays/osm/ikiwiki/osm.js2
1 files changed, 1 insertions, 1 deletions
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),