[fix] admin boundary imports
This commit is contained in:
@@ -9,12 +9,12 @@ import array
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from bisect import bisect_left
|
from bisect import bisect_left
|
||||||
|
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.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