Skip to content

Commit 454c23b

Browse files
committed
Add bbox SV. osm-codes/SV#1
1 parent 71f8c59 commit 454c23b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/optim-step4-api.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,9 @@ INSERT INTO optim.jurisdiction_bbox(id,jurisd_base_id,isolabel_ext,geom) VALUES
768768

769769
(13, 5, 'EC', ST_MakeBox2D(ST_POINT(-92.2072392, -1.6122316), ST_POINT(-89.038249, 1.8835964))),
770770
(14, 5, 'EC', ST_MakeBox2D(ST_POINT(-81.3443465, -5.0159314), ST_POINT(-75.192504, -0.1251374))),
771-
(15, 5, 'EC', ST_MakeBox2D(ST_POINT(-81.3443465, -0.1251374), ST_POINT(-79.2430285, 1.4695853)));
771+
(15, 5, 'EC', ST_MakeBox2D(ST_POINT(-81.3443465, -0.1251374), ST_POINT(-79.2430285, 1.4695853))),
772+
773+
(16, 6, 'SV', ST_MakeBox2D(ST_POINT(-90.2209042, 12.9518017), ST_POINT(-87.5971467, 14.4510488)));
772774

773775
-- DELETE FROM optim.jurisdiction_bbox_border;
774776
INSERT INTO optim.jurisdiction_bbox_border

0 commit comments

Comments
 (0)