256,256
style
geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "GeometryCollection",
"geometries": [
{
"type": "MultiPoint",
"coordinates": [ [5,0], [0,5], [1,2.5], [4,2.5] ]
},
{
"type": "LineString",
"coordinates": [
[
0,
5
],
[
5,
0
]
]
}
]
}
}
]
}