Skip to content

Commit f3c797e

Browse files
authored
Merge pull request #330 from tilezen/nvkelso/buffered-land
Add new source for tilezen.org.
2 parents 6823955 + 36fca48 commit f3c797e

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)