https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-vector-tile-index.htm
It is possible to create a vector tile index with regular tiles for each level of detail same as "FLAT" tile structure?
When I create a vector tile service with "INDEXED" tile structure, it supports ArcGIS Map SDK for JS, Kotlin, Swift, but does not support some open JS libaraies, such as OpenLayer , Leaflet.
The vector tile with "FLAT" tile structure works well in OpenLayer and Leaflet, but does not work in ArcGIS Map SDK for Kotlin and Swift.
If I create a vector tile service with INDEXED tile structure, but the index of feature density is same the the FLAT tile structure.
If it possible to support all the SDK/Libraries above?