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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -