diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp index 8e8886b6c7..39ac491fe3 100644 --- a/indexer/osm_editor.cpp +++ b/indexer/osm_editor.cpp @@ -87,7 +87,7 @@ struct TypeDescription static unordered_map const gEditableTypes = { {"aeroway-aerodrome", {{EType::FMD_ELE, EType::FMD_OPERATOR}, false, true}}, {"aeroway-airport", {{EType::FMD_ELE, EType::FMD_OPERATOR}, false, true}}, - {"amenity-atm", {{EType::FMD_OPERATOR, EType::FMD_WEBSITE}, true, false}}, + {"amenity-atm", {{EType::FMD_OPERATOR, EType::FMD_WEBSITE, EType::FMD_OPEN_HOURS}, true, false}}, {"amenity-bank", {{EType::FMD_OPERATOR}, true, true}}, {"amenity-bar", {{EType::FMD_CUISINE, EType::FMD_INTERNET}, true, true}}, {"amenity-bicycle_rental", {{EType::FMD_OPERATOR}, true, false}},