aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU <Kalle@web>2013-09-30 09:28:39 -0400
committeradmin <admin@branchable.com>2013-09-30 09:28:39 -0400
commit8cf0a53d7848a86faacbea069e78ce52f63f7a6b (patch)
tree72db93a2f21137ea09d659bbca59a3ef7b2c6c78
parentbf84976876618b4070ee4283ca3d3922aefb046f (diff)
downloadikiwiki-8cf0a53d7848a86faacbea069e78ce52f63f7a6b.tar
ikiwiki-8cf0a53d7848a86faacbea069e78ce52f63f7a6b.tar.gz
OSM plugin questions and suggestions
-rw-r--r--doc/plugins/osm/discussion.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/plugins/osm/discussion.mdwn b/doc/plugins/osm/discussion.mdwn
new file mode 100644
index 000000000..ebf5bdafe
--- /dev/null
+++ b/doc/plugins/osm/discussion.mdwn
@@ -0,0 +1,17 @@
+### CGI requirement when using \[\[\!waypoint\]\] on pages?
+
+Most of the osm plugin works well without cgi. The link from waypoints however use ikiwiki.cgi, at least in my configuration. Is this actually required or is it possible to use a pre rendered page to avoid running cgi on the server?
+
+At the moment I'd prefer not running cgi and one of the advantages of a wiki compiler is that you could run without cgi on the server.
+
+This is a minor issue but I'd be interested if you think it's possible to prerender waypoint maps. I.e maps that center on a specific waypoint whilst having all waypoints of that map visible.
+
+### Configure all osm tags to use same icon?
+
+Setting the default `osm_tag_default_icon` does not seem to work? All tagged waypoint pages now want their own unique icon and display broken image if not present. Populating the tag folder with identical icons gets a bit much when there are a lot of tags.
+
+### \[Wishlist\] Setting unigue icon for "active waypoint"
+
+For usability it would be great if it was possible to display the active waypoint with a different icon. So that clicking a waypoint map symbol takes you to a map with lots of waypoints but the waypoint from the sources page is centered (as per current behaviour) **and** has a different icon.
+
+*PS. The osm plugin is amazing!*