mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-13 00:02:19 +02:00
Issue #121: add show overlapped feature.
This commit is contained in:
parent
7c99d828f4
commit
360ca3f600
4 changed files with 40 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue