Added another linestring to show shared segment editing

This commit is contained in:
ahocevar
2014-03-06 14:10:39 +01:00
parent 42935408fb
commit 97f8fdbd15

View File

@@ -96,7 +96,14 @@ var vectorSource = new ol.source.GeoJSON(
'type': 'Feature',
'geometry': {
'type': 'LineString',
'coordinates': [[4e6, -2e6], [8e6, 2e6]]
'coordinates': [[4e6, -2e6], [8e6, 2e6], [9e6, 2e6]]
}
},
{
'type': 'Feature',
'geometry': {
'type': 'LineString',
'coordinates': [[4e6, -2e6], [8e6, 2e6], [8e6, 3e6]]
}
},
{