Add MultiPoint to modify example

This commit is contained in:
Antoine Abt
2014-02-12 11:35:51 +01:00
parent 709c17192a
commit 715966a8d1

View File

@@ -86,6 +86,13 @@ var vectorSource = new ol.source.GeoJSON(
'coordinates': [0, 0]
}
},
{
'type': 'Feature',
'geometry': {
'type': 'MultiPoint',
'coordinates': [[-2e6, 0], [0, -2e6]]
}
},
{
'type': 'Feature',
'geometry': {