From 09afe230fb46a5a4e0626f13bbbecc396cd72de0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 6 Mar 2015 17:10:21 -0800 Subject: [PATCH] add test for #2721 --- tests/data/json/escaped.topojson | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/data/json/escaped.topojson b/tests/data/json/escaped.topojson index ef9ea07aa..2a4ce1982 100644 --- a/tests/data/json/escaped.topojson +++ b/tests/data/json/escaped.topojson @@ -3,6 +3,12 @@ "objects": { "escaped": { "type": "GeometryCollection", + "bbox": [ + -180, + -90, + 180, + 90 + ], "geometries": [ { "type": "Point",