Skip to content

Commit

Permalink
+ make feature's optional: -(feature % lit(','))
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jun 14, 2012
1 parent f35584c commit de7d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapnik/json/feature_collection_grammar.hpp
Expand Up @@ -87,7 +87,7 @@ struct feature_collection_grammar :
features = lit("\"features\"")
> lit(":")
> lit('[')
> feature(_val) % lit(',')
> -(feature(_val) % lit(','))
> lit(']')
;

Expand Down

0 comments on commit de7d338

Please sign in to comment.