aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorTincho <Tincho@web>2018-08-18 14:44:19 -0400
committeradmin <admin@branchable.com>2018-08-18 14:44:19 -0400
commit8b44fde854808933b6856ee1a87191032a1bfc27 (patch)
treea36e86889f4ca2de34e167432b28e4236b849fd4 /doc/plugins
parentb7c2571d90eb699d39fc4e204c71fef652f72287 (diff)
downloadikiwiki-8b44fde854808933b6856ee1a87191032a1bfc27.tar
ikiwiki-8b44fde854808933b6856ee1a87191032a1bfc27.tar.gz
update on plugin progress
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/osm/discussion.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/plugins/osm/discussion.mdwn b/doc/plugins/osm/discussion.mdwn
index b6b5c7a13..05c2294c3 100644
--- a/doc/plugins/osm/discussion.mdwn
+++ b/doc/plugins/osm/discussion.mdwn
@@ -45,9 +45,11 @@ For usability it would be great if it was possible to display the active waypoin
- Maps actually work again
- Maps work when embedded in HTTPS sites
-- Multiple maps and multiple waypoints in a page probably work better now
+- Multiple maps and multiple waypoints in a page work properly
- Maps _do_ appear in inlines
- Pagestate hash gets cleaned up better after edit/preview/delete
+- Unigue icon for "active waypoint" works, also possible to select manually any waypoint to highlight
+- Good test coverage, including inlines and multiple maps/waypoints per page
### Wishlist
@@ -62,7 +64,7 @@ For usability it would be great if it was possible to display the active waypoin
- Given this is backward-incompatible, dhould we call it something other than "osm"?
- What needs scrubbing? Have we covered all the bases? Too many bases?
- Should we vendor Leaflet into an underlay, instead of needing a URL to load it from a CDN? [[schmonz]] somewhat prefers this, so we avoid needing external resources by default, avoid breaking when the Leaflet CDN is down, etc.
-- Should we write some tests before merging? `osm.pm` hadn't had any, FWIW
+- Should we write some tests before merging? `osm.pm` hadn't had any, FWIW -- [[Tincho]] Done
Bump! Tincho would like to see us merge his effort, and FWIW I'd also
rather not have to carry around a local copy of his work to get a map
@@ -80,3 +82,5 @@ Looks like good changes to me!
> did a grep `Placemark pois.kml|wc -l` which returned 3468. Which perhaps isn't that much? I'm thinking about how individual poi files might affect performance. My performance troubles are more likely to be with my tweaked album and img plugins though.
--[[kjs]]
+
+> The issue about not getting all the waipoints until you rebuild has been solved, the current plugin had issues with keeping track of updated and deleted waypoints which is now fixed in my branch. --[[Tincho]]