Folks a slight diversion. I am a keen user of what3words which has a three word name for every 3m x 3m square on earth. One advantage is the location is easy to read, available in multiple locations and can be easily shared by voice over the phone, with other share options available.
There are API's and mapping available and this would integrate well with tiddlywiki and leaflet. Happily each location tiddler can be named with a location name eg; guard.cling.radio https://w3w.co/guard.cling.radio This 3 word address refers to an exact 3m x 3m location. Tap the link or enter the 3 words into the *free what3words app* to find it. Regards Tony On Friday, March 6, 2020 at 11:53:41 PM UTC+11, Beckstrom wrote: > > Hi all, > > First of all this is probably the most awesome and useful piece of > software I’ve ever used. I love it! > > I’ve been trying to figure out how to include a map automatically in any > tiddler that is a “place,” for instance “starbucks on main” or “Belgium.” > I’ve been trying to use the Leaflet Maps plugin from here: > http://sycom.github.io/TiddlyWiki-Plugins/ > > According to the docs, if you add a field called “point” or “points” and > put a comma separated list of the lat/lon(eg 45.3347,-85.72882) you can > access the field and generate the map > > It works if I hardcore latitude and longitude when I call the widget, like > this: > > <$leafmap tile='sat' > places='{"point":"6.5,19.72" /> > > but i can’t figure out how to dynamically access the “point” field for > tiddlers. I’ve tried all sorts of things, such as > > <$leafmap tile='sat' > places='{"point":"{{!!point}}" /> > > It seems like no matter what i do, the variable is not expanded because of > the double quotes inside the json. > > Any idea how I could make this work? Please and thanks in advance for your > help!! > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/01c51f44-1099-4fe4-a021-d24684921bc2%40googlegroups.com.

