You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up Cesium, it works perfecty, but I would like to have the maps in Spanish.
I found that I can do that with the BingMapsImageryProvider and its member culture, so I came up with this.
But, using one of the images as example, the petition url is still in English: url
(Manually changing them to es-ES works, that proves that the Spanish translation works)
Any help or guidance is apreciated.
The text was updated successfully, but these errors were encountered:
According to Cesium documentation (To construct a BingMapsImageryProvider, call BingMapsImageryProvider.fromUrl. Do not call the constructor directly.) I modified the code as below;
When I evaluated the problem I saw that the problem was about metadata request and it did not tested well. I just added culture parameter into metadata request which fixes the problem.
The problem
After setting up Cesium, it works perfecty, but I would like to have the maps in Spanish.
I found that I can do that with the
BingMapsImageryProvider
and its memberculture
, so I came up with this.As that console.log outputs, the culture is being saved correctly:
But, using one of the images as example, the petition url is still in English: url
(Manually changing them to
es-ES
works, that proves that the Spanish translation works)Any help or guidance is apreciated.
The text was updated successfully, but these errors were encountered: