projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6946773
)
put google layers in parenthesis
author
Antoine Beaupré
<anarcat@koumbit.org>
Fri, 24 Aug 2012 21:31:31 +0000
(17:31 -0400)
committer
Antoine Beaupré
<anarcat@koumbit.org>
Sat, 25 Aug 2012 12:20:31 +0000
(08:20 -0400)
underlays/osm/ikiwiki/osm.js
patch
|
blob
|
history
diff --git
a/underlays/osm/ikiwiki/osm.js
b/underlays/osm/ikiwiki/osm.js
index 05ab793eba53bd34cae32ca845ef69b613c8e63d..8b2170706f91741dc4985aee96c7545e8cf3244a 100644
(file)
--- 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),