Skip to content

Commit 36fca48

Browse files
author
Matt Amos
committed
Add new source for tilezen.org.
1 parent 6823955 commit 36fca48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tilequeue/process.py

+2
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ def lookup_source(source):
242242
result = Source('shp', source)
243243
elif source == 'whosonfirst.mapzen.com':
244244
result = Source('wof', source)
245+
elif source == 'tilezen.org':
246+
result = Source('shp', source)
245247

246248
return result
247249

0 commit comments

Comments
 (0)