Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:server:publishers:viewer_data_preparation [2020/10/12 12:53]
reine
dev:server:publishers:viewer_data_preparation [2023/01/31 19:09]
jeroen removed
Line 34: Line 34:
   * All vector layers should be converted to Orbit native formats. Use [[dev:desktop:tools:convert_data|]] or [[dev:desktop:tools:optimize_data|]] tools to convert supported vector formats into *.ovf or *.ovt.   * All vector layers should be converted to Orbit native formats. Use [[dev:desktop:tools:convert_data|]] or [[dev:desktop:tools:optimize_data|]] tools to convert supported vector formats into *.ovf or *.ovt.
   * Every vector layer must have [[dev:technology:supported_formats:other:olg|]] (*.olg) and [[dev:technology:supported_formats:other:ord|]] (*.ord) files accompanying it.   * Every vector layer must have [[dev:technology:supported_formats:other:olg|]] (*.olg) and [[dev:technology:supported_formats:other:ord|]] (*.ord) files accompanying it.
-  * Vector layers of Point type must have [[dev:desktop:dataset:legend:parameters:symbol_library]] (*.osl) file accompanying it. The easiest way to create *.osl file is:+  * Vector layers of Point type must have [[dev:desktop:dataset:legend:parameters:symbol_library]] (*.osl) file accompanying it. The easiest way to create *.osl file is to open the file in Orbit, go to the legend editor and press save. \\ Following the below steps will also allow you to retreive the .osl file.
     - Open .olg file and search for the parameter 'Symbol.Library'.     - Open .olg file and search for the parameter 'Symbol.Library'.
     - Copy the .osl file corresponding to the value of that parameter from ..\server\program\symbols in the installation folder.     - Copy the .osl file corresponding to the value of that parameter from ..\server\program\symbols in the installation folder.
Line 45: Line 45:
  
 ==== Recommended ==== ==== Recommended ====
-  * Remove all unnecessary attributes from vector files.+  * Remove all unnecessary attributes and labels from vector files.
  
 <note>WFS services are currently not supported directly in the Viewer. However  it is possible to overlay features available through WFS by accessing the Orbit Publication with one of the available plugins, [[dev:products:3dm_plugin_qgis|]] for example.</note> <note>WFS services are currently not supported directly in the Viewer. However  it is possible to overlay features available through WFS by accessing the Orbit Publication with one of the available plugins, [[dev:products:3dm_plugin_qgis|]] for example.</note>
Line 58: Line 58:
 **WM(T)S services** \\ **WM(T)S services** \\
   * WM(T)S services are supported as local resources in [[dev:technology:supported_formats:image:otm|]] (*.otm)  format.   * WM(T)S services are supported as local resources in [[dev:technology:supported_formats:image:otm|]] (*.otm)  format.
-  * Manage pointcloud files in the 3DM console, see [[dev:server:publisher_console:resources|]].+  * Manage basemap files in the 3DM console, see [[dev:server:publisher_console:resources|]].
  
 **Georeferenced images** \\ **Georeferenced images** \\
   * Georeferenced [[dev:technology:supported_formats:image:omi|]] (*.omi) with accompanying *.ord file is also supported as basemap layer.\\   * Georeferenced [[dev:technology:supported_formats:image:omi|]] (*.omi) with accompanying *.ord file is also supported as basemap layer.\\
-  * Manage pointcloud files in the 3DM console, see [[dev:server:publisher_console:resources|]].+  * Manage basemap files in the 3DM console, see [[dev:server:publisher_console:resources|]].
  
 ===== Mesh ===== ===== Mesh =====
-Mesh datasets can be added to a publication as a seperate resource.\\+Mesh datasets can be added to a publication as a separate resource.\\
 Supported type of mesh datasets: Supported type of mesh datasets:
   * Cesium b3dm using gltf storage type.    * Cesium b3dm using gltf storage type.