allow empty "properties"
This commit is contained in:
parent
b05d0caba1
commit
cc9f23c470
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ auto const feature_part_def = feature_type
|
||||||
|
|
|
|
||||||
(lit("\"geometry\"") > lit(':') > lit('{') > geometry_tuple[assign_geometry] > lit('}'))
|
(lit("\"geometry\"") > lit(':') > lit('{') > geometry_tuple[assign_geometry] > lit('}'))
|
||||||
|
|
|
|
||||||
(lit("\"properties\"") > lit(':') > lit('{') > properties > lit('}'))
|
(lit("\"properties\"") > lit(':') > lit('{') > -properties > lit('}'))
|
||||||
|
|
|
|
||||||
omit[geojson_string] > lit(':') > omit[value]
|
omit[geojson_string] > lit(':') > omit[value]
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue