I have a wall to wall 30-m vegetation raster dataset for California which has two fields I'd like to serve to the public via AGOL. One is a 13 class vegetation type, and the other a 62 class vegetation type. I've converted these to polygons (not simplified, kept as single part) and published as parquets, but I'm finding their drawing times to be exceptionally slow.
It seems they are drawing faster as single part polygons, instead of as multiparts, but can you please help with drawing speeds?
I'm attaching a sample of drawing time in southern CA.
Hi Kimberly,
Thanks for sharing this example. Drawing performance for a statewide vegetation dataset can be impacted by several factors, including the total number of features, vertex density, and the number of vertices per feature—similar to what you would see with hosted feature layers.
In cases where multipart polygons are generated from raster analysis workflows, the resulting features can contain a very large number of vertices. Converting the data to single-part features is often recommended and can improve drawing performance by reducing the complexity of individual geometries being rendered.