Jump to: navigation, search

Difference between revisions of "HowTo:Create Image Map Overlays"


Line 1: Line 1:
 
Image map overlays will be visualized as base maps in the map activity of the client. These are images (.png) that will be vizualized on the right location, with the right scale and also with the right rotation. Therefore georeferencing of the image is required.
 
Image map overlays will be visualized as base maps in the map activity of the client. These are images (.png) that will be vizualized on the right location, with the right scale and also with the right rotation. Therefore georeferencing of the image is required.
  
== BASICS ==
+
== Basics ==
  
 
To configure the image map overlay two steps are required:<br/>
 
To configure the image map overlay two steps are required:<br/>
Line 11: Line 11:
 
* The MapOverlys are based on a File Documents, so basicly should contain the properties for the classification  [[SYSCLS DOCUMENT | Document]],  [[SYSCLS FILEDOCUMENT | Filedocument]] and  [[SYSCLS_MAPOVERLAY | MapOverlays]]
 
* The MapOverlys are based on a File Documents, so basicly should contain the properties for the classification  [[SYSCLS DOCUMENT | Document]],  [[SYSCLS FILEDOCUMENT | Filedocument]] and  [[SYSCLS_MAPOVERLAY | MapOverlays]]
  
== CREATE A  MAP OVERLAY DOCUMENT ==
+
== Create a map overlay document ==
 
The following steps are required to create a Map Overlay Document: <br/>
 
The following steps are required to create a Map Overlay Document: <br/>
 
#To ease up the live of the customizer we suggest to derive a new object from the [[SYSCLS FILEDOCUMENT | Filedocument]]. The properties are visible in the [[Class_Details | Class Details]].<br/>
 
#To ease up the live of the customizer we suggest to derive a new object from the [[SYSCLS FILEDOCUMENT | Filedocument]]. The properties are visible in the [[Class_Details | Class Details]].<br/>
Line 23: Line 23:
 
# Check the Classification in the Object Explorer
 
# Check the Classification in the Object Explorer
  
== PUBLISH THE MAP OVERLAY ==
+
== Publish the map overlay ==
 
To publish the Image Map Overlay to the UBIK.Android Client it is required to configure the [[Application_Context_Management | ACM]].<br/>
 
To publish the Image Map Overlay to the UBIK.Android Client it is required to configure the [[Application_Context_Management | ACM]].<br/>
 
#Create a  [[METACLASSSCOPE| METACLASSSCOPE]] for the Image Map Overlay Meta Class<br/>
 
#Create a  [[METACLASSSCOPE| METACLASSSCOPE]] for the Image Map Overlay Meta Class<br/>

Revision as of 14:35, 7 July 2015

Image map overlays will be visualized as base maps in the map activity of the client. These are images (.png) that will be vizualized on the right location, with the right scale and also with the right rotation. Therefore georeferencing of the image is required.

Basics

To configure the image map overlay two steps are required:
1) Georeferencing of the image

2) Configuration of the Image Map Overlay in UBIK Studio

Create a map overlay document

The following steps are required to create a Map Overlay Document:

  1. To ease up the live of the customizer we suggest to derive a new object from the Filedocument. The properties are visible in the Class Details.
  2. Add the Classification MapOverlays to the new MetaClass by using the Relation Editor
  3. Define the required Metaproperties for the MapOverlays
  4. Add the required MetaProperty to the Meta Class.
  5. Save the object with Ctrl+S
  6. Build dnd Release the Customizing F5
  7. Check the Classification in the Object Explorer

Publish the map overlay

To publish the Image Map Overlay to the UBIK.Android Client it is required to configure the ACM.

  1. Create a METACLASSSCOPE for the Image Map Overlay Meta Class
  2. Assign the Properties to the Metaclass Scope
    • Required Properties for the ACM:
      • WIDTH_METERS
      • Z_LEVEL
      • ROTATION_CLOCKWISE_DEGREES
      • LOCATION_CENTER
      • FILETYPE
  3. Add the Metaclassscope to the Context
  4. Save the object with Ctrl+S
  5. Release the MetaDefinitions
  6. Check the Classification in the ACM Manager



ADD AM IMAGE MAP OVERLAY

To add a Map Overlay it is required to take the parameters from the georeferenced Map Overlay Image

  1. Add a new Object in the Bulk Editor
    • Choose the Filetype (PNG)
    • Add NAME and DESCRIPTION
    • Assign the image in the Bulk editor (FULLPATH)
    • Set Is Local? to TRUE
  2. Save the object with Ctrl+S