Disabling EIBI markers for now.
This commit is contained in:
parent
2870f43674
commit
5d49ad6128
|
|
@ -111,8 +111,8 @@ class Markers(object):
|
|||
self.markers.update(self.loadMarkers(file))
|
||||
|
||||
# Load markers from the EIBI database
|
||||
logger.debug("Loading EIBI transmitter locations...")
|
||||
self.markers.update(self.loadEIBI())
|
||||
#logger.debug("Loading EIBI transmitter locations...")
|
||||
#self.markers.update(self.loadEIBI())
|
||||
|
||||
# This file contains cached database
|
||||
file = self._getCachedMarkersFile()
|
||||
|
|
|
|||
Loading…
Reference in New Issue