From 66b4d4bb8d464c0f29f127ddf0a3ead8a6cd850f Mon Sep 17 00:00:00 2001 From: springmeyer Date: Fri, 24 Aug 2012 13:08:01 -0700 Subject: [PATCH] Destroyed DeveloperTodo (markdown) --- DeveloperTodo.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 DeveloperTodo.md diff --git a/DeveloperTodo.md b/DeveloperTodo.md deleted file mode 100644 index 869910a..0000000 --- a/DeveloperTodo.md +++ /dev/null @@ -1,22 +0,0 @@ - - - - -*Mapnik features that need fixing* (also see the Tickets page): - -If you have a plan for any of these items, remove them from here and add them as tickets! - -## Python bindings - * Project is in need of a set of visual unit tests - -## Code/API Documentation - * More C++ classes and parameters need to be documented! - * We need to generate Doxygen output - -## Unexpected behavior - - * "Nil" extents don't work as one might expect (they are initialized to have negative length and negative width, but do not properly support expand_to_include etc.) - -## Wishlist - * Ruby binding :) - * Mixed imperative / declarative DSL (domain-specific language) for mapping, in the spirit of jQuery, Rails, or Haml-quality design \ No newline at end of file