Files
openlayers/test/browser/spec/ol/source/vectorsource/single-feature.json
2021-04-28 09:23:33 -07:00

17 lines
253 B
JSON

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