Maria globe client: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
()
()
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page describes how to create a Maria GDK map client utilising '''''MariaGlobeMapControl''''' with 2D and 3D visualisation of map, tracks and draw objects.
[[File:Globe-3D.PNG|right|thumb|Maria Globe Client]]


[[File:Globe-3D.PNG|right|thumb|Maria Globe Client]]
These pages describe how to create a Maria GDK map client utilising '''''MariaGlobeMapControl''''' with 2D and 3D visualisation of map, tracks and draw objects.


== General ==
== General ==


'''''{{note|These pages are under construction!}}'''''
; Note
; Note
:* You will need to include the '''''TPG.Maria.MariaGlobeMapControl''''' ''NuGet'' package (Currently available Teleplan Globe internal only)
:* You will need to include the '''''TPG.MariaGDK3D''''' NuGet package. (Currently available Teleplan Globe internal only)
:: For more info, see [[Development requirements#Loading Maria GDK Packages| Loading Maria GDK, NuGet Packages]]
:* Sample code is found in the '''''MariaGlobeClient''''' project, in the '''''Sample Projects''''' solution.  
:* Sample code is found in the '''''MariaGlobeClient''''' project, in the '''''Sample Projects''''' solution.  
:* Note that the sample code is specifying the service connections in ''code'', and not by '''''app.config'''''.
:* Note that the sample code is specifying the service connections in ''code'', and not by '''''app.config'''''.
Line 13: Line 13:


== Sections ==
== Sections ==
;The following main topics are handled:


{| class="wikitable"
{| class="wikitable"
|-
|-
|
|
'''1. [[Maria_globe_client/Utilising_the_globe_control|Utilising the globe control]]'''
;1. [[Maria_globe_client/Utilising_the_globe_control|Utilising the globe control]]
|
|
[[File:Globe_First-3D.PNG|150px|link=Maria_globe_client/Utilising_the_globe_control]]
[[File:Globe_First-3D.PNG|150px|link=Maria_globe_client/Utilising_the_globe_control]]
|-
|-
|  
|  
'''2. [[Maria_globe_client/Map_interaction|Map interaction]]'''
;2. [[Maria_globe_client/Map_interaction|Map interaction]]
|
|
[[File:Map_Pref_3D.PNG|150px|link=Maria_globe_client/Map_interaction]]
[[File:Map_Pref_3D.PNG|150px|link=Maria_globe_client/Map_interaction]]
|-
|-
|  
|  
'''3. [[Maria_globe_client/Draw_object_interaction|Draw object interaction]]'''
;3. [[Maria_globe_client/Draw_object_interaction|Draw object interaction]]
|
|
[[File:DrawObjects_3D.PNG|150px|link=Maria_globe_client/Draw_object_interaction]]
[[File:DrawObjects_3D.PNG|150px|link=Maria_globe_client/Draw_object_interaction]]
|-
|-
|  
|  
'''4. [[Maria_globe_client/Track_interaction|Track interaction]]'''
;4. [[Maria_globe_client/Track_interaction|Track interaction]]
|
|
[[File:Track_3D.PNG|150px|link=Maria_globe_client/Track_interaction]]
[[File:Track_3D.PNG|150px|link=Maria_globe_client/Track_interaction]]
|-
|-
|  
|  
'''5. [[Maria_globe_client/Auto_follow|Auto follow]]'''
;5. [[Maria_globe_client/Auto_follow|Auto follow]]
|
|
[[File:Auto_follow_track_3D.PNG|150px|link=Maria_globe_client/Auto_follow]]
[[File:Auto_follow_track_3D.PNG|150px|link=Maria_globe_client/Auto_follow]]
|-
|-
|  
|  
'''6. [[Maria_globe_client/Advanced_map_settings|Advanced map settings]]'''
;6. [[Maria_globe_client/Advanced_map_settings|Advanced map settings]]
|
|
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]
[[File:3D_Set_P15_Y120_R30_af.png|150px|link=Maria_globe_client/Advanced_map_settings]]

Latest revision as of 14:58, 28 October 2019

Maria Globe Client

These pages describe how to create a Maria GDK map client utilising MariaGlobeMapControl with 2D and 3D visualisation of map, tracks and draw objects.

General

Note
  • You will need to include the TPG.MariaGDK3D NuGet package. (Currently available Teleplan Globe internal only)
For more info, see Loading Maria GDK, NuGet Packages
  • Sample code is found in the MariaGlobeClient project, in the Sample Projects solution.
  • Note that the sample code is specifying the service connections in code, and not by app.config.
  • For general troubleshooting, see Development troubleshooting

Sections

The following main topics are handled
1. Utilising the globe control

Globe First-3D.PNG

2. Map interaction

Map Pref 3D.PNG

3. Draw object interaction

DrawObjects 3D.PNG

4. Track interaction

Track 3D.PNG

5. Auto follow

Auto follow track 3D.PNG

6. Advanced map settings

3D Set P15 Y120 R30 af.png