Select to view content in your preferred language

Serve heatmap tiles with runtime dependent data

284
0
06-02-2023 09:59 PM
quooston
Occasional Contributor

Hi, I am not sure this is the correct forum... 

I have a dotnet core solution that makes heavy use of the JS SDK to render a custom experience for our agri-tech domain for our customers. This is more of a server-side question. Part of our offering is partner API integration, and we provide a broad array of APIs for partners to get at our back-end data. 

We'd like to serve a tile set with a heatmap generated from our data at runtime. A partner will provide inputs which identify what location we need to map, and from there we'd like to provide them the ability to pull that heatmap layer into their maps. We have a partner that does something similar for us, where they've generated a custom layer and we pull it into our JS application as a WebTileLayer. We proxy that data through our own server to deal with CORS issues. 

How can I do the same thing? I have the data, now I need to use it as the source of the heatmap data which is served via our server on an url like: http://.../Z/X/Y

Any help appreciated. 

0 Kudos
0 Replies