Skip to content

1.13.3

Choose a tag to compare

@github-actions github-actions released this 15 Aug 11:16
· 30 commits to main since this release

Fixed

  • Pins that share a spot now fan apart at zoom 15, where the setting has
    always said they would.
    The offset is baked into the map's tiles once per
    zoom level rather than evaluated as the camera moves, so the fan opened a
    level late and grew in steps the hover card knew nothing about — a card could
    sit as much as 16 px from the pin it belonged to. The ring now opens at the
    zoom it names, widens once per level, and the card is placed at the offset the
    pin was actually drawn with.

  • An inline map no longer jumps back to its own route whenever anything
    refreshes.
    Editing any track file in the vault, or changing a setting,
    reframed every open inline map — including maps in notes with nothing to do
    with the file that changed. An inline map is now framed once per route it
    draws, and never after you have moved it yourself.

  • KML files that write lon, lat with a space after the comma now draw.
    Every coordinate in such a file was discarded and the whole track reported as
    having no drawable geometry.