kekscom / osmbuildings

OSM Buildings Classic 2.5D
http://osmbuildings.org
BSD 2-Clause "Simplified" License
505 stars 140 forks source link

Label buildings #64

Closed bryopsida closed 10 years ago

bryopsida commented 10 years ago

When using this on top of the open street map base map in leaflet it covers some of the building/store names. Would it be possible to add these labels on top of the roof or make what's currently on the base map visible by adjusting the opacity?

kekscom commented 10 years ago

Top of the roof would mean to place labels 3-dimensionally. That needs to be implemented and is not really part of OSM Buildings.

On the other hand, you can change building colors by using rgba() style colors. But it means to modify each object and also set default colors accordingly.

Another option is to use another map tile layer on top, that contains labels only.

waldyrious commented 10 years ago

For comparison, F4 map does such 3D labels pretty nicely: F4

kekscom commented 10 years ago

It looks nice indeed and would be a great addon. Maybe fits into soemthing else I'm doing right now. At least for OSM Buildings core, I don't see this.