Maria globe client: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
No edit summary
()
Line 3: Line 3:




== Requirements ==
== General ==


* The example is based on a map component corresponding to [[Basic map client|Maria Basic Map Client]], with additional [[Map interaction client/Map interaction|map interaction]] and [[Map interaction client/Tools interaction|tools]].
* The example is based on a map component corresponding to [[Basic map client|Maria Basic Map Client]], with additional [[Map interaction client/Map interaction|map interaction]] and [[Map interaction client/Tools interaction|tools]].
* You will need to include the following NuGet packages:
* You will need to include the NuGet packages:
** '''''TPG.Maria.MariaGlobeMapControl''''' (Currently available TPG internal only)
** '''''TPG.Maria.MariaGlobeMapControl''''' (Currently available Teleplan Globe internal only)
* Sample code for this example is found in the '''''MariaGlobeClient''''' project, in the '''''Sample Projects''''' solution.


* Sample code for this example is found in the '''''MariaGlobeClient''''' project, in the '''''Sample Projects''''' solution.
== Utilising the globe control ==

Revision as of 13:21, 12 September 2019

This page describes how to create a Maria GDK map client utilising MariaGlobeMapControl with 2D and 3D visualisation.

Maria Globe Client


General

  • The example is based on a map component corresponding to Maria Basic Map Client, with additional map interaction and tools.
  • You will need to include the NuGet packages:
    • TPG.Maria.MariaGlobeMapControl (Currently available Teleplan Globe internal only)
  • Sample code for this example is found in the MariaGlobeClient project, in the Sample Projects solution.

Utilising the globe control