kopia lustrzana https://github.com/JOSM/MapWithAI
Update messages
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head v1.5.1
rodzic
5b68e077d2
commit
a8d8c6b48d
|
@ -185,17 +185,19 @@ public final class MapWithAIDataUtils {
|
||||||
monitor.close();
|
monitor.close();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty() ? new Notification(tr(
|
final Notification noUrls = MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty()
|
||||||
"There are no defined URLs. Attempting to add the appropriate servers.\n(Redownload may be required)"))
|
? new Notification(tr(
|
||||||
|
"There are no defined URLs. Attempting to add the appropriate servers.\nPlease try again."))
|
||||||
: 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"));
|
||||||
GuiHelper.runInEDT(noUrls::show);
|
GuiHelper.runInEDT(noUrls::show);
|
||||||
|
if (MapWithAIPreferenceHelper.getMapWithAIUrl().isEmpty()
|
||||||
|
&& MapWithAILayerInfo.instance.getDefaultLayers().isEmpty()) {
|
||||||
|
MapWithAILayerInfo.instance.loadDefaults(true, MainApplication.worker, false,
|
||||||
|
() -> Logging.info("MapWithAI Sources: Initialized sources"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return dataSet;
|
return dataSet;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue