From 2f05c0303713cb4ae4686f54dc2507a3c23f3bd4 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 16 Feb 2015 16:36:24 +0100 Subject: [PATCH] fixed errorcodes --- errorcodes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/errorcodes.txt b/errorcodes.txt index 04dabb29..3f5bc017 100644 --- a/errorcodes.txt +++ b/errorcodes.txt @@ -3,9 +3,9 @@ * 101: TOO_FEW_POINTS (<3 points) * 102: CONSECUTIVE_POINTS_SAME (2 consecutive points are the same) - * 103: NOT_CLOSED (first-last points are not the same) + * 103: NOT_CLOSED (first-last points are not the same---only for GML input) * 104: SELF_INTERSECTION (self-intersects, ie a bowtie) - * 105: COLLAPSED (is point or line) + * 105: COLLAPSED_TO_LINE ## POLYGON level