Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload multiple geojson for janakpur #860

Merged
merged 11 commits into from
Sep 28, 2023
Prev Previous commit
Next Next commit
fix: upload all the roads for janakpur project to the odk form
  • Loading branch information
nrjadkry committed Sep 28, 2023
commit c537c7e677842ceea1ed7950b77836507eb20e0e
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ def generate_appuser_files_for_janakpur(
'properties', properties
) AS feature
FROM features
WHERE project_id={project_id} and task_id={task_id} and category_title='highways'
WHERE project_id={project_id} and category_title='highways'
) features;"""
)
highway_result = db.execute(highway_query)
Expand Down