mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ make feature's optional: -(feature % lit(','))
This commit is contained in:
parent
34470af474
commit
689e8ec96d
@ -87,7 +87,7 @@ struct feature_collection_grammar :
|
||||
features = lit("\"features\"")
|
||||
> lit(":")
|
||||
> lit('[')
|
||||
> feature(_val) % lit(',')
|
||||
> -(feature(_val) % lit(','))
|
||||
> lit(']')
|
||||
;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user