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 ] } }