diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2012-08-24 17:31:31 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2012-08-25 08:20:31 -0400 |
commit | c7070ddd48232f43cbc4d48b399aad9636084364 (patch) | |
tree | 1b92fe60d750e0210ea865fbc2e6d6827724fb1c | |
parent | 69467738ed3e066f8ac8ff13329173c3f2660cfb (diff) | |
download | ikiwiki-c7070ddd48232f43cbc4d48b399aad9636084364.tar ikiwiki-c7070ddd48232f43cbc4d48b399aad9636084364.tar.gz |
put google layers in parenthesis
-rw-r--r-- | underlays/osm/ikiwiki/osm.js | 2 |
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), |