Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify Bing Maps geocoder culture #9729

Merged
merged 2 commits into from
Aug 16, 2021
Merged

Commits on Aug 14, 2021

  1. Add ability to specify Bing Maps geocoder culture

    1. Add optional `culture` property to BingMapsGeocoderService constructor
    and use it to set culture when making a request. This causes the results
    to be displayed in the specified culture and language.
    
    2. Update Resource.js to use CesiumMath's RNG so we can have a random seed
    with consistent results
    
    3. Slightly improve BingMapsGeocoderService tests to support the new
    functionality and double check some existing code.
    mramato committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    830d2c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. fix @link spacing

    ebogo1 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9daaa2d View commit details
    Browse the repository at this point in the history