Skip to content

Commit 06c8f67

Browse files
committed
Update check_tile_in_data tool
1 parent 1218744 commit 06c8f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/check_tile_in_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import argparse
88
from collections import defaultdict
99

10-
from pyosm.point import LatLong, zxy_to_latlong
11-
from pyosm.polygon import Polygon
10+
from pyosmkit.point import LatLong, zxy_to_latlong
11+
from pyosmkit.polygon import Polygon
1212

1313

1414
def parse_args():

0 commit comments

Comments
 (0)