kopia lustrzana https://github.com/JOSM/MapWithAI
Attempt to auto populate the MapWithAI default servers
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
fd6f3c5087
commit
286b7ad674
|
@ -188,6 +188,10 @@ public final class MapWithAIDataUtils {
|
||||||
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr(
|
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr(
|
||||||
"There are no defined URLs. To add sources, go to Preferences -> MapWithAI -> Servers and add the appropriate servers"))
|
"There are no defined URLs. To add sources, go to Preferences -> MapWithAI -> Servers and add the appropriate servers"))
|
||||||
: new Notification(tr("No URLS are enabled"));
|
: new Notification(tr("No URLS are enabled"));
|
||||||
|
if (MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty()
|
||||||
|
&& MapWithAILayerInfo.instance.getDefaultLayers().isEmpty()) {
|
||||||
|
MapWithAILayerInfo.instance.loadDefaults(true, MainApplication.worker, false, () -> getData(bbox));
|
||||||
|
}
|
||||||
noUrls.setDuration(Notification.TIME_DEFAULT);
|
noUrls.setDuration(Notification.TIME_DEFAULT);
|
||||||
noUrls.setIcon(JOptionPane.INFORMATION_MESSAGE);
|
noUrls.setIcon(JOptionPane.INFORMATION_MESSAGE);
|
||||||
noUrls.setHelpTopic(ht("Plugin/MapWithAI#Preferences"));
|
noUrls.setHelpTopic(ht("Plugin/MapWithAI#Preferences"));
|
||||||
|
|
Ładowanie…
Reference in New Issue