Is it possible to enable pop-ups to vector tile layers in AGOL?
I have published a series of layers as a VTL to AGOL (for performance reasons), and I have tried enabling all the attributes on the layer's settings, as well as enabling pop-ups to the published VTL service in ArcGIS Pro.
However, no pop-ups appear when click on the VTL in an AGOL web map.
Is there a solution, or is it still not clear as seen in other community board questions?
Pop-ups are not currently supported with hosted vector tile layers
https://www.esri.com/en-us/arcgis/products/arcgis-online/overview
I think it only works for tile layers, not vector tile? Tile layers need an associated feature service with popups configured prior.
Yeah, Esri's vector tiles aren't really made with this sort of thing in mind. You can absolutely get popups off of vector tiles, but only if you're willing to make your map from scratch. Here's an example in OpenLayers:
https://openlayers.org/en/latest/examples/vector-tile-info.html