From 0b5af977f10534f7ac5fbcb8f087aa35a190ca78 Mon Sep 17 00:00:00 2001 From: triroakenshield Date: Mon, 20 Aug 2018 15:58:55 +0500 Subject: [PATCH] two polygon ring N3 --- mitab/mitabc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitab/mitabc_test.c b/mitab/mitabc_test.c index 3085195..6b066a3 100644 --- a/mitab/mitabc_test.c +++ b/mitab/mitabc_test.c @@ -442,7 +442,7 @@ static void WriteFile( const char * pszDest, const char * pszMifOrTab ) x[4] = 96; y[4] = 46; - mitab_c_set_points( feature, 0, 5, x, y ); + mitab_c_set_points( feature, 3, 5, x, y ); x[0] = 95.5; y[0] = 45.5;