Show specific message type for loading
This commit is contained in:
parent
6a2da2064c
commit
9f5cb05532
2 changed files with 9 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ BR.LayersConfig = L.Class.extend({
|
|||
|
||||
_showOverpassLoadingIndicator: function () {
|
||||
this._overpassActiveRequestCount++;
|
||||
this._overpassLoadingIndicator.showInfo(i18next.t('layers.overpass-loading-indicator'));
|
||||
this._overpassLoadingIndicator.showLoading(i18next.t('layers.overpass-loading-indicator'));
|
||||
},
|
||||
|
||||
_hideOverpassLoadingIndicator: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue