Skip to content

Commit

Permalink
added geography
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 9, 2024
1 parent b8b238e commit 8366ab2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/user/attribute-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,16 @@ Has two parts. A time span field and a thesaurus dropdown field to specify the e

`START;END;EPOCH_CONCEPT` e.g. `-100;30;antiquity`

A start year and a end year in the gregorian calendar as integer values. Optional can be an epoch thesaurus concept. If the year is a negative number, it refers to the time before christ.
A start year and a end year in the gregorian calendar as integer values. Optional can be an epoch thesaurus concept. If the year is a negative number, it refers to the time before christ.

## Geography (WKT)

![Image of the geography input](./images/attribute-types/geography.png)

Adds a geographical attribute to the entity. Currently they cannot be linked on the main map. Each entity has a single field for geo referencing internally.

## Import Format

`WKT_STRING` e.g. `POINT(1 1)`

Any valid WKT string, a good overview of these strings can be found on [Wikipedia](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry).
Binary file added docs/user/images/attribute-types/geography.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8366ab2

Please sign in to comment.