Merge pull request #2294 from Vanuan/patch-1
OSM plugin: area=yes is a polygon
This commit is contained in:
commit
383aa8c41a
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", "industrial"));
|
||||
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