mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Fix point label hiding
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ iD.svg.Labels = function(projection) {
|
||||
return function drawLabels(surface, graph, entities, filter) {
|
||||
|
||||
var rtree = new RTree();
|
||||
var hidePoints = !d3.select('.point').node();
|
||||
var hidePoints = !d3.select('.node.point').node();
|
||||
|
||||
var labelable = [];
|
||||
for (var i = 0; i < label_stack.length; i++) labelable.push([]);
|
||||
|
||||
Reference in New Issue
Block a user