Always render vertices at endpoints

(see #3775)
This commit is contained in:
Bryan Housel
2017-01-23 21:10:50 -05:00
parent 04971478cb
commit e9edfe0cd5
+1
View File
@@ -158,6 +158,7 @@ export function svgVertices(projection, context) {
if (entity.id in selected ||
entity.hasInterestingTags() ||
entity.isEndpoint(graph) ||
entity.isIntersection(graph)) {
vertices.push(entity);
}