OSM plugin: area=yes is a polygon

Why this line is not here yet?
This commit is contained in:
John Yani 2014-07-05 17:56:22 +03:00
parent 713a194315
commit 5acc303a87

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