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

fix imports in documentation #3

Closed tomkralidis closed 12 years ago

tomkralidis commented 12 years ago

The original docs didn't work for me, hence the PR.

Also, note FIXME in docs.

dzwarg commented 12 years ago

Hello tomkralidis,

The 'fts' variable is a FeatureTypeStyle, which is a child of a UserStyle. If you append the previous code block with:

fts = ustyle.create_featuretypestyle()

Is that more clear?

If you made that change, I can merge this pull request.

Thanks, David

tomkralidis commented 12 years ago

@dzwarg Done. Thanks.

dzwarg commented 12 years ago

Thanks!