Hey Andreas. Thanks so much for your help! And the plot thickens! I've been working on this since the early dark today and I've made some progress, but I'm still not there yet. What I've learned is that my small experimental custom map tile IS actually being shown in the Leafletjs map, BUT there are three problems: (1) my custom map tile ONLY DISPLAYS WHEN YOU ZOOM WAY OUT, (2) my custom map tile repeats horizontally to infinity in both directions, and (3) my custom map tile is not in the right place (the bubble marker should be near the middle of the map, not off the edge.
There is a screenshot of these three problems in my test Leafletjs test map at
http://www.astonisher.com/map_test/geo4_nogeo.html.
All this says to me that my
L.tileLayer syntax is correct in connecting to the online map tile location, and the assembly, format and file structure of my MapTiler map tiles are correct.
However, maybe there are syntax problems with the rest of my
L.tileLayer statement? FI, should I add a
maxBounds?
* * *