Is there any way to get only street names from Bing maps? I have a 3D scanned model already, but I would need to compose -only- streetnames on top of it.
Hi,
Bing maps is only available for imagery and the geocoding service. You’ll need another data source, maybe check out OpenStreetMap for open source data.
Thanks!
Gabby
Are you looking to drape a transparent imagery layer (like Bing Maps Roads, but transparent) above a tileset, or do you want to overlay with vector data? In either case the support isn’t quite there yet in Cesium. Textured GroundPrimitives would be a part way solution once they are supported. Also vector tiles has support like this built in, but getting source street name data into a vector tileset is another question.
“Are you looking to drape a transparent imagery layer (like Bing Maps Roads, but transparent) above a tileset.”
=> This would be sufficient!
I found “openlayers” which seems promising, but still the whole process seems complex.