We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1002b34 commit aa241f2Copy full SHA for aa241f2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+v0.4.1
5
+------
6
+* Add bbox_intersection filter for Jinja, which allows clipping to the query bounding box.
7
+
8
v0.4.0
9
------
10
* Convert post process config into a list, to support generating dynamic `label_placement`s for more than one input layer.
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.5.0.dev0'
+version = '0.4.1'
setup(name='tilequeue',
version=version,
0 commit comments