dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

Hit Test returning all graphics in layer #294

Closed TimPurdum closed 9 months ago

TimPurdum commented 9 months ago

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.