diff options
Diffstat (limited to 'README.md')
-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). |