Skip to content

Commit

Permalink
fixed errorcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Feb 16, 2015
1 parent ba4fd7d commit 2f05c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errorcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f05c03

Please sign in to comment.