{% extends "admin/base_site.html" %} {% load static %} {% load i18n %} {% block content %} {% if app_list %}
{% for app in app_list %} {% if app.name == 'Metadata' %}

Metadata-Management

{% include "./custom_model_link.html" with name='Metadata records' text='Edit the basic metadata for your data.' %}

{% endif %} {% endfor %} {% for app in app_list %} {% if app.name == 'Main' %}

Data-Management

{% include "./custom_model_link.html" with name='Buckets' text='Setup for storing your data.
(Begin every new project with a new S3-Bucket.)' %}
{% include "./custom_model_link.html" with name='Projects' text='Setup for a WebGIS.
Begin here to create a new viewer (Make basic adjustments and edit the content of about-page, FAQ and imprint).' %}
{% include "./custom_model_link.html" with name='WMS-Data-Layers' text='For raster data (based on NetCDF or GeoJSON-Files).
Go here if you want to configure a WebGIS-layer, which should consist of tiles (images served by WMS).' %} {% include "./custom_model_link.html" with name='WMS-Map-Legends' text='Go here if you have configured a WMS-Data-Layer and want to change the appearance in the WebGIS.'%}
{% include "./custom_model_link.html" with name='WFS-Data-Layers' text='For vector data (currently based on Shapefiles).
Go here if you want to configure a WebGIS-layer, which should consist of polygons (GeoJSON served by WFS).' %}
{% include "./custom_model_link.html" with name='STA-Data-Layers' text='Go here if you want to configure a WebGIS-layer, which should show timeseries-data at certain locations (point data). The data could be retrieved by an external SensorthingsAPI (STA) or could be imported from an CSV-file (contact your admin first).' %} {% include "./custom_model_link.html" with name='STA-Map-Legends' text='Go here if you have configured a STA-Data-Layer and want to change the appearance in the WebGIS (colors and size of data points).' %}
{% include "./custom_model_link.html" with name='GeoJSON-Data-Layers' text='For point-, polyline- or polygon-data (based on GeoJSON-Files).
Go here if you want to display data from a plain file with geometries (at one point in time) in the WebGIS.' %}
{% include "./custom_model_link.html" with name='Areas' text='Arrange and manage your configured WebGIS-layers to individual groups (and define the order, default-layer and description).' %}
{% include "./custom_model_link.html" with name='Area-SubCategories' text='Add filter-options to your viewer to search for layers by certain categories (useful when having a large number of layers in one area and necessary for using a TreeMenu).' %}

{% endif %} {% endfor %} {% for app in app_list %} {% if app.name == 'Drawing-Tool' %}

Drawing-Tool-Module

{% include "./custom_model_link.html" with name='Drawing-Tools' text='Coming soon...' %}
{% include "./custom_model_link.html" with name='Objects' text='Coming soon...' %}
{% include "./custom_model_link.html" with name='Object-Properties' text='Coming soon...' %}
{% include "./custom_model_link.html" with name='Property-Constraints' text='Coming soon...' %}

{% endif %} {% endfor %} {% for app in app_list %} {% if app.name == 'Data-Import' %}

Data-Import

{% include "./custom_model_link.html" with name='CSV-Import-Jobs' text='See the status of importing CSV-files.' %} {% include "./custom_model_link.html" with name='CSV-Parser' text='Create a configuration for parsing data from a CSV-file.' %}
{% include "./custom_model_link.html" with name='Point-Data' text='Coming soon...' %}

{% endif %} {% endfor %}
{% else %}

{% translate 'You don’t have permission to view or edit anything.' %}

{% endif %} {% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %}