Jump to: navigation, search

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


Line 13: Line 13:
 
== 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/>
 
#Add the Classification [[SYSCLS_MAPOVERLAY | MapOverlays]] to the new MetaClass by using the [[Relation_Editor | Relation Editor]]<br/>
 
#Add the Classification [[SYSCLS_MAPOVERLAY | MapOverlays]] to the new MetaClass by using the [[Relation_Editor | Relation Editor]]<br/>
 
#Define the required Metaproperties for the [[SYSCLS_MAPOVERLAY | MapOverlays]]<br/>
 
#Define the required Metaproperties for the [[SYSCLS_MAPOVERLAY | MapOverlays]]<br/>

Revision as of 13:11, 2 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.

Basic Information

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. Set a unit item
    Required MetaProperties for the Map Overlay Classification
  5. Add the required MetaProperty to the Meta Class.
  6. Save the object with Ctrl+S

PUBLISH THE MAP OVERLAY