feature request: view a list of pins #39
MorganJamesSmith
started this conversation in
Ideas
Replies: 2 comments
-
Yes, it is a good idea. I also thought about adding such an Org integration. Right now you can load gpx files with pois (or bookmarks as in your snippet), but this is certainly not as nice as direct pulling from an Org buffer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did not realize gpx files could include pois. I assumed they only did paths. I will have to look into this now. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I love the package. It's wonderful
I was wondering if a feature could be added to view a list of pins. Currently we simply pull in all the bookmarks + home and put pins there.
An example use case: I want to plan a fun itinerary of events so I made a list of locations. Now I want to see them all on a map so I can plan the order and travel of the outing.
I could of course just bookmark all those locations but then they'd get mixed in with my global bookmarks and if I already had some other bookmarks that would clutter the map.
I have sort of already coded a snippet to enable this feature but it is not very good and has weird issues. It overrides the bookmarks with the geo links in the current buffer.
This is actually good enough for me and I don't have a reason to go further with this but I thought I'd share my code with you. I'd also be willing to put in some effort to integrate this feature into the code-base but I thought I'd see what you had to say before getting to work.
Beta Was this translation helpful? Give feedback.
All reactions