Skip to content

Commit

Permalink
Merge pull request #109 from wri/TM-818-unable_to_upload_shp_files
Browse files Browse the repository at this point in the history
fix: upload .shp and .prj files
  • Loading branch information
LimberHope committed Apr 2, 2024
2 parents db8438f + 3e4268f commit f4084f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export enum FileType {
Pdf = "application/pdf",
Video = "video/mp4, video/quicktime",
Csv = "text/csv",
ShapeFiles = "application/zip, application/x-zip-compressed, .kml, .json, .geojson, .kml, .shp, .dbf, .shx",
ShapeFiles = "application/zip, application/x-zip-compressed, .kml, .json, .geojson, .shp, .dbf, .shx, .prj",
Document = "application/pdf, application/msword",
Xlsx = "application/xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel",
CsvExcel = "application/xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, text/csv"
Expand Down

0 comments on commit f4084f8

Please sign in to comment.