Open jademackay opened 1 month ago
@nilshg reported the same thing on Slack, if you translate!(objscatter, 0, 0, 10)
it "fixes" the issue for now. You could do the same to the polygon and text plots.
@asinghvi17 Oh that's a good idea, thanks! I was just looking at move_in_front!
in src/tile-plotting.jl
.
Maybe we should by default translate 2d maps back by 10 or so...
The "Add points, polygons and text to a map" example (here) duplicated below conceals the star point when I zoom about 10 mouse clicks. It seems to be that the point is printed over when the tiles update.