Skip to main content

Synchronizing highlight layer with moving feature layer

Comments

1 comment

  • Permanently deleted user

    If the highlight was done with your own search workflow, you could run a timed thread (looping) that re-selects (re-draws) the currently selected items.

    Example :

    1. You select 6 point features with your "multiple-tracking Identify" workflow (ex: 6 cars moving on your map)
    2. Your workflow remembers the 6 ObjectIDs of the highlighted cars.
    3. Every 5 seconds, you loop through a procedure that "refreshes" your selection-set : erase the 6 old circles, and re-draws them at the 6 new locations.
    4. Note that your custom workflow will need a "stop tracking" function, otherwise it will be very confusing if you want to select something else (a parcel/propery for example)

    I can assist you in developing workflows : f@poliart.com

    0

Please sign in to leave a comment.