-
Notifications
You must be signed in to change notification settings - Fork 33
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
Expose options for spin/loading icon #77
Comments
Is disableSpinIcon need for disabling message "Trees grow slower than this map loads, be patient..."? |
Yes, exactly, and the option for the value of those time setting. |
@dadiorchen @SuokN Is this ticket closed? |
|
Okay, Thank you for letting me know @SuokN.
…On Tue, Jan 17, 2023 at 10:44 AM SuokN ***@***.***> wrote:
@dadiorchen <https://github.com/dadiorchen> @SuokN
<https://github.com/SuokN> Is this ticket closed?
PR for this ticket is still in PRs List, that's why it is not closed. When
someone checks the PR, it will be closed or returned. So I think you can't
take it now.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHE6MV6G3FHZCSZW5IVE6ZLWS2443ANCNFSM5NWKEOUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
treetracker-web-map-core/src/Map.js
Lines 365 to 366 in 1fbaa63
So for clients which are going to use the web map core, they can set up the spin behaviors via:
new Map({
disableSpinIcon: boolean,
slowThreshold: [ms],
showLoadingThreshold: [ms],
})
Some hints:
The text was updated successfully, but these errors were encountered: