Difference between revisions of "HowTo:Create Image Map Overlays"
(→Studio) |
|||
Line 28: | Line 28: | ||
=== 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/> | ||
− | #It is recommended to derive a new [[MetaClass]] from '''FILEDOCUMENT''' in Custom.Document. | + | #It is recommended to derive a new [[MetaClass]] from '''[[SYSCLS FILEDOCUMENT | Filedocument]]''' in the ''''Custom.Document'''' Namespace. |
#Add the classification [[SYSCLS_MAPOVERLAY | MapOverlays]] to the new MetaClass using the [[Relation_Editor | Relation Editor]]. | #Add the classification [[SYSCLS_MAPOVERLAY | MapOverlays]] to the new MetaClass using the [[Relation_Editor | Relation Editor]]. | ||
#Prepare the required MetaProperties for the '''[[SYSCLS_MAPOVERLAY | MapOverlays]]''' classification. | #Prepare the required MetaProperties for the '''[[SYSCLS_MAPOVERLAY | MapOverlays]]''' classification. |
Revision as of 13:07, 30 March 2016
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.
Configuration of the image map overlay requires two steps:
- Georeferencing of the image
- This is necessary to generate the required parameters.
- Prefered Software: Google Earth
- How to add a map overlay to Google Earth is available under Add a Map Overlay (Google How To German)
- Configuration of the Image Map Overlay in UBIK Studio
- The Map Overlays objects are based on file documents, hence must implement properties of the classifications Document, Filedocument and MapOverlays