• Resolved timjh

    (@timjh)


    Small problem when using marker jump links on a layered map. If the marker jumped to is in a layer that is not being displayed, it won’t be seen.

    My solution was to insert a one-line patch in os-dathub-maps.js:
    map.addLayer( marker );
    just before
    marker.openPopup();
    around line 294.

    This reveals the target marker without enabling the whole layer of markers.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Marker jumped to is not displayed’ is closed to new replies.