This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_desktop_edition_quick_start_guide [2015/09/06 09:58] admin [Map Suite Desktop Hello World] |
map_suite_desktop_edition_quick_start_guide [2017/03/17 02:25] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite Desktop Edition Quick Start Guide ====== | ====== Map Suite Desktop Edition Quick Start Guide ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
<div msgbox> | <div msgbox> | ||
Line 15: | Line 17: | ||
===== Download the Sample ===== | ===== Download the Sample ===== | ||
- | <faicon fa fa-download> {{:File:HelloWorld Desktop WinForms.zip|Download Sample Code From This Exercise}} //(1.5 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld Desktop WinForms.zip|Download Sample Code From This Exercise}} //(1.5 MB)// |
===== Setting up the Environment ===== | ===== Setting up the Environment ===== | ||
Line 195: | Line 197: | ||
TextStyle are used to label items on map. As every Shapefile has a relative .dbf file, which includes descriptions for every record, the most common way to use TextStyles is for labeling. For example, WorldCapital Shapefile's corresponding .dbf file contains the field "CITY_NAME". We can use this field to label the cities on our map. | TextStyle are used to label items on map. As every Shapefile has a relative .dbf file, which includes descriptions for every record, the most common way to use TextStyles is for labeling. For example, WorldCapital Shapefile's corresponding .dbf file contains the field "CITY_NAME". We can use this field to label the cities on our map. | ||
- | {{desktopedition:|QSG DesktopEdition Img10.jpg}} | + | {{desktopedition:QSG DesktopEdition Img10.jpg}} |
Map Suite has many TextStyles built in, which will help us quickly design attractive labels for the cities on our map. We can just pick the TextStyle we like and use it. | Map Suite has many TextStyles built in, which will help us quickly design attractive labels for the cities on our map. We can just pick the TextStyle we like and use it. | ||
Line 293: | Line 295: | ||
//Figure 7. Europe Map with two ZoomLevels, before Zoom In.// | //Figure 7. Europe Map with two ZoomLevels, before Zoom In.// | ||
- | {{desktopedition:|QSG DesktopEdition Img13.jpg}} | + | {{desktopedition:QSG DesktopEdition Img13.jpg}} |
\\ | \\ | ||
//Figure 8. Europe Map with two ZoomLevels, after Zoom In.// | //Figure 8. Europe Map with two ZoomLevels, after Zoom In.// | ||
Line 309: | Line 311: | ||
-A Layer can have one-to-many ZoomLevels. ZoomLevels help to define ranges (upper and lower) of when a Layer should be shown or hidden. | -A Layer can have one-to-many ZoomLevels. ZoomLevels help to define ranges (upper and lower) of when a Layer should be shown or hidden. | ||
- | <faicon fa fa-download> [[:File:HelloWorld Desktop_WinForms.zip|Download Sample Code From This Exercise]] //(1.5 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld Desktop_WinForms.zip|Download Sample Code From This Exercise}} //(1.5 MB)// |