We have a self-hosted license which comes with an OSM buildings .3dtiles data file. We’d like to modify this file by removing some buildings, replacing them with custom content, and exporting back to a .3dtiles file so we can self-host the modified data for our application. Is there a way to do this and if so what tool is recommended?
Thanks
as far as I know you can’t modify .3dtiles file to remove some content and insert new one at its place. If you are using cesium for unity you can use cesium cartographic polygon to cut building area and insert your content there but this is not very scalable if you want to insert buildings at city scale.