Jump to: navigation, search

Declare an Object as Point of Interest (POI)


Revision as of 11:25, 7 October 2015 by KNO (Talk | contribs)

To make items appear in the POI View they must configured as follows:

  1. Set the SYSCLS GEO classification on the MetaClass of the object using the Class Details control
    Class Details
  2. Implement the GEO property on the specific object with Implement property from the context menu
    Implement property
  3. Check if the GEO property was created correctly
    GEO property
IC Hint square.png Don't forget to fill out the Geo data (Latitude, Longitude, Altitude) of the object(s) you want to see using the Object Editor or Bulk Editor with reasonable values in context to your location!

Versions prior 2.4.3

Up to VersionAndroid the object needs to be added to the list of infrastructure objects of the according Context. There are two different ways to achieve that:


IC Attention.pngOnly the objects which are located directly underneath the Infrastructure relation will be part of the infrastructure. Their child objects will NOT be included (automatically).


See also