From abbd69adb23ff8ed54b4d4db9b5d2692ad7b522a Mon Sep 17 00:00:00 2001 From: Patrick Hayes Date: Thu, 5 Apr 2012 02:48:53 -0700 Subject: [PATCH] Adding in EWKT and EWKB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092a47a6..7f25a359 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and -can therefore run on shared hosts. It can read and write a wide variety of formats (WKT, WKB, GeoJSON, +can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.