My question is a continuation of Combine Leaflet with Geoserver WMS map (asked by someone else. I also understand the JavaScript in that post - my Q is not about javascript or leaflet).
However I tried to include geological map layers .
What I envision is: A user "drills down" from a topographic world map to a specific location, and then, after a click, optionally gets a geological map of a ~ 10*10 km² area. (I do not need to display a geological map of the entire world)
The codesample I've linked to gives a head start but I do not know how to
- find a suitable description on how to get a list of WMS Services curated/aggregated by Onegeology.org, (and optionally -if there are API restrictions- how to write Leaaflet.js code for it)
- or alternatively get a Link to a different website that offers similar datasets/endpoints but better curated than by Onegeology.org (it does not have to be Onegeology.org - but according to my knowledge this seems to be the largest coordinated effort to-date to provide free geology data)
I've searched the OneGeology website but I did not find anything useful except some screenshot-walkthroughs to embed UK-specific WMS links into GUI-based GIS Software.
If there are other providers of geology data who offer geological maps as Leaflet-embeddable layers for any point of the Earth, I'll happily take that datasource instead. For example, I like this way to showcase layers and overlays: "Leaflet Provider demo" for topographic maps. Is there something similar for geology layers?