From 715966a8d1c72021b8333bdd28394a1e68d9737c Mon Sep 17 00:00:00 2001 From: Antoine Abt Date: Wed, 12 Feb 2014 11:35:51 +0100 Subject: [PATCH] Add MultiPoint to modify example --- examples/modify-features.js | 7 +++++++ 1 file changed, 7 insertions(+) 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': {