Forgot to add source JSON

This commit is contained in:
Eric Fischer 2016-02-03 17:28:47 -08:00
parent bcdb40b41e
commit cb68984052

2
tests/highzoom/in.json Normal file
View File

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