You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on a node/link to view it's details (action) should update the query parameters of the page's URL with the object's ID (or some other identifiable information).
When visiting this URL, the map should automatically focus the said node/link. It shall also open the node's/links's details if they are available.
It shall also work with geo-maps which works with co-ordinates.
We shall also add the user's actions to the browser's history using history.push.
We shall make it extendable so it possible to add more data in the query params which can trigger some operation.
The text was updated successfully, but these errors were encountered:
Clicking on a node/link to view it's details (action) should update the query parameters of the page's URL with the object's ID (or some other identifiable information).
When visiting this URL, the map should automatically focus the said node/link. It shall also open the node's/links's details if they are available.
It shall also work with geo-maps which works with co-ordinates.
We shall also add the user's actions to the browser's history using history.push.
We shall make it extendable so it possible to add more data in the query params which can trigger some operation.
The text was updated successfully, but these errors were encountered: