Skip to content

Commit

Permalink
Added notes about new Cascadenik provider to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Migurski committed Sep 14, 2012
1 parent c36ae29 commit 11e0b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
- Added TileStache.Goodies.Providers.Cascadenik to skip Mapnik XML where possible.

2012-09-09: 1.40.1
- Re-attempting Vector import to trigger a more-useful error than NameError in getProviderByName().

Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -77,6 +77,7 @@ doc:
pydoc -w TileStache.Goodies.Caches.GoogleCloud
pydoc -w TileStache.Goodies.Providers
pydoc -w TileStache.Goodies.Providers.Composite
pydoc -w TileStache.Goodies.Providers.Cascadenik
pydoc -w TileStache.Goodies.Providers.PostGeoJSON
pydoc -w TileStache.Goodies.Providers.SolrGeoJSON
pydoc -w TileStache.Goodies.Providers.MapnikGrid
Expand Down
2 changes: 1 addition & 1 deletion TileStache/Goodies/Providers/Cascadenik.py
Expand Up @@ -4,7 +4,7 @@
directly, skipping the typical compilation to XML step.
More information on Cascadenik:
- https://github.com/mapnik/Cascadenik
- https://github.com/mapnik/Cascadenik/wiki/Cascadenik
Requires Cascadenik 2.x+.
'''
Expand Down

0 comments on commit 11e0b47

Please sign in to comment.