Follow-up to #1077...
It would be great if the respective fields for node_nid, user_uid, file_fid and taxonomy_term_tid would be able to do auto-complete search and offer pretty entity names to pick from instead of the numeric fields we are currently providing:

(form elements in the screenshot above edited for visibility)

We should also replace those "cryptic" names in the drop-down menu with pretty names too like "Content: Title", "User: Username" and "Taxonomy term: Name".
The value saved in config would still be the entity ID, we'd only show a "pretty", human-focused autocomplete to the end user, with available options to select from.
PS: while at it, also replace "Node: Type" with "Content: Type" in the spirit of not exposing the term "node" in the UI.
Recent comments
for instance, to set up a layer for water basins and another for mining concessions... Are those tiles from a tile server, or some GeometryCollection in local file in json...
Layer management in Leaflet
Thanks for responding. I was expecting that it be relatively easy to manage overlay layers (not the base layers that are indeed controlled form the Leaflet More Maps module's settings page)....
Layer management in Leaflet
We were able to add overlays and polygons to leaflet with a custom module as mentioned in https://github.com/backdrop-contrib/leaflet/issues/73#issuecomment-2907873081 with a combination of php...
Layer management in Leaflet