Class: Maintenance::AtlasEngine::GeoJsonImportTask
- Inherits:
-
MaintenanceTasks::Task
- Object
- MaintenanceTasks::Task
- Maintenance::AtlasEngine::GeoJsonImportTask
- Includes:
- AtlasEngine::HandlesBlob
- Defined in:
- app/tasks/maintenance/atlas_engine/geo_json_import_task.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'app/tasks/maintenance/atlas_engine/geo_json_import_task.rb', line 18 def process ::AtlasEngine::AddressImporter::OpenAddress::GeoJsonImportLauncherJob.perform_later( country_code:, geojson_file_path: geojson_file_path.strip, clear_records:, locale:, ) end |