Setting the Mobile Interface Map
The map used for the mobile interface does not necessarily need to be the same as the map displayed for the desktop interface.
To set the map to be used for the mobile site navigate to the map.aspx page in the mobile folder of your installed Web Map Layers 8.0 folder (WebMapLayers8/Mobilemap.aspx).
Open the map.aspx file in a text editor and 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">
Edit: MapName="mobileMap", replace mobileMap with the name of the map you want to use for the mobile interface.
Send comments on this topic.