Skip to content

Commit

Permalink
Fixup render test: add missing feature properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Apr 6, 2017
1 parent a85163e commit e3b2df2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [ 0, 0 ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [ 0, 0 ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [ 0, 0 ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [ -10, 0 ]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [ 10, 0 ]
Expand Down

0 comments on commit e3b2df2

Please sign in to comment.