kopia lustrzana https://github.com/JOSM/MapWithAI
FIXUP: Currently, there should be _no_ remote control based conflation servers. Remove them from entries.
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
f36f362d26
commit
a90f7f626c
|
@ -150,6 +150,8 @@ public class MapWithAILayerInfo {
|
|||
Logging.warn("Unable to load imagery preference entry:" + e);
|
||||
}
|
||||
}
|
||||
// Remove a remote control commands in layers
|
||||
layers.removeIf(i -> i.getUrl().contains("localhost:8111"));
|
||||
Collections.sort(layers);
|
||||
}
|
||||
loadDefaults(false, MainApplication.worker, fastFail, listener);
|
||||
|
|
Ładowanie…
Reference in New Issue