Skip to content

Commit

Permalink
manual and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Apr 29, 2024
1 parent 49cc472 commit a846e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def index_changelog() -> str:
'2158': 'Georeferencing files for multiple places (overlay)',
'2157': 'Dates: improved autocomplete',
'2244': 'Import of place hierarchy',
'2265': 'Import WTK multi geometries',
'2223': 'Improved forms',
'2246': 'Sorting of related entities in views and forms',
'2133': 'Better file stats',
Expand Down
3 changes: 2 additions & 1 deletion sphinx/source/admin/import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ It is possible to link existing :doc:`/entity/reference` to imported entities.

WKT coordinates
+++++++++++++++
For places and artifact point, polygon or linestring coordinates can be imported. Keep in mind to use
For places and artifact (multi)point, (multi)polygon, (multi)linestring coordinates or
GeometricCollection can be imported. Keep in mind to use
the `WGS84 <https://gisgeography.com/wgs84-world-geodetic-system/>`_ geodetic system.
Coordinates will be imported as `WKT <https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry>`_.
It is only possible to import one geometry for each entry. Since the WKT format uses commas (**,**),
Expand Down

0 comments on commit a846e4d

Please sign in to comment.