diff --git a/generator/osm2type.cpp b/generator/osm2type.cpp index cee5142db1..6bbf3a5a71 100644 --- a/generator/osm2type.cpp +++ b/generator/osm2type.cpp @@ -762,14 +762,6 @@ void PreprocessElement(OsmElement * p, CalculateOriginFnT const & calcOrg) p->AddTag("psurface", DetermineSurface(p)); - p->UpdateTag("attraction", [](string & value) - { - // "specified" is a special value which means we have the "attraction" tag, - // but its value is not "animal". - if (!value.empty() && value != "animal") - value = "specified"; - }); - string const kCuisineKey = "cuisine"; auto cuisines = p->GetTag(kCuisineKey); if (!cuisines.empty())