Geodan / mapbox-3dtiles

3D Tiles implementation using Mapbox GL JS custom layers
BSD 3-Clause "New" or "Revised" License
297 stars 62 forks source link

Some Questions #42

Open enersis-pst opened 3 years ago

enersis-pst commented 3 years ago

Hey, really cool work!

i have some basic questions:

tomvantilburg commented 3 years ago

Thanks! Some answers:

is this a fork of a mapbox version, or like a plugin?

A plugin

Could i use it with any mapbox version, also like the new v2? If so, would it also working with the new elevation model?

Yes, it should also work on v2 although currently we only test on v1.

are the 3D models click, hover able?

Yes, you can see an example of this in the demos. Still work in progress though.

are maybe also styleexpression possible? or some way to color the buildings by some function in different way?

There is currently very basic styling available but we are planning to make this more customizeable based on feature properties (similar to how you would colorize a 2D map). It's not simple though to do it properly.

enersis-pst commented 3 years ago

hi thanks! that sound very good. Also performance is good.

Would it also be possible to overlay the buildings by some other layers like Symbols, Markers?

tomvantilburg commented 3 years ago

Have you already tried overlaying the buildings with symbols, text or markers? And if so, what was the result?

enersis-pst commented 3 years ago

Hey, no i didn't. but i found in one of the examples that text was shown over the building. So i think it should work. And yeah maybe its time to test it by myself