// set to null if a SecurityException was thrown
// while creating the cachedLoader
//
cachedLoader = null;
}
uncachedLoader = new OsmTileLoader(this);
setMapMarkerVisible(false);
setMinimumSize(new Dimension(350, 350 / 2));
// We need to set an initial size - this prevents a wrong zoom selection
// for
// the area before the component has been displayed the first time