]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/osm.pm
merged anarcat/osm_arbitrary_layers
[ikiwiki.git] / IkiWiki / Plugin / osm.pm
index 2c555f372630e8d02a37031a01711ac05b30132f..f570f4032e00150ad7d57235f366925e8e47758e 100644 (file)
@@ -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,