[fix] docs
This commit is contained in:
@@ -23,7 +23,7 @@ class OSMIntersectionReader(object):
|
|||||||
|
|
||||||
self.logger = logging.getLogger('osm.intersections')
|
self.logger = logging.getLogger('osm.intersections')
|
||||||
|
|
||||||
# Store these in memory, could be LevelDB if needed
|
# Store these in a LevelDB
|
||||||
ensure_dir(db_dir)
|
ensure_dir(db_dir)
|
||||||
ways_dir = os.path.join(db_dir, 'ways')
|
ways_dir = os.path.join(db_dir, 'ways')
|
||||||
ensure_dir(ways_dir)
|
ensure_dir(ways_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user