-
Notifications
You must be signed in to change notification settings - Fork 23
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 option to preserve user added layers when switching base maps #27
base: master
Are you sure you want to change the base?
Conversation
Hi, thank you for the PR. Can you please revert all unrelated changes like style changes? |
@el hmm, I'm guessing you mean the auto formatting by prettier? I would probably suggest you consider using prettier since it's becoming the de facto formatting option- |
You can create that as a separate pr. I am not against using a prettier. It just makes it hard to review the pr. |
@chriszrc Thanks for the initiative. Also, could you add an option to add a unique id for the style option button: export type MapboxStyleDefinition = {
id: string;
title: string;
uri: string | Style;
}; <button type="button" class="Satellite active" id="satellite" data-uri=""mapbox://styles/mapbox/satellite-v9"">Satellite Thank you!! |
What is the use case for this? |
For automated testing purposes |
This looks really useful. Is it ready to merge? |
Hi, can you merge this if there is no conflict ? |
@el Could you update the status of this PR? |
Unfortunately, the PR has used a prettier making all the code changes. Which makes it extremely hard to review. I asked the PR author to create a separate PR for prettier and only make the changes necessary in this PR but didn't hear back. |
It makes sense. I'm going to submit a PR with only the necessary changes. |
Hello guys, any updates on that? 😊 cc @vcardins |
No description provided.