Hello,
I am trying to do something quite trivial, but I am relatively new to Notebooks so wondered if someone could help.
Essentially all I want to do is find web maps which contain a specific basemap. I have used Notebook previously to do things like find web maps which contain a keyword, such as Planning, using:
webmap_search = gis.content.search("Planning", item_type="Web Map")
webmap_searchAnd I have searched through particular groups to find content within, but I don't know how to search for web maps which contain a certain basemap, for example OS_Open_Carto. Is this possible?
Thanks