Jump to: navigation, search

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


(See also)
Line 1: Line 1:
To make objects appear as [[SYSCLS_MAPLAYER|Map Layers]] on the map they must be configured as follows:
+
Making objects appear as [[SYSCLS_MAPLAYER|Map Layers]] on the map they must be configured as follows:
 +
= Studio =
 +
#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:
 +
:*Individual objects can be added directly to the [[SYSREL INFRASTRUCTURE|Infrastructure relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI POI 01.PNG|220pxborder||alt=Infrastructure Objects|Infrastructure Objects]]
 +
:*To add multiple objects of the same type, a query has to be created and added to the [[SYSREL INFRASTRUCTUREQ|Infrastructure query relation]] in the ACM.<br/>[[File:UI POI 02.PNG|220px|border|alt=Infrastructure Object Query|Infrastructure Object Query]]
 +
 
 +
= Client =
 +
Examples how the map layers are shown.
 
<center>
 
<center>
 
<gallery widths="220" heights="100">
 
<gallery widths="220" heights="100">
Line 7: Line 15:
 
</gallery>
 
</gallery>
 
</center>
 
</center>
 
#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:
 
:*Individual objects can be added directly to the [[SYSREL INFRASTRUCTURE|Infrastructure relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI POI 01.PNG|220pxborder||alt=Infrastructure Objects|Infrastructure Objects]]
 
:*To add multiple objects of the same type, a query has to be created and added to the [[SYSREL INFRASTRUCTUREQ|Infrastructure query relation]] in the ACM.<br/>[[File:UI POI 02.PNG|220px|border|alt=Infrastructure Object Query|Infrastructure Object Query]]
 
  
 
== See also ==
 
== See also ==

Revision as of 11:57, 17 February 2015

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

[edit]

Studio

  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:

Client

Examples how the map layers are shown.

See also