Fix test
This commit is contained in:
parent
d0488a8dda
commit
2c22d13ab8
@ -2,6 +2,7 @@ describe("L.GeoJSON", function () {
|
||||
describe("addData", function () {
|
||||
var geoJSON = {
|
||||
type: 'Feature',
|
||||
properties: {},
|
||||
geometry: {
|
||||
type: 'Point',
|
||||
coordinates: [20, 10]
|
||||
|
Loading…
Reference in New Issue
Block a user