Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很想知道 DroneDeploy API 中区域注释更改/创建是否有嵌入式侦听器?如果没有这样的选项,我是否正确地认为最好的方法是听 div.leaflet-marker-draggable 上的点击?
当前没有注释的更改侦听器。您将无法收听地图上的点击,因为每个应用程序都在 iframe 内,一旦您的应用程序要“测试”,它将被加载到不同的域中,您将无法访问任何来自窗口.顶部。
其他开发人员也遇到了这个问题,只是简单地添加了一个刷新按钮。