Relative Content

Tag Archive for mapboxvector-tiles

Return point data as map vector tiles in an ASP.NET Core API

I’m writing an API controller in ASP.NET Core that returns a large set of point data from a postgres database. However, this causes performance issues on my client side app due to the volume of data it’s returning. I’m looking for a way to return this data as map vector tiles instead to improve the loading and rendering performance on the client side.