More words about replacement tokens in custom tile url prompt

(see #3887)
This commit is contained in:
Bryan Housel
2017-06-22 21:56:22 -04:00
parent 9882cf1d7b
commit ec8cd6ec83
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);