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 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.