Closed angrycat9000 closed 2 hours ago
Thank you for the pull request, @angrycat9000!
:white_check_mark: We can confirm we have a CLA on file for you.
Thanks @angrycat9000! We're hoping to take a review pass today.
Thanks @ggetz . Two things that were still pending:
Hi @angrycat9000, I wanted to check in on the status of this PR as we are coming up on our next release soon.
Hi @angrycat9000, I wanted to check in on the status of this PR as we are coming up on our next release soon.
- Are there any remaining TODO's for this PR?
- Is it at a point where it can come out Draft?
Just the discussion of how assertive to make the one time warning discussion. Added a to-do for that. Will be ready once that is decided.
This is updated and ready for review again @ggetz
Thanks for the feedback @ggetz . Updated and ready for another look
Fantastic! Thanks for contributing this @angrycat9000!
Description
Adds the ability to change the geocoder used.
Both Bing and Google have legal requirements that their geocoders should not be used with other data. Eg. Using Bing geocode results while showing Google 3D Tiles is not allowed.
GoogleGeocoderService
for standalone usage of Google geocoderIonGeocodeProvider
enum to list the possible geocode providers when using Cesium ion.Viewer
constructor to also take anIonGeocoderProvider
valueTesting plan
npm run start
Author checklist
CONTRIBUTORS.md
CHANGES.md
with a short summary of my change