OSM plugin: area=yes is a polygon
Why this line is not here yet?
This commit is contained in:
parent
713a194315
commit
5acc303a87
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public:
|
||||||
ptypes.push_back(std::pair<std::string, std::string>("landuse", "forest"));
|
ptypes.push_back(std::pair<std::string, std::string>("landuse", "forest"));
|
||||||
ptypes.push_back(std::pair<std::string, std::string>("landuse", "industrial"));
|
ptypes.push_back(std::pair<std::string, std::string>("landuse", "industrial"));
|
||||||
ptypes.push_back(std::pair<std::string, std::string>("leisure", "park"));
|
ptypes.push_back(std::pair<std::string, std::string>("leisure", "park"));
|
||||||
|
ptypes.push_back(std::pair<std::string, std::string>("area", "yes"));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue