Merge pull request #2294 from Vanuan/patch-1

OSM plugin: area=yes is a polygon
This commit is contained in:
Dane Springmeyer 2014-07-14 19:41:38 -07:00
commit 383aa8c41a

View file

@ -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"));
}
};