Merge branch 'master' into vector-api
This commit is contained in:
16
test/spec/ol/source/vectorsource/single-feature.json
Normal file
16
test/spec/ol/source/vectorsource/single-feature.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"id": "point_1",
|
||||
"geometry": {
|
||||
"coordinates": [1, 2],
|
||||
"type": "Point"
|
||||
},
|
||||
"properties": {
|
||||
"name": "point"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user