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