Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Map Refresh in Infrastructure Map Server 2015

2 REPLIES 2
Reply
Message 1 of 3
santosh.venkatesh
396 Views, 2 Replies

Map Refresh in Infrastructure Map Server 2015

Hi,
 I have a MapGuide application build in MapGuide 2011 where I refreshed my map using the following script

        function MapRefresh() {
           debugger;
           ExecuteMapAction(20);
            parent.parent.mapFrame.Refresh();

        }

 


Now I am upgrading my application to AIMS 2015 where the above script does not work,
Please guide me as to how I can refresh my main map from a panel.

 

Santosh V

 

2 REPLIES 2
Message 2 of 3

Did you try top.mapFrame.Refresh(); or window.top.mapFrame.Refresh(); ?
Hope it will work for your case.

Message 3 of 3

Also, try dropping the ExecuteMapAction and just go with the mapFrame.Refresh();

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report