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
The results from a hit test in JavaScript include the following object graph:
results
graphics
graphic
layer
graphics (all graphics in the layer)
We are serializing all of this, which makes HitTest much slower than expected. Instead, we should only need to return the GeoBlazor Layer Id, and nothing else about the layer.
The text was updated successfully, but these errors were encountered:
The results from a hit test in JavaScript include the following object graph:
results
We are serializing all of this, which makes HitTest much slower than expected. Instead, we should only need to return the GeoBlazor Layer Id, and nothing else about the layer.
The text was updated successfully, but these errors were encountered: