-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for rendering different roof shapes #3998
Comments
Freeway on/off ramps. Maybe some kind of primitive terrain mesh? |
I would also add that airport terminals/structures would be another use case. |
Is there any update to include basic Simple 'pitched roofs' and ramps would be a staring point Can the logic from openstreet map be incorporated ? |
+1 FYI: in the Netherlands we have a public aerial stereo LiDAR (AHN) (https://ahn.arcgisonline.nl/ahnviewer/) from which such roof coëfficients and terrain heightmap are derived (https://3dbag.nl/en/viewer). |
One way to implement it is to use an array of height (or beziér coëfficients) per point for a polygon, or more generally supporting TopoJSON per point and per feature attributes (for styling). |
migrated From mapbox/DEPRECATED-mapbox-gl#17 by @nickidlugash
cc @lbud @ajashton @mapbox/gl @1ec5 @ajashton @mourner
The text was updated successfully, but these errors were encountered: