mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Use a simpler custom imagery example url
see https://github.com/openstreetmap/iD/issues/3887#issuecomment-309849685
This commit is contained in:
@@ -111,7 +111,7 @@ export function uiBackground(context) {
|
||||
|
||||
function editCustom() {
|
||||
d3.event.preventDefault();
|
||||
var example = 'https://{switch:a,b,c}.tiles.mapbox.com/v4/examples.map-4l7djmvo/{zoom}/{x}/{y}.png';
|
||||
var example = 'https://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