ThinkGeo.com    |     Documentation    |     Premium Support

How to draw z-axis data on desktop map

I have a project where I need to display on a map polygons that have a z-axis value, so that it would generate a map of 3-d polygons, with the polygons coming in from sqlite (though I can easily port to sql server), and there is a value column that would be equivalent for the z/height value for that polygon. Is that possible to do?

Steve

Hey @Steve_Paplanus,

Unfortunately, we do not have a built-in solution to display 3D polygons. We use SkiaSharp for drawing which is a 2D graphics API, so implementing 3D would be fairly difficult to do.

Thanks,
Kyle