From a20b0ff321d09ce12212e50c21f6564617120296 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Tue, 21 Feb 2023 10:12:25 +0100 Subject: [PATCH] Updated documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5e1b22f..07063ac 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ As an example: > POLYGON((9.176194 48.779168, 9.171473 48.775265, 9.176923 48.772890, 9.179842 48.774474, 9.181043 48.774134, 9.183103 48.775661, 9.182073 48.776962, 9.176194 48.779168)) +### Import a polygon + +If no polygon has been drawn yet, "WKT Polygon" input field can be used. Simply copy a [WKT](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry) polygon into the field, click on `Import Polygon`, and the geometry should be imported into RegionChooser. + +With this feature, it should be easy to share geometry between users. + ## Command-line RegionChooser can also be called from the command-line: -- GitLab