Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions src/backend/app/db/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,16 @@ class XLSFormType(StrEnum, Enum):
buildings = "OSM Buildings"
highways = "OSM Highways"
health = "OSM Healthcare"
# toilets = "toilets"
# religious = "religious"
# landusage = "landusage"
# waterways = "waterways"
toilets = "OSM Toilets"
religious = "OSM Religious"
landusage = "OSM Landuse"
waterways = "OSM Waterways"
waterpoints = "OSM Water Points"
wastedisposal = "OSM Waste Disposal"
education = "OSM Education"
cemeteries = "OSM Cemeteries"
camping = "OSM Camping"
amenities = "OSM Amenities"


class SubmissionDownloadType(StrEnum, Enum):
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.