So, I can successfully log into my AGO account and setup the GIS that way. I can find information about my account etc. I can query web map content from the API as well and display the results. I can even map the result of the query gis.map(search_result) and see the web map as it should be displayed.
But I cannot map specific web maps by their name.
map <SPAN class="operator token">=</SPAN> gis<SPAN class="punctuation token">.</SPAN>map<SPAN class="punctuation token">(</SPAN><SPAN class="string token">'MyOffices'</SPAN><SPAN class="punctuation token">)</SPAN>
map<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN></SPAN>
A map appears but only the basemap appears, not the web map content.
Any thoughts on this?