Test for vector source load method

This commit is contained in:
Tim Schaub
2013-11-19 15:29:31 -07:00
parent 6229c0a1d4
commit 1f6d9fc5ae
3 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "point_1",
"geometry": {
"coordinates": [1, 2],
"type": "Point"
},
"properties": {
"name": "point"
}
}
]
}