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

Fix cloud tile fetching logic #2456

Merged
merged 4 commits into from Nov 24, 2023
Merged

Conversation

macrigiuseppe
Copy link
Collaborator

@macrigiuseppe macrigiuseppe commented Nov 21, 2023

This PR fixe:

  • issue with provider tile fetching login
  • issue when loading a map from a provider and updating the URL

fix_cloud_tile_fetching_logic

@macrigiuseppe macrigiuseppe marked this pull request as draft November 21, 2023 19:51
Signed-off-by: Giuseppe Macri <gmacri@foursquare.com>
Signed-off-by: Giuseppe Macri <gmacri@foursquare.com>
@macrigiuseppe macrigiuseppe marked this pull request as ready for review November 22, 2023 14:45
Signed-off-by: Giuseppe Macri <gmacri@foursquare.com>
const mapUrl = provider.getMapUrl(false, loadParams);
dispatch(push(mapUrl));
const mapUrl = provider?.getMapUrl(loadParams);
debugger;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove debugger;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of course

Signed-off-by: Giuseppe Macri <gmacri@foursquare.com>
@macrigiuseppe macrigiuseppe merged commit 155a582 into master Nov 24, 2023
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix_cloud_tile_fetching_logic branch November 24, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants