Skip to content

Commit e78cb2a

Browse files
authored
Set Taiwan view for nine dash line to unrecognized (#2097)
* Set Taiwan view for nine dash line as unrecognized.
1 parent 0241953 commit e78cb2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/apply-ne_disputed_border_suppression.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,11 @@ where brk_a3 in ('B30');
287287
update ne_50m_admin_0_boundary_lines_disputed_areas set
288288
fclass_tw = 'country'
289289
where brk_a3 in ('B30');
290+
291+
292+
-- Remove Taiwanese view for nine dash line
293+
update ne_10m_admin_0_boundary_lines_maritime_indicator_chn set
294+
fclass_tw = 'Unrecognized';
295+
296+
update ne_50m_admin_0_boundary_lines_maritime_indicator_chn set
297+
fclass_tw = 'Unrecognized';

0 commit comments

Comments
 (0)