Skip to content

Commit

Permalink
Merge pull request #132 from tilezen/topojson-scale
Browse files Browse the repository at this point in the history
Increase topojson scale from 1024 -> 4096
  • Loading branch information
rmarianski authored Dec 14, 2016
2 parents 7720431 + 3e31b6f commit 1e61d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilequeue/format/topojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def update_arc_indexes(geometry, merged_arcs, old_arcs):
raise NotImplementedError("Can't do %s geometries" % geometry['type'])


def get_transform(bounds, size=1024):
def get_transform(bounds, size=4096):
""" Return a TopoJSON transform dictionary and a point-transforming function.
Size is the tile size in pixels and sets the implicit output
Expand Down

0 comments on commit 1e61d94

Please sign in to comment.