From 98ca34f1888b52f59a31ca5eb585b9018a66ed31 Mon Sep 17 00:00:00 2001 From: lewisj Date: Tue, 31 Oct 2017 16:16:53 +0000 Subject: [PATCH] Update s57.sql --- s57.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s57.sql b/s57.sql index b138608..0641aff 100644 --- a/s57.sql +++ b/s57.sql @@ -1,5 +1,5 @@ create table bforce.lizard_shore_landing as select * from bforce.lizard_bvow where obj = 'PONTON' or ( -attr->'CATSLC' = '4' or attr->'CATSLC' = '6' or attr->'CATSLC' = '11' + attr->'CATSLC' = '6' or attr->'CATSLC' = '11' or attr->'CATSLC' = '12' or attr->'CATSLC' = '13' or attr->'CATSLC' = '14')