Here is another (hopefully) useful tip for the Leaflet map plugin.
If you edit the shadow tiddler $:/plugins/sycom/leaflet/mapWidget.tid you can change the default map for a GeoTiddler (i.e. a tiddler with a point, points, polyline, polylines fields etc.) Normally the default is “osm” but you can change it to “sat” for example.
Change these two lines:
setting.tile = this.getAttribute("tile", "osm");
setting.tile = "osm";
replacing “osm” with “sat” or another of your tiles.