From 5acc303a87ac5a9a8f7be47f2afbe62763b6ecfd Mon Sep 17 00:00:00 2001 From: John Yani Date: Sat, 5 Jul 2014 17:56:22 +0300 Subject: [PATCH] OSM plugin: area=yes is a polygon Why this line is not here yet? --- plugins/input/osm/osm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/input/osm/osm.h b/plugins/input/osm/osm.h index 9b31ad9d6..86a48a9af 100644 --- a/plugins/input/osm/osm.h +++ b/plugins/input/osm/osm.h @@ -61,6 +61,7 @@ public: ptypes.push_back(std::pair("landuse", "forest")); ptypes.push_back(std::pair("landuse", "industrial")); ptypes.push_back(std::pair("leisure", "park")); + ptypes.push_back(std::pair("area", "yes")); } };