diff options
author | kjs <kjs@web> | 2018-09-03 14:39:39 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-09-03 14:39:39 -0400 |
commit | 69b2a46a1ba0fe9dedc9d2464345f199a5c5dcca (patch) | |
tree | d406f5f9fcd6c037c491457a5ecfb225f001b3d3 | |
parent | 37904572080f2d6ab5dacb94b8251d86d74ef268 (diff) | |
download | ikiwiki-69b2a46a1ba0fe9dedc9d2464345f199a5c5dcca.tar ikiwiki-69b2a46a1ba0fe9dedc9d2464345f199a5c5dcca.tar.gz |
-rw-r--r-- | doc/plugins/osm/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/osm/discussion.mdwn b/doc/plugins/osm/discussion.mdwn index be9c5c215..bb83a2b2c 100644 --- a/doc/plugins/osm/discussion.mdwn +++ b/doc/plugins/osm/discussion.mdwn @@ -88,3 +88,5 @@ Looks like good changes to me! I've done some initial testing now and I'm wondering if behaviour has changed with regards to the waypoint link. With the old plugin I get a map marker and link to the main map from each waypoint. See <http://img.kalleswork.net/Peter_Celsing-Filmhuset/IMGP7104/> for example, the marker is below the image. My initial tests with your plugin doesn't create this link as far as I can tell. Have I misconfigured something or is it indeed missing? --[[users/kjs]] > It is not there any more (I should document this, thanks for pointing it out). I thought that it was not good to have that marker inserted unconditionally; also, there is no full-page map any more with this plugin (which required a cgi mode). The alternative will be to have a page with the map, and adding a link to it. --[[users/Tincho]] + +>> That's unfortunate for me as embedding a map on each page with a waypoint is a bit to expensive bandwidth wise. It will slow down the browsing to much. Are there any means of creating maps with subsets of waypoints. Perhaps tags somehow? Can a waypoint appear on multiple maps? I'm thinking having the waypoint appear on a central mega-map and on a sub map, In my case a per building map. Currently all my map info is automatically generated from the exif data. So I just upload the images to an underlay dir and git push my 'building' page which then generates an image gallery and a map of all my photos. I'm trying to avoid typing to much! ;) |