diff --git a/generator/final_processor_country.cpp b/generator/final_processor_country.cpp index 3ea5b41933..56ec18048a 100644 --- a/generator/final_processor_country.cpp +++ b/generator/final_processor_country.cpp @@ -106,7 +106,7 @@ void CountryFinalProcessor::Process() if (!m_isolinesPath.empty()) AddIsolines(); - DropProhibitedSpeedCameras(); + //DropProhibitedSpeedCameras(); ProcessBuildingParts(); Finish(); } diff --git a/generator/generator_tool/generator_tool.cpp b/generator/generator_tool/generator_tool.cpp index 709dff1b47..40feb7ce35 100644 --- a/generator/generator_tool/generator_tool.cpp +++ b/generator/generator_tool/generator_tool.cpp @@ -460,17 +460,17 @@ MAIN_WITH_ERROR_HANDLING([](int argc, char ** argv) if (FLAGS_generate_cameras) { - if (routing::AreSpeedCamerasProhibited(platform::CountryFile(country))) - { - LOG(LINFO, - ("Cameras info is prohibited for", country, "and speedcams section is not generated.")); - } - else - { +// if (routing::AreSpeedCamerasProhibited(platform::CountryFile(country))) +// { +// LOG(LINFO, +// ("Cameras info is prohibited for", country, "and speedcams section is not generated.")); +// } +// else +// { string const camerasFilename = genInfo.GetIntermediateFileName(CAMERAS_TO_WAYS_FILENAME); BuildCamerasInfo(dataFile, camerasFilename, osmToFeatureFilename); - } +// } } if (country == WORLD_FILE_NAME && !FLAGS_world_roads_path.empty())