This commit is contained in:
John Firebaugh 2013-06-24 14:39:11 -04:00
parent d0488a8dda
commit 2c22d13ab8

View File

@ -2,6 +2,7 @@ describe("L.GeoJSON", function () {
describe("addData", function () {
var geoJSON = {
type: 'Feature',
properties: {},
geometry: {
type: 'Point',
coordinates: [20, 10]