[fix] import
This commit is contained in:
@@ -13,8 +13,10 @@ from collections import defaultdict, OrderedDict
|
|||||||
from itertools import izip, combinations
|
from itertools import izip, combinations
|
||||||
|
|
||||||
from geodata.coordinates.conversion import latlon_to_decimal
|
from geodata.coordinates.conversion import latlon_to_decimal
|
||||||
|
from geodata.graph.scc import strongly_connected_components
|
||||||
from geodata.osm.extract import *
|
from geodata.osm.extract import *
|
||||||
|
|
||||||
|
|
||||||
class OSMAdminPolygonReader(object):
|
class OSMAdminPolygonReader(object):
|
||||||
'''
|
'''
|
||||||
OSM relations are stored with pointers to their bounding ways,
|
OSM relations are stored with pointers to their bounding ways,
|
||||||
|
|||||||
Reference in New Issue
Block a user