aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/osm.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-08-25 10:13:04 -0400
committerJoey Hess <joey@kitenet.net>2012-08-25 10:13:22 -0400
commit93a12752ace90080fc62f4ea030a74f844ad09c8 (patch)
tree8250c9fff650e0582bc3e8d6512623b44d315531 /IkiWiki/Plugin/osm.pm
parentcd755cacc67da2cadb30b3e76848057a51b3923a (diff)
downloadikiwiki-93a12752ace90080fc62f4ea030a74f844ad09c8.tar
ikiwiki-93a12752ace90080fc62f4ea030a74f844ad09c8.tar.gz
merged anarcat/osm_arbitrary_layers
Diffstat (limited to 'IkiWiki/Plugin/osm.pm')
-rw-r--r--IkiWiki/Plugin/osm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/osm.pm b/IkiWiki/Plugin/osm.pm
index 2c555f372..f570f4032 100644
--- a/IkiWiki/Plugin/osm.pm
+++ b/IkiWiki/Plugin/osm.pm
@@ -69,7 +69,7 @@ sub getsetup () {
},
osm_layers => {
type => "string",
- example => { 'OSM', 'GoogleSattelite' },
+ example => { 'OSM', 'GoogleSatellite' },
description => "Layers to use in the map. Can be either the 'OSM' string or a type option for Google maps (GoogleNormal, GoogleSatellite, GoogleHybrid or GooglePhysical). It can also be an arbitrary URL in a syntax acceptable for OpenLayers.Layer.OSM.url parameter.",
safe => 0,
rebuild => 1,