I'm trying to host Vector Tiles for a large, global point dataset (~35 million records). The data has one attribute, a float. The intention is to host the tiles for consumption in a MapboxGL application.
AGOL isn't building the vector tiles with this attribute, after enabling it. I have enabled the attributes checkbox in 'Settings', and the tile cache was rebuilt, however the attribute is not part of the tile layer when tested in my application. Currently AGOL shows the attribute as enabled.
Is this perhaps a problem with large datasets? Or is there anything else I can do to force, or at least debug, the tile cache build process?
(Note that I could try Mapbox Vector Tile Service next, but since my organization already uses Arc it would be best to do this through AGOL)