Skip to content

Commit

Permalink
added halo_comp_op and halo_transform to shield symbolizers
Browse files Browse the repository at this point in the history
  • Loading branch information
wibrahim committed Feb 11, 2015
1 parent ca1e607 commit 7d4fb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/load_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,8 @@ void map_parser::parse_shield_symbolizer(rule & rule, xml_node const& node)
put(sym, keys::file , parse_path(file));
optional<halo_rasterizer_e> halo_rasterizer_ = node.get_opt_attr<halo_rasterizer_e>("halo-rasterizer");
if (halo_rasterizer_) put(sym, keys::halo_rasterizer, halo_rasterizer_enum(*halo_rasterizer_));
set_symbolizer_property<symbolizer_base,composite_mode_e>(sym, keys::halo_comp_op, node);
set_symbolizer_property<symbolizer_base,transform_type>(sym, keys::halo_transform, node);
rule.append(std::move(sym));
}
catch (config_error const& ex)
Expand Down

0 comments on commit 7d4fb9a

Please sign in to comment.