Hi,
I have have my own vector tile server that serves vector tiles to my application which I then use to create a VectorTileLayer with custom styling. This layer represents US Zip Codes.
I want to select zip codes that fall within a specified geometry from this VectorTileLayer. Is this at all possible? If not, is there a plan to provide this kind of functionality similar to what is available in mapbox-gl?
As an alternative, should I parse the .pbf data returned by the call to my tile server, create a geojson structure, and then use that to create a FeatureLayer (which I know I can query). I would hate to go down that road as it seems like a ton of work if VectorTileLayer querying is on the horizon.
Any help and insights is greatly appreciated!
Cheers!