azavea / python-sld

A simple python library that enables dynamic SLD creation and manipulation.
http://azavea.github.com/python-sld/
Apache License 2.0
27 stars 17 forks source link

documentation mismatch #14

Closed rumski20 closed 3 years ago

rumski20 commented 6 years ago

The Rule.create_filter is looking for == when doing a PropertyIsEqualTo comparitor. However, the documentation states that = is acceptable.

This had me looking around for a while. :(

dzwarg commented 3 years ago

@rumski20 Thanks! Will fix.

dzwarg commented 3 years ago

@kshepard This is fixed in #19, and can be closed.