Jump to: navigation, search

Difference between revisions of "HowTo:Declare an Object as Map Layer"


Line 1: Line 1:
To make objects appear as [[Map Layers]] on the map they must be configured as follows:<br/>[[File:UI_MapLayer_01.png‎|220px|border|alt=Map Layer]][[File:UI_MapLayer_02.png‎|220px|border|alt=Map Layer]][[File:UI_MapLayer_03.png‎|220px|border|alt=Map Layer]]
+
To make objects appear as [[SYSCLS_MAPLAYER|Map Layers]] on the map they must be configured as follows:
 
+
<gallery widths="200" heights="220">
 +
File:UI_MapLayer_01.png‎|Map Layer
 +
File:UI_MapLayer_02.png‎|Map Layer
 +
File:UI_MapLayer_03.png‎|Map Layer
 +
</gallery>
 
#Set the [[SYSCLS_MAPLAYER]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_HowTo_CreateANewMapLayer_01.png‎|220px|border|alt=Classify as Map Layer]]
 
#Set the [[SYSCLS_MAPLAYER]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_HowTo_CreateANewMapLayer_01.png‎|220px|border|alt=Classify as Map Layer]]
 
#The object needs to be added to the list of infrastructure object of the according [[Application]], there are two different ways to achieve that:
 
#The object needs to be added to the list of infrastructure object of the according [[Application]], there are two different ways to achieve that:

Revision as of 08:47, 16 December 2013

To make objects appear as Map Layers on the map they must be configured as follows:

  1. Set the SYSCLS MAPLAYER classification on the MetaClass of the object using the Class Details control
    Classify as Map Layer
  2. The object needs to be added to the list of infrastructure object of the according Application, there are two different ways to achieve that:

See also