google / ground-android

Ground mobile data collection app for Android
http://groundplatform.org
Apache License 2.0
245 stars 118 forks source link

[Main Map] Consider rendering the LOIs that are present within the map bounds #1568

Open shobhitagarwal1612 opened 1 year ago

shobhitagarwal1612 commented 1 year ago

We render all LOIs within the survey. This might have performance implications if too many of them are available in a survey. So, we should consider doing lazy loading.

scolsen commented 1 year ago

Good point @shobhitagarwal1612! I can take this on.