Setting the Mobile Interface Map

SIS WebMap offers interfaces tailored to the device accessing the application; the mobile interface offers a simplified contextual view which informs the user about their current or chosen location whilst allowing independent navigation and interrogation.

  1. To set a default map for the mobile site, open map.aspx in an editor of your choice.
    (C:\inetpub\wwwroot\SISWebMap9.0\Mobile\Map.aspx).
  2. Locate the following line of code:
    <Cadcorp:Map runat="server" ID="theMap" RenderStyles="false" RenderContainer="true" 
    MapName="mobileMap" RenderScriptTags="true" ErrorPage="../genericerror.aspx" 
    ScriptContentPlaceHolder="scriptcontainer">
  1. Edit MapName="mobileMap", replace mobileMap with the name of the map you want to use for the mobile interface.

Note: You can use different maps for the mobile interface and the desktop interface.