Created
February 1, 2012 23:18
-
-
Save springmeyer/1720096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/js_grid_utils.hpp b/src/js_grid_utils.hpp | |
index f531d82..d40909d 100644 | |
--- a/src/js_grid_utils.hpp | |
+++ b/src/js_grid_utils.hpp | |
@@ -161,7 +161,7 @@ static void write_features(T const& grid_type, | |
} | |
// FIXME: segfault here because feature ctx is gone? | |
//std::clog << "feautre : " << *feature << "\n"; | |
- //mapnik::feature_kv_iterator itr = feature->begin(); | |
+ mapnik::feature_kv_iterator itr = feature->begin(); | |
//mapnik::feature_kv_iterator end = feature->end(); | |
/*for ( ;itr!=end; ++itr) | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment