From cb68984052b2da7e5bf2654334831f7b415caff4 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 3 Feb 2016 17:28:47 -0800 Subject: [PATCH] Forgot to add source JSON --- tests/highzoom/in.json | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/highzoom/in.json diff --git a/tests/highzoom/in.json b/tests/highzoom/in.json new file mode 100644 index 0000000..aafd72e --- /dev/null +++ b/tests/highzoom/in.json @@ -0,0 +1,2 @@ +{ "type": "Feature", "properties": { "name": "Santa Cruz" }, "geometry": { "type": "Point", "coordinates": [ -122,37 ] } } +{ "type": "Feature", "properties": { "name": "London" }, "geometry": { "type": "Point", "coordinates": [ 0,51.5 ] } }