Add MultiPoint to modify example
This commit is contained in:
@@ -86,6 +86,13 @@ var vectorSource = new ol.source.GeoJSON(
|
|||||||
'coordinates': [0, 0]
|
'coordinates': [0, 0]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'type': 'Feature',
|
||||||
|
'geometry': {
|
||||||
|
'type': 'MultiPoint',
|
||||||
|
'coordinates': [[-2e6, 0], [0, -2e6]]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'type': 'Feature',
|
'type': 'Feature',
|
||||||
'geometry': {
|
'geometry': {
|
||||||
|
|||||||
Reference in New Issue
Block a user