-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add content for gis client docu in german and english
- Loading branch information
Showing
65 changed files
with
796 additions
and
1,144 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Navigation in the map | ||
*** | ||
|
||
You can navigate in the map application in the usual way: | ||
* Click on the map and hold down the left mouse button: the map can be moved while moving the mouse | ||
* Scrolling the mouse wheel forwards: zooming in (enlarging the scale) | ||
* Scroll the mouse wheel backwards: Zooming out (reducing the scale) | ||
* Shift + draw a rectangle on the map with the left mouse button: map zooms in on the rectangle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Searchbar | ||
*** | ||
|
||
The search bar is located in the header of the application. The search allows you to search for locations based on NOMINATIM. | ||
|
||
![gis-client](/img/search_field.png) | ||
|
||
To initiate a search query, at least the first three letters of the search term must be entered in the search field. The search then starts automatically. This can be recognised by a small activity indicator at the back of the search field. This is displayed until the search results can be displayed. | ||
|
||
A search term that has already been entered can be removed using the ![gis-client](/img/suche_x.png) icon at the end of the search bar. The search including hits is then reset. | ||
|
||
### Show search results | ||
|
||
If results are found for the search terms entered, the results display opens below the search bar in a list. | ||
|
||
If you click on the title of a search hit, the map zooms in on the spatial extent of the result. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# Editing objects | ||
*** | ||
|
||
If configured for your own role and the objects displayed, the objects displayed on the map can also be edited. | ||
|
||
There are two options to edit objects: | ||
1. From the [Layertree](../gis-client/toolbox/layertree), by selecting the "Edit layer" entry in the context menu of the corresponding layer/topic | ||
2. Aus der Ansicht der [FeatureInfo](../gis-client/toolbox/query-map-features) heraus | ||
|
||
**Procedure for option 1:** | ||
|
||
After selecting the "Edit layer" option in the context menu of the layer/topic, the object editor opens in a panel on the right-hand side of the application: | ||
|
||
![gis-client](/img/objekteditor.png) | ||
|
||
An existing object can be selected by clicking on the desired object in the map. With the appropriate authorisation, a new object can also be created. However, this function is not available to every user. | ||
|
||
After selecting the desired object on the map, the object editor offers all attributes configured for editing for editing: | ||
|
||
![gis-client](/img/editor_edit.png) | ||
|
||
There are various input fields: | ||
|
||
* The desired text can be entered in normal text fields. | ||
* A larger text block can be entered in some fields, in which case the field is correspondingly larger. | ||
* For attributes with selection lists, the list of possible values opens after clicking on the field value; a value can now be clicked on. | ||
* For yes/no fields, a checkbox is displayed which can be ticked or unticked as required. | ||
* For number fields, the desired number can be entered or increased or decreased using the arrows at the end of the field. | ||
* For date fields, clicking in the field opens a date picker from which the desired date can be selected. | ||
* For fields for uploading images, you can click on the "Upload images" button and select one or more image files (JPG, PNG and TIFF are permitted). | ||
* For fields for uploading documents, the "Upload files" button can be clicked and one or more documents can be selected (XLS, XLSX, XLSM, DOC, DOCX and PDF are permitted). | ||
|
||
Fields that are mandatory for input are marked with a red asterisk. | ||
|
||
Once all the required attributes have been entered, the edit can be saved using the "Save" button. If mandatory fields are not filled in, saving is not possible. | ||
|
||
The edited fields can be reset using the "Reset" button, unless "Save" has already been clicked. | ||
:::info | ||
|
||
Users with extended authorisations also have the option of permanently removing the entire object from the system using the "Delete object" button. | ||
|
||
::: | ||
|
||
**Procedure for option 2:** | ||
|
||
After clicking on the edit function ![gis-client](/img/fi_edit.png) in the [query map features](../gis-client/toolbox/query-map-features), the object editor opens directly and offers all attributes of this object configured for editing for editing. All other functions are identical to variant 1 (see description above) | ||
|
||
**Create new objects (from option 1)** | ||
|
||
:::info | ||
|
||
This function is only available to users with extended permissions. | ||
|
||
::: | ||
|
||
If you select the "Create new object" function, the object editor opens with the empty input form for the new object. The necessary attribute entries can now be made here. This is similar to editing an existing object. | ||
|
||
To set a spatial reference in the map for the new object, a geometry must be drawn for the new object. The corresponding tools are located on the left-hand side of the object editor panel: | ||
|
||
![gis-client](/img/geomtools.png) | ||
|
||
The tools have the following functions: | ||
|
||
* Draw new geometry | ||
* Edit geometry | ||
* Delete geometry | ||
* Undo last action | ||
* Restore last action | ||
|
||
Changes to the geometry, like the attribute entries, are persisted via the "Save" button in the object editor. | ||
|
||
**Edit geometries of existing objects** | ||
|
||
:::info | ||
|
||
This function is only available to users with extended permissions. | ||
|
||
::: | ||
|
||
If the user has the appropriate authorisations for geometry editing, the corresponding tools can be found on the left-hand side of the object editor panel: | ||
|
||
![gis-client](/img/geomtools.png) | ||
|
||
The tools have the following functions: | ||
|
||
* Draw new geometry | ||
* Edit geometry | ||
* Delete geometry | ||
* Undo last action | ||
* Restore last action | ||
|
||
Changes to the geometry, like the attribute entries, are persisted via the "Save" button in the object editor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright information for layers | ||
*** | ||
|
||
The copyright information for the currently activated maps can be displayed in the bottom right-hand corner of the map. | ||
|
||
![gis-client](/img/copyright_map.png) | ||
|
||
The display can be expanded by clicking on the i button and collapsed again if required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
# Footer | ||
# Information on scale and reference system | ||
*** | ||
Various information is available in the footer of the application. | ||
|
||
## Scale information | ||
### Scale | ||
|
||
Information on the scale of the map is displayed in the footer on the left, firstly as a scale bar and secondly as a numerical indication of the currently active scale. Here the user has the option of selecting a different value from the drop-down list by clicking on the number. It is also possible to enter the desired scale by typing it directly into the text field. Please note that only the scale number at the back, e.g. 50,000, must be entered without the leading "1 :". Only the available scales from the drop-down list are available as input scales. | ||
Information on the scale of the map is displayed in the footer on the left, firstly as a scale bar and secondly as a numerical indication of the currently active scale. Here the user has the option of selecting a different value from the drop-down list by clicking on the number. It is also possible to enter the desired scale by typing it directly into the text field. Please note that only the scale number at the back, e.g. 50,000, must be entered without the leading "1 :". Only the available scales from the list are available as input scales. | ||
|
||
## Reference system and current mouse position | ||
### Reference system and current mouse position | ||
|
||
In addition to the scale information in the footer, the reference system and the current mouse position are displayed if the mouse is positioned in an area of the main map. | ||
|
||
## Contact, imprint and privacy policy | ||
|
||
In the right-hand corner of the footer you will find the links for contact, imprint and privacy policy. Click on one of the links to open the desired content in a new browser page. | ||
|
||
![gis-client](/img/scalebar.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Further links | ||
*** | ||
|
||
In the right-hand corner of the footer you will find the links for contact, imprint and privacy. Click on one of the links to open the desired content in a new browser page. |
Oops, something went wrong.