topojson : allow individual geometries not just geometry collections
This commit is contained in:
parent
1f4160f0f0
commit
fe1c88f4a5
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ topojson_grammar<Iterator>::topojson_grammar()
|
|||
>> lit('{')
|
||||
>> -((omit[string_]
|
||||
>> lit(':')
|
||||
>> geometry_collection) % lit(','))
|
||||
>> (geometry_collection | geometry)) % lit(','))
|
||||
>> lit('}')
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue