diff --git a/examples/modify-features.js b/examples/modify-features.js index 5c55e0af10..2ed0e6aa86 100644 --- a/examples/modify-features.js +++ b/examples/modify-features.js @@ -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': {