Added another linestring to show shared segment editing
This commit is contained in:
@@ -96,7 +96,14 @@ var vectorSource = new ol.source.GeoJSON(
|
|||||||
'type': 'Feature',
|
'type': 'Feature',
|
||||||
'geometry': {
|
'geometry': {
|
||||||
'type': 'LineString',
|
'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]]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user