mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
More words about replacement tokens in custom tile url prompt
(see #3887)
This commit is contained in:
@@ -111,7 +111,7 @@ export function uiBackground(context) {
|
||||
|
||||
function editCustom() {
|
||||
d3.event.preventDefault();
|
||||
var example = 'https://tile.openstreetmap.org/{zoom}/{x}/{y}.png';
|
||||
var example = 'https://{switch:a,b,c}.tile.openstreetmap.org/{zoom}/{x}/{y}.png';
|
||||
var template = window.prompt(t('background.custom_prompt', { example: example }), customTemplate);
|
||||
if (template) {
|
||||
setCustom(template);
|
||||
|
||||
Reference in New Issue
Block a user