diff --git a/include/mapnik/json/topojson_grammar_x3_def.hpp b/include/mapnik/json/topojson_grammar_x3_def.hpp index 6a5d6920e..a2a96cef6 100644 --- a/include/mapnik/json/topojson_grammar_x3_def.hpp +++ b/include/mapnik/json/topojson_grammar_x3_def.hpp @@ -303,25 +303,25 @@ struct geometry_type_ : x3::symbols // start rule topojson_grammar_type const topology = "Topology"; // rules -x3::rule transform = "Transform"; -x3::rule bbox = "Bounding Box"; -x3::rule> objects= "Objects"; -x3::rule property = "Property"; -x3::rule properties = "Properties"; -x3::rule geometry = "Geometry"; -x3::rule> geometry_collection = "Geometry Collection"; +x3::rule const transform = "Transform"; +x3::rule const bbox = "Bounding Box"; +x3::rule> const objects= "Objects"; +x3::rule const property = "Property"; +x3::rule const properties = "Properties"; +x3::rule const geometry = "Geometry"; +x3::rule> const geometry_collection = "Geometry Collection"; x3::rule> geometry_tuple = "Geometry Tuple"; -x3::rule coordinate = "Coordinate"; -x3::rule coordinates = "Coordinates"; -x3::rule arc = "Arc"; -x3::rule> arcs = "Arcs"; -x3::rule> ring = "Ring"; -x3::rule>> rings = "Rings"; -x3::rule rings_array = "Rings Array"; + mapnik::topojson::properties>> const geometry_tuple = "Geometry Tuple"; +x3::rule const coordinate = "Coordinate"; +x3::rule const coordinates = "Coordinates"; +x3::rule const arc = "Arc"; +x3::rule> const arcs = "Arcs"; +x3::rule> const ring = "Ring"; +x3::rule>> const rings = "Rings"; +x3::rule const rings_array = "Rings Array"; // defs auto const topology_def = lit('{') >