From 0506e47feecb1b4806a081932b851cb97e65b60d Mon Sep 17 00:00:00 2001 From: Patrick Hayes Date: Thu, 5 Apr 2012 03:01:39 -0700 Subject: [PATCH] updating postGIS example to use EWKB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f25a359..add5a28a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Clearly, more complex analysis is possible. Working with PostGIS --------------------- -geoPHP, through it's WKB adapter, has good integration with postGIS. Here's an example of reading and writing postGIS geometries +geoPHP, through it's EWKB adapter, has good integration with postGIS. Here's an example of reading and writing postGIS geometries ```php