From 60d490228795411f305456b9d917dbcc7b208fa2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 19 Apr 2017 22:11:44 +0200 Subject: Add README * Describe the project * Show a screenshot * Explain how to use it * Include license & copyright information --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33f836c --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +Geo Feature Examiner +==================== + +This tool renders arbitrary Well-Known Text (WKT) geographic features on a map. +Those features can be clicked on to get their WKT representation. + +Say for example you have a dozen geometries corresponding to streets. You want +to find the geometry that represents a specific street. Paste the WKT for all +geometries, and click on the one you want. Its geometry will be displayed for +easy copying and referencing. + + +## Screenshot +![Screenshot](screenshot.png) + + +## Usage +Enter WKT-formatted geometries in the left textarea. Multiple geometries can be +added, with each one on a separate line. Lines not containing WKT will cause +rendering to fail. Input geometries must be projected with EPSG:4326 (WSG84). + +Inspect the rendered geometries on the map. Clicking on a geometry will display +its WKT representation in the textarea on the right. + + +## License +Copyright © 2017 Teddy Wing & af83 SAS. Licensed under the GNU GPLv3+ (see the +included COPYING file). -- cgit v1.2.3