StrandedKitty / streets-gl

🗺 OpenStreetMap 3D renderer powered by WebGL2
http://streets.gl
MIT License
604 stars 45 forks source link

building:min_level and building:max_level #83

Closed benoit-dd closed 1 year ago

benoit-dd commented 1 year ago

min_height works fine (for ex Tower Bridge: https://www.openstreetmap.org/way/367652753) for building suspended or cantilevered

Are the keys building:min_level and building:max_level also used? It doesn't looks ok here for example: image

img_4428 jpg__1170x731_q85_crop_subsampling-2_upscale 1

ivanbranco commented 1 year ago

Are the keys building:min_level and building:max_level also used?

Please notice that the correct tags for 3d mapping are building:min_level= and building:levels=, and that the tags used on that building are max_level and min_level

Judging on the wiki building:max_level, max_level and min_level are used for indoor tagging, not 3d tagging.

benoit-dd commented 1 year ago

oh, yes, sorry. with the correct key+values, it works fine.