Issue #121: add show overlapped feature.

This commit is contained in:
Sergey Vartanov 2022-04-06 03:12:39 +03:00
parent 7c99d828f4
commit 360ca3f600
4 changed files with 40 additions and 11 deletions

View file

@ -451,7 +451,10 @@ class Constructor:
color = get_time_color(node.timestamp, self.osm_data.time)
dot: Shape = self.extractor.get_shape(DEFAULT_SMALL_SHAPE_ID)
icon_set: IconSet = IconSet(
Icon([ShapeSpecification(dot, color)]), [], set()
Icon([ShapeSpecification(dot, color)]),
[],
Icon([ShapeSpecification(dot, color)]),
set(),
)
point: Point = Point(
icon_set,