From 3496faa4750c995d828ae0918e18fac809393f10 Mon Sep 17 00:00:00 2001 From: Jerry Sievert Date: Wed, 19 Dec 2012 09:21:13 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c38b3e..6d2f273 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,4 @@ A very simple Javascript engine to determine whether a point is within a polygon * It does not bother with 1/-1 latitude/longitude boundaries * It was written in about 2 hours * One of those hours was with a fever +* Multipolygon point in polygon may not work right now