This article describes how to get your 3D data into M.App Enterprise.
Note: This tutorial is only useful if you have a pro license for M.App Enterprise.
Note: 3D data only usable in browser apps with 3D map.
Note: In order to get your data into Luciad Fusion / M.App Enterprise you need to crawl certain folders in Luciad Fusion Studio. One folder (_fusion / uploads) is created within the M.App Enterprise Warehouse location, which is crawled automatically.
If you need additional folders, you have to create jobs in Luciad Fusion Studio. Here you can find the tutorial how to get it done.
To get a DEM into a browser app, you have to do the following steps:
Prerequisite: To use 3D buildings in Luciad Fusion / M.App Enterprise your data must be either in:
To get 3D buildings (converted with FME into OGC 3D Tiles) into a browser app, you have to do the following steps:
Prerequisite: Coordinate Reference System information must be available in order to use .las / .laz files in Luciad Fusion for M.App Enterprise. There are two ways to achieve this. Either the information is in the header of the .las / .laz files OR you can define a .prj file (see detailed information further down).
Most important thing is that the .prj file has EXACTLY the same name as the .las / .laz file. Example of a .prj file for EPSG:3857:
PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]
As you can see it is nothing more than the WKT definition of the EPSG code within a file with the extension .prj