Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/systemeD/potlatch2/collections/Imagery.as
Original file line number Diff line number Diff line change
Expand Up @@ -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={};
Expand Down