Results 98 comments of prusswan

> Looking at this holistically, I'm not sure this is the right way to achieve this. Add sources as files may require support other file types like shp files, geojson...

> In my opinion there should be some way this feature is documented. Ideally it should be made discoverable. I suggest that when you drag anything onto the screen, you...

e2e test added: I wanted to test for popup but I simply could not get mouseover to work, so I settled for image diff. Hope this is not too big...

You can try with supervision==0.22.0 (this worked for me)

@nanaeaubry thanks for the fast turnaround, mainly we are trying to fix/troubleshoot this for ArcGIS Pro and 2.4 will not be readily available (and will also require Python 3.10 and...

Using the new syntax for 2.4, gibs WMTS is still not working: ```python gibs_url = "https://gibs.earthdata.nasa.gov/wmts/epsg4326/best" #/1.0.0/WMTSCapabilities.xml" from arcgis.layers import WMTSLayer gibs_wmts = WMTSLayer(url=gibs_url) #m3 = gis.map() from arcgis.map import...

It works with the JS API and many other libraries so I don't think the issue is with the service. Yes, WMTS may have any number of services so normally...

> I am open to suggestions but the idea we had was: In the `map.content.add` method there is an `options` parameter. We could allow a user to pass in the...