mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
chore: deal with missing label for url_template
This commit is contained in:
parent
d1ded301a5
commit
04c50c4453
1 changed files with 2 additions and 1 deletions
|
@ -1338,8 +1338,9 @@ U.Map = L.Map.extend({
|
||||||
'options.overlay.url_template',
|
'options.overlay.url_template',
|
||||||
{
|
{
|
||||||
handler: 'BlurInput',
|
handler: 'BlurInput',
|
||||||
|
helpText: `${L._('Supported scheme')}: http://{s}.domain.com/{z}/{x}/{y}.png`,
|
||||||
placeholder: 'url',
|
placeholder: 'url',
|
||||||
helpText: L._('Background overlay url'),
|
label: L._('Background overlay url'),
|
||||||
type: 'url',
|
type: 'url',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue