Jan Marsch
Jan Marsch
Hi, Please try to use the library in parallel to React. It means you can build components using it but I can't recommend including it in React's build process. We...
Ok, getting closer. I've fixed the issue here `Qolor.fromHSL = function(h, s, l) {...};` and another syntax error. There is a new built version in dist. Running this in enclosed...
I'm currently on updating OSM Buildings classic for a proper npm packaging. What works there will be done here as well.
This applies to the "classic" version and I wanted to treat this here afterwards. I'm open to start a new branch here or will accept pull requests.
Hi, Please provide an example what you've tried so far. General idea: you need affected building ids and then apply a filter.
This is how it works: ~~~js const map = new OSMBuildings({...}); const featureIdList = [...]; // walks through all features and if id hits your list, return a selection color...
Give `building:shape=none` a try.
Hi, There is no simple solution. Some users are buffering line strings (extend them to faces) and then are creating 3d models. I'd consider having a look into MapLibre as...
This is in discussion offline. Anyone DM if you are interested.
Hi Chris, Thank you for reporting and all helpful details (rare these days). This is likely connected to a switch in our data sources. I'll take care but it may...