OpenLayers with Bing Maps: Where does the data come from? -


the street name 'goethestraße' (52.51623 13.51613) not rendered correctly on bing maps (göthestraße) of openlayers.

https://openlayers.org/en/latest/examples/bing-maps.html

what's source of data? ask because bing shows proper street name:

https://www.bing.com/maps/?form=z9lh3

i suspect issue openlayers pointing older static map tiles of bing maps , not dynamic tile service. such retrieving older map tiles have errors have since been corrected in bing maps.

edit (based on @rbundritt's comment below): when configured imageryset: 'roadondemand', ol.source.bingmaps displays up-to-date dynamic tiles.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -