diff options
author | Teddy Wing | 2017-04-19 22:11:44 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-19 22:11:44 +0200 |
commit | 60d490228795411f305456b9d917dbcc7b208fa2 (patch) | |
tree | 94d509f362c366c14a75a94517587edbcf1846ec | |
parent | 40721214130bba0ae9fe5b8799ddb9b13e94bb69 (diff) | |
download | geo-feature-examiner-60d490228795411f305456b9d917dbcc7b208fa2.tar.bz2 |
* Describe the project
* Show a screenshot
* Explain how to use it
* Include license & copyright information
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
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 + + + +## 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). |