Relative Content

Tag Archive for azure-maps

How to implement the Azure Map getToken API in nodejs and java?

let Options = { authOptions: { authType: AuthenticationType.anonymous, clientId: ClientId, getToken: async (resolve: any, reject: any) => { // How to implement the Azure Map getToken API in nodejs and java? resolve(bearerToken); } } } implement the Azure Map getToken API in nodejs and java azure-maps New contributor andy fang is a new contributor to […]

Azure Maps not rendering vector tiles correctly

I’m having an issue with rendering a polygon from a vector tile source at high zoom levels. I’m using https://github.com/NetTopologySuite/NetTopologySuite.IO.VectorTiles to generate the tiles and have confirmed using a simple vuejs using @mapbox/vector-tile npm package that I see what is expected (a simple 4-edge polygon), so I trust the mapbox vector tiles are generated correctly.