This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_windows_phone_edition_quick_start_guide [2015/09/25 00:51] admin [How to render your own Shapefiles at the server side] |
map_suite_windows_phone_edition_quick_start_guide [2017/03/17 02:43] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Windows Phone Edition Quick Start Guide ====== | ====== Map Suite Windows Phone Edition Quick Start Guide ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
<div msgbox>The Map Suite Windows Phone Edition illustrated QuickStart Guide will guide you through the process of creating a sample application and will help you become familiar with Map Suite. This edition of the QuickStart Guide supports Map Suite Windows Phone Edition 7.0.0.0 or higher.</div> | <div msgbox>The Map Suite Windows Phone Edition illustrated QuickStart Guide will guide you through the process of creating a sample application and will help you become familiar with Map Suite. This edition of the QuickStart Guide supports Map Suite Windows Phone Edition 7.0.0.0 or higher.</div> | ||
Line 9: | Line 11: | ||
===== Download the Sample ===== | ===== Download the Sample ===== | ||
- | <faicon fa fa-download fa-lg> {{:File:HelloWord_Windows_Phone_8_CSharp.zip|Download Sample Code From This Exercise - C#}} //(155KB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWord_Windows_Phone_8_CSharp.zip|Download Sample Code From This Exercise - C#}} //(155KB)// |
===== Important Note ===== | ===== Important Note ===== | ||
Line 337: | Line 339: | ||
//Figure 16. Rendering your own Shapefiles at the server side.// | //Figure 16. Rendering your own Shapefiles at the server side.// | ||
+ | <div msgbox>Note: If you want to access the connector from a Windows Phone handset, you need to deploy the web application to a public-facing Internet Information Services (IIS) server and change the code that creates the ServerLayerOverlay to point to your server's public URL.</div> | ||
===== Summary ===== | ===== Summary ===== | ||
Line 345: | Line 348: | ||
- A Layer can have one-to-many ZoomLevels. ZoomLevels help to define ranges of when a layer should be shown or hidden. | - A Layer can have one-to-many ZoomLevels. ZoomLevels help to define ranges of when a layer should be shown or hidden. | ||
- | <faicon fa fa-download fa-lg> {{:File:HelloWorld Windows Phone CSharp.zip|Download Sample Code From This Exercise - C#}} //(253 KB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld Windows Phone CSharp.zip|Download Sample Code From This Exercise - C#}} //(253 KB)// |