hello esri!
Are the PBF files returned from FeatureService layer queries compliant with the Mapbox Vector Tile spec? it appears they are missing "layers" information and as such, cannot be loaded into something like the open sourced Mapbox GL js library. Is the PBF format meant to be compliant with the spec (like VectorTileLayers) or is it just a slightly different format that is really just for the ESRI JS4.0 feature layers (and other ESRI clients I guess)?
it would be really great if the PBF files returned could be easily used in any Mapbox VT compliant apps. Right now, we need to cut vector tiles on the fly and while this works, its seems wasteful and does not benefit from the edge caching and cache invalidation that AGOL feature services provide right out of the box.
here's a demo using tiles that are cut on the fly but I would really love to just be able to use pbfs created and maintained by AGOL (or Enterprise) natively
demo: testmap
thanks!
brian