Use a simpler custom imagery example url

see https://github.com/openstreetmap/iD/issues/3887#issuecomment-309849685
This commit is contained in:
Bryan Housel
2017-06-20 15:06:57 -04:00
parent 04cc4d7ec0
commit 90870a0eb9
+1 -1
View File
@@ -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);