Select to view content in your preferred language

Access raw protobuffers returned from ArcGIS server

413
1
10-04-2022 10:13 AM
BrianBurttram
New Contributor

Hello there,

We are using ArcGIS Pro and ArcPy to create our vector tile services, hosted in ArcGIS Server, which are returned in protobuffer format to ArcGIS for JavaScript.  There is information in the VectorTiles that we would like runtime access to, and because we don't have a better way of accessing the tile data, we have to requery the ArcGIS server for specific tiles before converting them to GeoJSON so that we can then mine the data within the tile layers.

Is there a better way to gain access to these tiles, given that ArcGIS for JavaScript has already queried for them and received a successful response?  Is there a way to access the data from the Map we already have in memory, or get a handle to the tiles as they are loaded so that we can get the data we want instead of having to requery?  And lastly I suppose, is there a better way to get access to the data embedded in the VectorTiles instead of converting them to GeoJSON?

 

Thanks for your time,

Brian

0 Kudos
1 Reply
BrianBurttram
New Contributor

Trying to bump in hopes someone can help out with an answer.  Thanks!

0 Kudos