Mapbox - extruding lines
问题 Is it possible to apply fill-extrusion for a GeoJSON LineString feature? Basically I'm looking for a way to draw lines (can be 1 line or multiple connected) in a 3d mode with z-offset. If that's not possible, maybe this can be done with a polygon instead? Like, converting my lines to polygons (how can i do that?) 回答1: What you're asking for isn't yet implemented, but ticketed in Mapbox GL JS at https://github.com/mapbox/mapbox-gl-js/issues/3993. For now you'll need to opt for your second