image 'type' is not longer needed or used so don't attempt to parse from XML
This commit is contained in:
parent
1af24f1eb8
commit
ede29a1aff
1 changed files with 0 additions and 3 deletions
|
@ -656,7 +656,6 @@ namespace mapnik
|
|||
{
|
||||
optional<std::string> file = get_opt_attr<string>(sym, "file");
|
||||
optional<std::string> base = get_opt_attr<string>(sym, "base");
|
||||
optional<std::string> type = get_opt_attr<string>(sym, "type");
|
||||
optional<boolean> allow_overlap =
|
||||
get_opt_attr<boolean>(sym, "allow_overlap");
|
||||
optional<float> opacity =
|
||||
|
@ -730,7 +729,6 @@ namespace mapnik
|
|||
{
|
||||
std::string file = get_attr<string>(sym, "file");
|
||||
optional<std::string> base = get_opt_attr<string>(sym, "base");
|
||||
std::string type = get_attr<string>(sym, "type");
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -784,7 +782,6 @@ namespace mapnik
|
|||
{
|
||||
std::string file = get_attr<string>(sym, "file");
|
||||
optional<std::string> base = get_opt_attr<string>(sym, "base");
|
||||
std::string type = get_attr<string>(sym, "type");
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue