Bert Temme

Results 36 issues of Bert Temme

Hi, is there some information/minimal sample (without compression) of visualizing a b3dm in Mapbox v3? I'm retrieving the b3dm using: ``` map.addSource('tiles', { "type": "batched-model", "maxzoom": 14, "minzoom": 14, "tiles":...

docs :scroll:

In MapBox GL JS v3 there is support for 'batched-model', with this we can add glTF 2.0 models to the map (like 3D Tiles). Demo: https://bertt.github.io/mapbox_3dtiles_samples/samples/standard/tienhoven/ ![image](https://github.com/maplibre/maplibre-gl-js/assets/538812/6336e4a4-71fc-4e1d-808f-9673d1ce7fe1) Sample code: ```...

enhancement
PR is more than welcomed

I'm trying to load a 3D Tileset of France buildings (https://storage.googleapis.com/ahp-research/maquette/ign/buildings/beta.3/1.0/tileset.json) in ITowns (latest commit main branch), but loading takes forever. Demo: https://bertt.github.io/itowns_issues/france_buildings/issue/examples/index.html In CesiumJS there is no problem loading...

https://github.com/Geodan/pg2b3dm/issues/173

Notice: Option --shaderscolumn is deprecated and will be removed in a upcoming release (breaking change) With option shaderscolumn it's possible to define the shader per triangle in the database, using...

Hi, just upgraded my sample to 3.9.0, I noticed that GDAL driver 'EXR' is missing on Windows (150 gdal drivers), not on Linux/Mac (151 gdal drivers).

bug-gdal