Plot Vector Tile (PBF) .pbf file on bing maps

bala autade 1 Reputation point
2022-02-23T05:59:23.65+00:00

We have developed the application and in that, we want to plot the pbf (tile/{z}/{y}/{x}.pbf) on Bing map. Is there a way to plot .pbf file on a Bing map?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
721 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
    2022-02-23T15:33:51.177+00:00

    @bala autade see a related thread answered by @rbrundritt : https://learn.microsoft.com/en-us/answers/questions/737930/plot-vector-tile-on-bing-map-from-arcgis.html

    Quote from the similar thread:
    Vector tiles are a completely different beast from traditional map tiles/tile layers.

    Traditional map tiles/tile layers are images that have been cut up into smaller images.

    Vector tiles consist of geometry data that has been cropped to the area of a tile, encoded, then compressed. It's not an image and requires a completely different set of tools to render.

    Bing Maps does not support vector tiles (pbf), however, Azure Maps does (and actually uses it natively for the base maps). Here are details on how to use vector tiles with Azure Maps:

    Docs: https://learn.microsoft.com/en-us/azure/azure-maps/create-data-source-web-sdk#vector-tile-source

    Samples: https://samples.azuremaps.com/#vector-tiles


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.