Many Graphics

GeoBlazor can support a large number of geometries, such as the graphics generated and shown in this example. Use the input fields and buttons to test various graphic sizes and chunk sizes. In order to get performant rendering of your graphics, be sure to always call MapView.AddGraphics(IEnumerable<Graphic>) or GraphicsLayer.Add(IEnumerable<Graphic>), rather than trying to add all the graphics individually. Chunk sizes are set by default to 200 (Server, WASM) and 100 (MAUI) based on internal testing.