aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-18 18:02:03 -0400
committerJoey Hess <joey@kitenet.net>2012-03-18 18:03:48 -0400
commit1e0389fffbc33ad235e717756cb8b0b361f5b93b (patch)
tree8a015c56bd57df2e3fb0404fc66e7568f883a660 /doc/ikiwiki
parentd92a19ff0886ee8518e4ccfc79a2c64feeac7213 (diff)
downloadikiwiki-1e0389fffbc33ad235e717756cb8b0b361f5b93b.tar
ikiwiki-1e0389fffbc33ad235e717756cb8b0b361f5b93b.tar.gz
remove fullscreen option
The cgi shows a fullscreen map, so having this other option to do it seems redundant, and also layering a fullscreen map over an existing wiki page doesn't look very good to me (and prevents editing the page etc).
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/osm.mdwn12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/ikiwiki/directive/osm.mdwn b/doc/ikiwiki/directive/osm.mdwn
index a2cdd667f..6807a8198 100644
--- a/doc/ikiwiki/directive/osm.mdwn
+++ b/doc/ikiwiki/directive/osm.mdwn
@@ -27,18 +27,16 @@ icon.png (default, modifiable)..
## map display
- * `map` - map to display, defaults to the current page
- name in fullscreen mode, "map" otherwise
+ * `map` - map to display, defaults to "map"
* `zoom` - the level to zoom to on the OSM map
* `loc` - lattitude and longitude of the map center
* `lat` - lattitude
* `lon` - longitude
- * `fullscreen` - make the map take the whole screen through CSS
* `editable` - add edit controls in a separate layer
- * `right` - float the map right, ignored for fullscreen
- * `left` - float the map left (default unless fullscreen)
- * `width` - width of the map, ignored for fullscreen
- * `height` - height of the map, ignored for fullscreen
+ * `right` - float the map right
+ * `left` - float the map left (default)
+ * `width` - width of the map
+ * `height` - height of the map
## waypoints