Add H_AUTO to python bindings.

This commit is contained in:
Hermann Kraus 2012-01-20 22:19:48 +01:00
parent 7d8924921c
commit 7a4dda929a

View file

@ -163,6 +163,7 @@ void export_text_symbolizer()
.value("LEFT",H_LEFT) .value("LEFT",H_LEFT)
.value("MIDDLE",H_MIDDLE) .value("MIDDLE",H_MIDDLE)
.value("RIGHT",H_RIGHT) .value("RIGHT",H_RIGHT)
.value("AUTO",H_AUTO)
; ;
enumeration_<justify_alignment_e>("justify_alignment") enumeration_<justify_alignment_e>("justify_alignment")