简体   繁体   English

Auto Desk Infrastructure Map Studio 2013调用网址

[英]Auto Desk Infrastructure Map Studio 2013 Invoke Url

Hi All I am making a map on Auto Desk Infrastructure Map Guide Studio. 大家好我正在Autodesk Infrastructure Map Guide Studio上绘制地图。 Now I created a small ASP.NET website and hosted in local machine, Now on click of different buttons in flexible layout toolbar, I invoke URL that asp.net page and it opens fine. 现在,我创建了一个小型ASP.NET网站并托管在本地计算机中,然后单击灵活布局工具栏中的不同按钮,然后调用asp.net页的URL,它可以正常打开。 I do some data querying on that page by selecting different options and execute query. 我通过选择不同的选项并执行查询来对该页面进行一些数据查询。 The data changes in table in database and the effect is shown on the layer on map. 数据在数据库中的表中更改,并且效果显示在地图的图层上。 Ok the issue is that I want to refresh the Auto desk map after invoke URL window is closed. 好的问题是,我想在调用URL窗口关闭后刷新Autodesk地图。 And I want to do it by configuration in Map studio 2013. Does anyone have any idea how to refresh map automatically after invoke URL? 我想通过Map Studio 2013中的配置来实现。有人知道如何在调用URL后自动刷新地图吗? Or in other sense if the data in the data source of layer is changed. 或者换句话说,如果层数据源中的数据已更改。

Addtional Info: the map always refresh when I click the refresh button from top or if I drag it or zoom it..Otherwise new layer data stays same. 附加信息:单击顶部的刷新按钮或拖动或缩放地图时,地图始终会刷新。否则,新图层数据将保持不变。 HELP ! 救命 !

如果要在调用asp.net页面后更新地图或图层,则必须包括对asp.net页面的Viewer API链接的OnClose事件的Refresh方法的调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM