From 9181c14d68e915c67767ec48c614f2da0e0dbb21 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Fri, 3 Apr 2020 11:50:39 +0200 Subject: [PATCH] Use JOSM Imagery Sources --- net/systemeD/potlatch2/collections/Imagery.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/systemeD/potlatch2/collections/Imagery.as b/net/systemeD/potlatch2/collections/Imagery.as index 8bdabb2c..9c21117b 100644 --- a/net/systemeD/potlatch2/collections/Imagery.as +++ b/net/systemeD/potlatch2/collections/Imagery.as @@ -23,7 +23,7 @@ package net.systemeD.potlatch2.collections { private static const GLOBAL_INSTANCE:Imagery = new Imagery(); public static function instance():Imagery { return GLOBAL_INSTANCE; } - private static const INDEX_URL:String="https://osmlab.github.io/editor-layer-index/imagery.json"; + private static const INDEX_URL:String="https://josm.openstreetmap.de/maps?format=potlatch"; public var collection:Array=[]; private var _selected:Object={};